HEX: #6EB76D
RGB: (110,183,109)
#6EB76D enthält hauptsächlich grüne Farbe. Für #6EB76D ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6EB76D wird in RGB als (110,183,109) definiert.
RGB: (110,183,109)
(43%, 72%, 43%)
R 110 von 255 = 43%
G 183 von 255 = 72%
B 109 von 255 = 43%
R + G + B ~ 53%. #6EB76D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 183 + 109 = 402 (100%)
R 110 von 402 ~ 27.36%
G 183 von 402 ~ 45.52%
B 109 von 402 ~ 27.11'%
Die Farbe #6EB76D wird in CMYK als (40,0,40,28) definiert.
CMYK: (40,0,40,28)
C40M0Y40K28 (40%, 0%, 40%, 28%)
(0.40 / 0.00 / 0.40 / 0.28)
Farbe #6EB76D in den populären Farbmodellen.
6E | B7 | 6D | |
---|---|---|---|
RGB | 110 | 183 | 109 |
HSL | 119° | 33.94% | 57.25% |
HSB/HSV | 119° | 40.44% | 71.76% |
CMYK | 39.89% | 0.00% | 40.44% |
28.24% |
Die Farbe #6EB76D in den populären Zahlensystemen.
Hexadezimal | 6E | B7 | 6D |
Dezimal | 110 | 183 | 109 |
Binär | 1101110 | 10110111 | 1101101 |
Oktal | 156 | 267 | 155 |
Dunkle Töne der Farbe #6EB76D
Helle Töne der Farbe #6EB76D
Beispiele css- und html für Elemente in der Farbe #6EB76D. Bitte benutzen Sie auch rgb(110,183,109) statt hex-Code.
.myTextColor { color: #6EB76D; }
<p style="color:#6EB76D">This sample text font color is #6EB76D.</p>
Die Farbe dieses Textes ist #6EB76D.
.myBgColor { background-color: #6EB76D; }
<div style="background-color:#6EB76D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6EB76D.
.myBorderColor { border: 1px solid #6EB76D; }
<div style="border:3px solid #6EB76D">Div</div>
Die Grenzen von diesem div sind in Farbe #6EB76D.
.myOpacity80 { color: #6EB76D; opacity: 0.8; }
<p style="color:#6EB76D;opacity:0.8;">80%</p>
Text in Farbe #6EB76D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EB76D;}
<p style="text-shadow: 3px 3px 1px #6EB76D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6EB76D.
.textShadow {text-shadow: 3px 3px 1px #6EB76D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EB76D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6EB76D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EB76D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EB76D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EB76D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EB76D;
-webkit-box-shadow: 1px 1px 3px 2px #6EB76D;
box-shadow: 1px 1px 3px 2px #6EB76D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EB76D; -webkit-box-shadow: 1px 1px 3px 2px #6EB76D; box-shadow:1px 1px 3px 2px #6EB76D;">
Div content here
</div>
Dieser Text ist in der Farbe #6EB76D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6EB76D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6EB76D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6EB76D.
Kontrastfarbe für #hex ist #914892.