HEX: #6EB076
RGB: (110,176,118)
#6EB076 enthält hauptsächlich grüne und blaue Farbe. Für #6EB076 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6EB076 wird in RGB als (110,176,118) definiert.
RGB: (110,176,118)
(43%, 69%, 46%)
R 110 von 255 = 43%
G 176 von 255 = 69%
B 118 von 255 = 46%
R + G + B ~ 53%. #6EB076 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 110 + 176 + 118 = 404 (100%)
R 110 von 404 ~ 27.23%
G 176 von 404 ~ 43.56%
B 118 von 404 ~ 29.21'%
Die Farbe #6EB076 wird in CMYK als (38,0,33,31) definiert.
CMYK: (38,0,33,31)
C38M0Y33K31 (38%, 0%, 33%, 31%)
(0.38 / 0.00 / 0.33 / 0.31)
Farbe #6EB076 in den populären Farbmodellen.
6E | B0 | 76 | |
---|---|---|---|
RGB | 110 | 176 | 118 |
HSL | 127° | 29.46% | 56.08% |
HSB/HSV | 127° | 37.50% | 69.02% |
CMYK | 37.50% | 0.00% | 32.95% |
30.98% |
Die Farbe #6EB076 in den populären Zahlensystemen.
Hexadezimal | 6E | B0 | 76 |
Dezimal | 110 | 176 | 118 |
Binär | 1101110 | 10110000 | 1110110 |
Oktal | 156 | 260 | 166 |
Dunkle Töne der Farbe #6EB076
Helle Töne der Farbe #6EB076
Beispiele css- und html für Elemente in der Farbe #6EB076. Bitte benutzen Sie auch rgb(110,176,118) statt hex-Code.
.myTextColor { color: #6EB076; }
<p style="color:#6EB076">This sample text font color is #6EB076.</p>
Die Farbe dieses Textes ist #6EB076.
.myBgColor { background-color: #6EB076; }
<div style="background-color:#6EB076">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6EB076.
.myBorderColor { border: 1px solid #6EB076; }
<div style="border:3px solid #6EB076">Div</div>
Die Grenzen von diesem div sind in Farbe #6EB076.
.myOpacity80 { color: #6EB076; opacity: 0.8; }
<p style="color:#6EB076;opacity:0.8;">80%</p>
Text in Farbe #6EB076 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6EB076;}
<p style="text-shadow: 3px 3px 1px #6EB076">Text here.</p>
Dieser Text hat den Schatten in Farbe #6EB076.
.textShadow {text-shadow: 3px 3px 1px #6EB076', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6EB076, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6EB076 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6EB076, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6EB076, Direction=45, Strength=4)">Text</p>
This text has shadow with #6EB076 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6EB076;
-webkit-box-shadow: 1px 1px 3px 2px #6EB076;
box-shadow: 1px 1px 3px 2px #6EB076;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6EB076; -webkit-box-shadow: 1px 1px 3px 2px #6EB076; box-shadow:1px 1px 3px 2px #6EB076;">
Div content here
</div>
Dieser Text ist in der Farbe #6EB076 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6EB076 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6EB076.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6EB076.
Kontrastfarbe für #hex ist #914F89.