HEX: #7EC06B
RGB: (126,192,107)
#7EC06B enthält hauptsächlich grüne Farbe. Für #7EC06B ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7EC06B wird in RGB als (126,192,107) definiert.
RGB: (126,192,107)
(49%, 75%, 42%)
R 126 von 255 = 49%
G 192 von 255 = 75%
B 107 von 255 = 42%
R + G + B ~ 55%. #7EC06B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 192 + 107 = 425 (100%)
R 126 von 425 ~ 29.65%
G 192 von 425 ~ 45.18%
B 107 von 425 ~ 25.18'%
Die Farbe #7EC06B wird in CMYK als (34,0,44,25) definiert.
CMYK: (34,0,44,25)
C34M0Y44K25 (34%, 0%, 44%, 25%)
(0.34 / 0.00 / 0.44 / 0.25)
Farbe #7EC06B in den populären Farbmodellen.
7E | C0 | 6B | |
---|---|---|---|
RGB | 126 | 192 | 107 |
HSL | 107° | 40.28% | 58.63% |
HSB/HSV | 107° | 44.27% | 75.29% |
CMYK | 34.38% | 0.00% | 44.27% |
24.71% |
Die Farbe #7EC06B in den populären Zahlensystemen.
Hexadezimal | 7E | C0 | 6B |
Dezimal | 126 | 192 | 107 |
Binär | 1111110 | 11000000 | 1101011 |
Oktal | 176 | 300 | 153 |
Dunkle Töne der Farbe #7EC06B
Helle Töne der Farbe #7EC06B
Beispiele css- und html für Elemente in der Farbe #7EC06B. Bitte benutzen Sie auch rgb(126,192,107) statt hex-Code.
.myTextColor { color: #7EC06B; }
<p style="color:#7EC06B">This sample text font color is #7EC06B.</p>
Die Farbe dieses Textes ist #7EC06B.
.myBgColor { background-color: #7EC06B; }
<div style="background-color:#7EC06B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EC06B.
.myBorderColor { border: 1px solid #7EC06B; }
<div style="border:3px solid #7EC06B">Div</div>
Die Grenzen von diesem div sind in Farbe #7EC06B.
.myOpacity80 { color: #7EC06B; opacity: 0.8; }
<p style="color:#7EC06B;opacity:0.8;">80%</p>
Text in Farbe #7EC06B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EC06B;}
<p style="text-shadow: 3px 3px 1px #7EC06B">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EC06B.
.textShadow {text-shadow: 3px 3px 1px #7EC06B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EC06B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EC06B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EC06B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EC06B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EC06B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EC06B;
-webkit-box-shadow: 1px 1px 3px 2px #7EC06B;
box-shadow: 1px 1px 3px 2px #7EC06B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EC06B; -webkit-box-shadow: 1px 1px 3px 2px #7EC06B; box-shadow:1px 1px 3px 2px #7EC06B;">
Div content here
</div>
Dieser Text ist in der Farbe #7EC06B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EC06B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EC06B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EC06B.
Kontrastfarbe für #hex ist #813F94.