HEX: #06711D
RGB: (6,113,29)
#06711D enthält hauptsächlich grüne Farbe. Für #06711D ist eine «websichere» Webfarbe #006633 (oder kurz #063).
Die Farbe #06711D wird in RGB als (6,113,29) definiert.
RGB: (6,113,29)
(2%, 44%, 11%)
R 6 von 255 = 2%
G 113 von 255 = 44%
B 29 von 255 = 11%
R + G + B ~ 19%. #06711D dunkle Farbe.
R + G + B = 6 + 113 + 29 = 148 (100%)
R 6 von 148 ~ 4.05%
G 113 von 148 ~ 76.35%
B 29 von 148 ~ 19.59'%
Die Farbe #06711D wird in CMYK als (95,0,74,56) definiert.
CMYK: (95,0,74,56)
C95M0Y74K56 (95%, 0%, 74%, 56%)
(0.95 / 0.00 / 0.74 / 0.56)
Farbe #06711D in den populären Farbmodellen.
06 | 71 | 1D | |
---|---|---|---|
RGB | 6 | 113 | 29 |
HSL | 133° | 89.92% | 23.33% |
HSB/HSV | 133° | 94.69% | 44.31% |
CMYK | 94.69% | 0.00% | 74.34% |
55.69% |
Die Farbe #06711D in den populären Zahlensystemen.
Hexadezimal | 06 | 71 | 1D |
Dezimal | 6 | 113 | 29 |
Binär | 110 | 1110001 | 11101 |
Oktal | 6 | 161 | 35 |
Dunkle Töne der Farbe #06711D
Helle Töne der Farbe #06711D
Beispiele css- und html für Elemente in der Farbe #06711D. Bitte benutzen Sie auch rgb(6,113,29) statt hex-Code.
.myTextColor { color: #06711D; }
<p style="color:#06711D">This sample text font color is #06711D.</p>
Die Farbe dieses Textes ist #06711D.
.myBgColor { background-color: #06711D; }
<div style="background-color:#06711D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #06711D.
.myBorderColor { border: 1px solid #06711D; }
<div style="border:3px solid #06711D">Div</div>
Die Grenzen von diesem div sind in Farbe #06711D.
.myOpacity80 { color: #06711D; opacity: 0.8; }
<p style="color:#06711D;opacity:0.8;">80%</p>
Text in Farbe #06711D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #06711D;}
<p style="text-shadow: 3px 3px 1px #06711D">Text here.</p>
Dieser Text hat den Schatten in Farbe #06711D.
.textShadow {text-shadow: 3px 3px 1px #06711D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #06711D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #06711D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06711D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#06711D, Direction=45, Strength=4)">Text</p>
This text has shadow with #06711D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #06711D;
-webkit-box-shadow: 1px 1px 3px 2px #06711D;
box-shadow: 1px 1px 3px 2px #06711D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06711D; -webkit-box-shadow: 1px 1px 3px 2px #06711D; box-shadow:1px 1px 3px 2px #06711D;">
Div content here
</div>
Dieser Text ist in der Farbe #06711D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #06711D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #06711D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #06711D.
Kontrastfarbe für #hex ist #F98EE2.