HEX: #669966
RGB: (102,153,102)
#669966 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Die Farbe #669966 ist «eine websichere» Webfarbe. Sie kann kurz als #696 geschrieben werden.
Die Farbe #669966 wird in RGB als (102,153,102) definiert.
RGB: (102,153,102) (40%,60%,40%)
R 102 von 255 = 40%
G 153 von 255 = 60%
B 102 von 255 = 40%
R + G + B ~ 47%. #669966 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
102 + 153 + 102 = 357 (100%)
R 102 von 357 ~ 28.57%
G 153 von 357 ~ 42.86%
B 102 von 357 ~ 28.57%
Die Farbe #669966 wird in CMYK als (33,0,33,40) definiert.
CMYK: (33,0,33,40) C33M0Y33K40 (33%,0%,33%,40%) (0.33/0.00/0.33/0.40)
66 | 99 | 66 | |
---|---|---|---|
RGB | 102 | 153 | 102 |
HSL | 120° | 20.00% | 50.00% |
HSB/HSV | 120° | 33.33% | 60.00% |
CMYK | 33.33% | 0.00% | 33.33% |
40.00% |
Hexadezimal | 66 | 99 | 66 |
Dezimal | 102 | 153 | 102 |
Binär | 1100110 | 10011001 | 1100110 |
Oktal | 146 | 231 | 146 |
Beispiele css- und html für Elemente in der Farbe #669966. Bitte benutzen Sie auch rgb(102,153,102) statt hex-Code.
.myTextColor { color: #669966; }
<p style="color:#669966">This sample text font color is #669966.</p>
Die Farbe dieses Textes ist #669966.
.myBgColor { background-color: #669966; }
<div style="background-color:#669966">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #669966.
.myBorderColor { border: 1px solid #669966; }
<div style="border:3px solid #669966">Div</div>
Die Grenzen von diesem div sind in Farbe #669966.
.myOpacity80 { color: #669966; opacity: 0.8; }
<p style="color:#669966;opacity:0.8;">80%</p>
Text in Farbe #669966 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #669966;}
<p style="text-shadow: 3px 3px 1px #669966">Text here.</p>
Dieser Text hat den Schatten in Farbe #669966.
.textShadow {text-shadow: 3px 3px 1px #669966, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #669966, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #669966 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#669966, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#669966, Direction=45, Strength=4)">Text</p>
This text has shadow with #669966 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #669966; -webkit-box-shadow: 1px 1px 3px 2px #669966; box-shadow: 1px 1px 3px 2px #669966; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #669966; -webkit-box-shadow: 1px 1px 3px 2px #669966; box-shadow:1px 1px 3px 2px #669966;">
Div content here</div>
Dieser Text ist in der Farbe #669966 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #669966 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #669966.
Dieser Text ist weiß auf dem Hintergrund in Farbe #669966.