HEX: #9CB77D
RGB: (156,183,125)
#9CB77D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9CB77D ist eine «websichere» Webfarbe #99CC66 (oder kurz #9C6).
Die Farbe #9CB77D wird in RGB als (156,183,125) definiert.
RGB: (156,183,125)
(61%, 72%, 49%)
R 156 von 255 = 61%
G 183 von 255 = 72%
B 125 von 255 = 49%
R + G + B ~ 61%. #9CB77D ziemlich helle Farbe.
R + G + B = 156 + 183 + 125 = 464 (100%)
R 156 von 464 ~ 33.62%
G 183 von 464 ~ 39.44%
B 125 von 464 ~ 26.94'%
Die Farbe #9CB77D wird in CMYK als (15,0,32,28) definiert.
CMYK: (15,0,32,28) C15M0Y32K28 (15%,0%,32%,28%) (0.15/0.00/0.32/0.28)
Farbe #9CB77D in den populären Farbmodellen.
9C | B7 | 7D | |
---|---|---|---|
RGB | 156 | 183 | 125 |
HSL | 88° | 28.71% | 60.39% |
HSB/HSV | 88° | 31.69% | 71.76% |
CMYK | 14.75% | 0.00% | 31.69% |
28.24% |
Die Farbe #9CB77D in den populären Zahlensystemen.
Hexadezimal | 9C | B7 | 7D |
Dezimal | 156 | 183 | 125 |
Binär | 10011100 | 10110111 | 1111101 |
Oktal | 234 | 267 | 175 |
Dunkle Töne der Farbe #9CB77D
Helle Töne der Farbe #9CB77D
Beispiele css- und html für Elemente in der Farbe #9CB77D. Bitte benutzen Sie auch rgb(156,183,125) statt hex-Code.
.myTextColor { color: #9CB77D; }
<p style="color:#9CB77D">This sample text font color is #9CB77D.</p>
Die Farbe dieses Textes ist #9CB77D.
.myBgColor { background-color: #9CB77D; }
<div style="background-color:#9CB77D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9CB77D.
.myBorderColor { border: 1px solid #9CB77D; }
<div style="border:3px solid #9CB77D">Div</div>
Die Grenzen von diesem div sind in Farbe #9CB77D.
.myOpacity80 { color: #9CB77D; opacity: 0.8; }
<p style="color:#9CB77D;opacity:0.8;">80%</p>
Text in Farbe #9CB77D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9CB77D;}
<p style="text-shadow: 3px 3px 1px #9CB77D">Text here.</p>
Dieser Text hat den Schatten in Farbe #9CB77D.
.textShadow {text-shadow: 3px 3px 1px #9CB77D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9CB77D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9CB77D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9CB77D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9CB77D, Direction=45, Strength=4)">Text</p>
This text has shadow with #9CB77D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9CB77D;
-webkit-box-shadow: 1px 1px 3px 2px #9CB77D;
box-shadow: 1px 1px 3px 2px #9CB77D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9CB77D; -webkit-box-shadow: 1px 1px 3px 2px #9CB77D; box-shadow:1px 1px 3px 2px #9CB77D;">
Div content here
</div>
Dieser Text ist in der Farbe #9CB77D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9CB77D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9CB77D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9CB77D.
Kontrastfarbe für #hex ist #634882.