HEX: #6ABC76
RGB: (106,188,118)
#6ABC76 enthält hauptsächlich grüne Farbe. Für #6ABC76 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6ABC76 wird in RGB als (106,188,118) definiert.
RGB: (106,188,118)
(42%, 74%, 46%)
R 106 von 255 = 42%
G 188 von 255 = 74%
B 118 von 255 = 46%
R + G + B ~ 54%. #6ABC76 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 106 + 188 + 118 = 412 (100%)
R 106 von 412 ~ 25.73%
G 188 von 412 ~ 45.63%
B 118 von 412 ~ 28.64'%
Die Farbe #6ABC76 wird in CMYK als (44,0,37,26) definiert.
CMYK: (44,0,37,26)
C44M0Y37K26 (44%, 0%, 37%, 26%)
(0.44 / 0.00 / 0.37 / 0.26)
Farbe #6ABC76 in den populären Farbmodellen.
6A | BC | 76 | |
---|---|---|---|
RGB | 106 | 188 | 118 |
HSL | 129° | 37.96% | 57.65% |
HSB/HSV | 129° | 43.62% | 73.73% |
CMYK | 43.62% | 0.00% | 37.23% |
26.27% |
Die Farbe #6ABC76 in den populären Zahlensystemen.
Hexadezimal | 6A | BC | 76 |
Dezimal | 106 | 188 | 118 |
Binär | 1101010 | 10111100 | 1110110 |
Oktal | 152 | 274 | 166 |
Dunkle Töne der Farbe #6ABC76
Helle Töne der Farbe #6ABC76
Beispiele css- und html für Elemente in der Farbe #6ABC76. Bitte benutzen Sie auch rgb(106,188,118) statt hex-Code.
.myTextColor { color: #6ABC76; }
<p style="color:#6ABC76">This sample text font color is #6ABC76.</p>
Die Farbe dieses Textes ist #6ABC76.
.myBgColor { background-color: #6ABC76; }
<div style="background-color:#6ABC76">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6ABC76.
.myBorderColor { border: 1px solid #6ABC76; }
<div style="border:3px solid #6ABC76">Div</div>
Die Grenzen von diesem div sind in Farbe #6ABC76.
.myOpacity80 { color: #6ABC76; opacity: 0.8; }
<p style="color:#6ABC76;opacity:0.8;">80%</p>
Text in Farbe #6ABC76 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6ABC76;}
<p style="text-shadow: 3px 3px 1px #6ABC76">Text here.</p>
Dieser Text hat den Schatten in Farbe #6ABC76.
.textShadow {text-shadow: 3px 3px 1px #6ABC76', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6ABC76, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6ABC76 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6ABC76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6ABC76, Direction=45, Strength=4)">Text</p>
This text has shadow with #6ABC76 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6ABC76;
-webkit-box-shadow: 1px 1px 3px 2px #6ABC76;
box-shadow: 1px 1px 3px 2px #6ABC76;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6ABC76; -webkit-box-shadow: 1px 1px 3px 2px #6ABC76; box-shadow:1px 1px 3px 2px #6ABC76;">
Div content here
</div>
Dieser Text ist in der Farbe #6ABC76 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6ABC76 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6ABC76.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6ABC76.
Kontrastfarbe für #hex ist #954389.