HEX: #599970
RGB: (89,153,112)
#599970 enthält hauptsächlich grüne und blaue Farbe. Für #599970 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #599970 wird in RGB als (89,153,112) definiert.
RGB: (89,153,112) (35%,60%,44%)
R 89 von 255 = 35%
G 153 von 255 = 60%
B 112 von 255 = 44%
R + G + B ~ 46%. #599970 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
89 + 153 + 112 = 354 (100%)
R 89 von 354 ~ 25.14%
G 153 von 354 ~ 43.22%
B 112 von 354 ~ 31.64%
Die Farbe #599970 wird in CMYK als (42,0,27,40) definiert.
CMYK: (42,0,27,40) C42M0Y27K40 (42%,0%,27%,40%) (0.42/0.00/0.27/0.40)
59 | 99 | 70 | |
---|---|---|---|
RGB | 89 | 153 | 112 |
HSL | 142° | 26.45% | 47.45% |
HSB/HSV | 142° | 41.83% | 60.00% |
CMYK | 41.83% | 0.00% | 26.80% |
40.00% |
Hexadezimal | 59 | 99 | 70 |
Dezimal | 89 | 153 | 112 |
Binär | 1011001 | 10011001 | 1110000 |
Oktal | 131 | 231 | 160 |
Beispiele css- und html für Elemente in der Farbe #599970. Bitte benutzen Sie auch rgb(89,153,112) statt hex-Code.
.myTextColor { color: #599970; }
<p style="color:#599970">This sample text font color is #599970.</p>
Die Farbe dieses Textes ist #599970.
.myBgColor { background-color: #599970; }
<div style="background-color:#599970">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #599970.
.myBorderColor { border: 1px solid #599970; }
<div style="border:3px solid #599970">Div</div>
Die Grenzen von diesem div sind in Farbe #599970.
.myOpacity80 { color: #599970; opacity: 0.8; }
<p style="color:#599970;opacity:0.8;">80%</p>
Text in Farbe #599970 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #599970;}
<p style="text-shadow: 3px 3px 1px #599970">Text here.</p>
Dieser Text hat den Schatten in Farbe #599970.
.textShadow {text-shadow: 3px 3px 1px #599970, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #599970, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #599970 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#599970, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#599970, Direction=45, Strength=4)">Text</p>
This text has shadow with #599970 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #599970; -webkit-box-shadow: 1px 1px 3px 2px #599970; box-shadow: 1px 1px 3px 2px #599970; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #599970; -webkit-box-shadow: 1px 1px 3px 2px #599970; box-shadow:1px 1px 3px 2px #599970;">
Div content here</div>
Dieser Text ist in der Farbe #599970 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #599970 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #599970.
Dieser Text ist weiß auf dem Hintergrund in Farbe #599970.