HEX: #6CB17D
RGB: (108,177,125)
#6CB17D enthält hauptsächlich grüne und blaue Farbe. Für #6CB17D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6CB17D wird in RGB als (108,177,125) definiert.
RGB: (108,177,125)
(42%, 69%, 49%)
R 108 von 255 = 42%
G 177 von 255 = 69%
B 125 von 255 = 49%
R + G + B ~ 53%. #6CB17D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 108 + 177 + 125 = 410 (100%)
R 108 von 410 ~ 26.34%
G 177 von 410 ~ 43.17%
B 125 von 410 ~ 30.49'%
Die Farbe #6CB17D wird in CMYK als (39,0,29,31) definiert.
CMYK: (39,0,29,31) C39M0Y29K31 (39%,0%,29%,31%) (0.39/0.00/0.29/0.31)
Farbe #6CB17D in den populären Farbmodellen.
6C | B1 | 7D | |
---|---|---|---|
RGB | 108 | 177 | 125 |
HSL | 135° | 30.67% | 55.88% |
HSB/HSV | 135° | 38.98% | 69.41% |
CMYK | 38.98% | 0.00% | 29.38% |
30.59% |
Die Farbe #6CB17D in den populären Zahlensystemen.
Hexadezimal | 6C | B1 | 7D |
Dezimal | 108 | 177 | 125 |
Binär | 1101100 | 10110001 | 1111101 |
Oktal | 154 | 261 | 175 |
Dunkle Töne der Farbe #6CB17D
Helle Töne der Farbe #6CB17D
Beispiele css- und html für Elemente in der Farbe #6CB17D. Bitte benutzen Sie auch rgb(108,177,125) statt hex-Code.
.myTextColor { color: #6CB17D; }
<p style="color:#6CB17D">This sample text font color is #6CB17D.</p>
Die Farbe dieses Textes ist #6CB17D.
.myBgColor { background-color: #6CB17D; }
<div style="background-color:#6CB17D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6CB17D.
.myBorderColor { border: 1px solid #6CB17D; }
<div style="border:3px solid #6CB17D">Div</div>
Die Grenzen von diesem div sind in Farbe #6CB17D.
.myOpacity80 { color: #6CB17D; opacity: 0.8; }
<p style="color:#6CB17D;opacity:0.8;">80%</p>
Text in Farbe #6CB17D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6CB17D;}
<p style="text-shadow: 3px 3px 1px #6CB17D">Text here.</p>
Dieser Text hat den Schatten in Farbe #6CB17D.
.textShadow {text-shadow: 3px 3px 1px #6CB17D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6CB17D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6CB17D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CB17D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6CB17D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6CB17D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6CB17D;
-webkit-box-shadow: 1px 1px 3px 2px #6CB17D;
box-shadow: 1px 1px 3px 2px #6CB17D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6CB17D; -webkit-box-shadow: 1px 1px 3px 2px #6CB17D; box-shadow:1px 1px 3px 2px #6CB17D;">
Div content here
</div>
Dieser Text ist in der Farbe #6CB17D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6CB17D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6CB17D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6CB17D.
Kontrastfarbe für #hex ist #934E82.