HEX: #6CAD70
RGB: (108,173,112)
#6CAD70 enthält hauptsächlich grüne Farbe. Für #6CAD70 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6CAD70 wird in RGB als (108,173,112) definiert.
RGB: (108,173,112)
(42%, 68%, 44%)
R 108 von 255 = 42%
G 173 von 255 = 68%
B 112 von 255 = 44%
R + G + B ~ 51%. #6CAD70 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 108 + 173 + 112 = 393 (100%)
R 108 von 393 ~ 27.48%
G 173 von 393 ~ 44.02%
B 112 von 393 ~ 28.5'%
Die Farbe #6CAD70 wird in CMYK als (38,0,35,32) definiert.
CMYK: (38,0,35,32)
C38M0Y35K32 (38%, 0%, 35%, 32%)
(0.38 / 0.00 / 0.35 / 0.32)
Farbe #6CAD70 in den populären Farbmodellen.
6C | AD | 70 | |
---|---|---|---|
RGB | 108 | 173 | 112 |
HSL | 124° | 28.38% | 55.10% |
HSB/HSV | 124° | 37.57% | 67.84% |
CMYK | 37.57% | 0.00% | 35.26% |
32.16% |
Die Farbe #6CAD70 in den populären Zahlensystemen.
Hexadezimal | 6C | AD | 70 |
Dezimal | 108 | 173 | 112 |
Binär | 1101100 | 10101101 | 1110000 |
Oktal | 154 | 255 | 160 |
Dunkle Töne der Farbe #6CAD70
Helle Töne der Farbe #6CAD70
Beispiele css- und html für Elemente in der Farbe #6CAD70. Bitte benutzen Sie auch rgb(108,173,112) statt hex-Code.
.myTextColor { color: #6CAD70; }
<p style="color:#6CAD70">This sample text font color is #6CAD70.</p>
Die Farbe dieses Textes ist #6CAD70.
.myBgColor { background-color: #6CAD70; }
<div style="background-color:#6CAD70">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6CAD70.
.myBorderColor { border: 1px solid #6CAD70; }
<div style="border:3px solid #6CAD70">Div</div>
Die Grenzen von diesem div sind in Farbe #6CAD70.
.myOpacity80 { color: #6CAD70; opacity: 0.8; }
<p style="color:#6CAD70;opacity:0.8;">80%</p>
Text in Farbe #6CAD70 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6CAD70;}
<p style="text-shadow: 3px 3px 1px #6CAD70">Text here.</p>
Dieser Text hat den Schatten in Farbe #6CAD70.
.textShadow {text-shadow: 3px 3px 1px #6CAD70', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6CAD70, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6CAD70 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CAD70, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6CAD70, Direction=45, Strength=4)">Text</p>
This text has shadow with #6CAD70 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6CAD70;
-webkit-box-shadow: 1px 1px 3px 2px #6CAD70;
box-shadow: 1px 1px 3px 2px #6CAD70;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6CAD70; -webkit-box-shadow: 1px 1px 3px 2px #6CAD70; box-shadow:1px 1px 3px 2px #6CAD70;">
Div content here
</div>
Dieser Text ist in der Farbe #6CAD70 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6CAD70 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6CAD70.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6CAD70.
Kontrastfarbe für #hex ist #93528F.