HEX: #66C060
RGB: (102,192,96)
#66C060 enthält hauptsächlich grüne Farbe. Für #66C060 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #66C060 wird in RGB als (102,192,96) definiert.
RGB: (102,192,96)
(40%, 75%, 38%)
R 102 von 255 = 40%
G 192 von 255 = 75%
B 96 von 255 = 38%
R + G + B ~ 51%. #66C060 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 102 + 192 + 96 = 390 (100%)
R 102 von 390 ~ 26.15%
G 192 von 390 ~ 49.23%
B 96 von 390 ~ 24.62'%
Die Farbe #66C060 wird in CMYK als (47,0,50,25) definiert.
CMYK: (47,0,50,25)
C47M0Y50K25 (47%, 0%, 50%, 25%)
(0.47 / 0.00 / 0.50 / 0.25)
Farbe #66C060 in den populären Farbmodellen.
66 | C0 | 60 | |
---|---|---|---|
RGB | 102 | 192 | 96 |
HSL | 116° | 43.24% | 56.47% |
HSB/HSV | 116° | 50.00% | 75.29% |
CMYK | 46.88% | 0.00% | 50.00% |
24.71% |
Die Farbe #66C060 in den populären Zahlensystemen.
Hexadezimal | 66 | C0 | 60 |
Dezimal | 102 | 192 | 96 |
Binär | 1100110 | 11000000 | 1100000 |
Oktal | 146 | 300 | 140 |
Dunkle Töne der Farbe #66C060
Helle Töne der Farbe #66C060
Beispiele css- und html für Elemente in der Farbe #66C060. Bitte benutzen Sie auch rgb(102,192,96) statt hex-Code.
.myTextColor { color: #66C060; }
<p style="color:#66C060">This sample text font color is #66C060.</p>
Die Farbe dieses Textes ist #66C060.
.myBgColor { background-color: #66C060; }
<div style="background-color:#66C060">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #66C060.
.myBorderColor { border: 1px solid #66C060; }
<div style="border:3px solid #66C060">Div</div>
Die Grenzen von diesem div sind in Farbe #66C060.
.myOpacity80 { color: #66C060; opacity: 0.8; }
<p style="color:#66C060;opacity:0.8;">80%</p>
Text in Farbe #66C060 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #66C060;}
<p style="text-shadow: 3px 3px 1px #66C060">Text here.</p>
Dieser Text hat den Schatten in Farbe #66C060.
.textShadow {text-shadow: 3px 3px 1px #66C060', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #66C060, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #66C060 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#66C060, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#66C060, Direction=45, Strength=4)">Text</p>
This text has shadow with #66C060 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #66C060;
-webkit-box-shadow: 1px 1px 3px 2px #66C060;
box-shadow: 1px 1px 3px 2px #66C060;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66C060; -webkit-box-shadow: 1px 1px 3px 2px #66C060; box-shadow:1px 1px 3px 2px #66C060;">
Div content here
</div>
Dieser Text ist in der Farbe #66C060 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #66C060 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #66C060.
Dieser Text ist weiß auf dem Hintergrund in Farbe #66C060.
Kontrastfarbe für #hex ist #993F9F.