HEX: #7ABE77
RGB: (122,190,119)
#7ABE77 enthält hauptsächlich grüne Farbe. Für #7ABE77 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7ABE77 wird in RGB als (122,190,119) definiert.
RGB: (122,190,119) (48%,75%,47%)
R 122 von 255 = 48%
G 190 von 255 = 75%
B 119 von 255 = 47%
R + G + B ~ 57%. #7ABE77 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
122 + 190 + 119 = 431 (100%)
R 122 von 431 ~ 28.31%
G 190 von 431 ~ 44.08%
B 119 von 431 ~ 27.61%
Die Farbe #7ABE77 wird in CMYK als (36,0,37,25) definiert.
CMYK: (36,0,37,25) C36M0Y37K25 (36%,0%,37%,25%) (0.36/0.00/0.37/0.25)
7A | BE | 77 | |
---|---|---|---|
RGB | 122 | 190 | 119 |
HSL | 117° | 35.32% | 60.59% |
HSB/HSV | 117° | 37.37% | 74.51% |
CMYK | 35.79% | 0.00% | 37.37% |
25.49% |
Hexadezimal | 7A | BE | 77 |
Dezimal | 122 | 190 | 119 |
Binär | 1111010 | 10111110 | 1110111 |
Oktal | 172 | 276 | 167 |
Beispiele css- und html für Elemente in der Farbe #7ABE77. Bitte benutzen Sie auch rgb(122,190,119) statt hex-Code.
.myTextColor { color: #7ABE77; }
<p style="color:#7ABE77">This sample text font color is #7ABE77.</p>
Die Farbe dieses Textes ist #7ABE77.
.myBgColor { background-color: #7ABE77; }
<div style="background-color:#7ABE77">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7ABE77.
.myBorderColor { border: 1px solid #7ABE77; }
<div style="border:3px solid #7ABE77">Div</div>
Die Grenzen von diesem div sind in Farbe #7ABE77.
.myOpacity80 { color: #7ABE77; opacity: 0.8; }
<p style="color:#7ABE77;opacity:0.8;">80%</p>
Text in Farbe #7ABE77 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7ABE77;}
<p style="text-shadow: 3px 3px 1px #7ABE77">Text here.</p>
Dieser Text hat den Schatten in Farbe #7ABE77.
.textShadow {text-shadow: 3px 3px 1px #7ABE77, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7ABE77, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7ABE77 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7ABE77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7ABE77, Direction=45, Strength=4)">Text</p>
This text has shadow with #7ABE77 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ABE77; -webkit-box-shadow: 1px 1px 3px 2px #7ABE77; box-shadow: 1px 1px 3px 2px #7ABE77; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7ABE77; -webkit-box-shadow: 1px 1px 3px 2px #7ABE77; box-shadow:1px 1px 3px 2px #7ABE77;">
Div content here</div>
Dieser Text ist in der Farbe #7ABE77 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7ABE77 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7ABE77.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7ABE77.