HEX: #0C6006
RGB: (12,96,6)
#0C6006 enthält hauptsächlich grüne Farbe. Für #0C6006 ist eine «websichere» Webfarbe #006600 (oder kurz #060).
Die Farbe #0C6006 wird in RGB als (12,96,6) definiert.
RGB: (12,96,6) (5%,38%,2%)
R 12 von 255 = 5%
G 96 von 255 = 38%
B 6 von 255 = 2%
R + G + B ~ 15%. #0C6006 dunkle Farbe.
R + G + B =
12 + 96 + 6 = 114 (100%)
R 12 von 114 ~ 10.53%
G 96 von 114 ~ 84.21%
B 6 von 114 ~ 5.26%
Die Farbe #0C6006 wird in CMYK als (88,0,94,62) definiert.
CMYK: (88,0,94,62) C88M0Y94K62 (88%,0%,94%,62%) (0.88/0.00/0.94/0.62)
0C | 60 | 06 | |
---|---|---|---|
RGB | 12 | 96 | 6 |
HSL | 116° | 88.24% | 20.00% |
HSB/HSV | 116° | 93.75% | 37.65% |
CMYK | 87.50% | 0.00% | 93.75% |
62.35% |
Hexadezimal | 0C | 60 | 06 |
Dezimal | 12 | 96 | 6 |
Binär | 1100 | 1100000 | 110 |
Oktal | 14 | 140 | 6 |
Beispiele css- und html für Elemente in der Farbe #0C6006. Bitte benutzen Sie auch rgb(12,96,6) statt hex-Code.
.myTextColor { color: #0C6006; }
<p style="color:#0C6006">This sample text font color is #0C6006.</p>
Die Farbe dieses Textes ist #0C6006.
.myBgColor { background-color: #0C6006; }
<div style="background-color:#0C6006">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0C6006.
.myBorderColor { border: 1px solid #0C6006; }
<div style="border:3px solid #0C6006">Div</div>
Die Grenzen von diesem div sind in Farbe #0C6006.
.myOpacity80 { color: #0C6006; opacity: 0.8; }
<p style="color:#0C6006;opacity:0.8;">80%</p>
Text in Farbe #0C6006 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0C6006;}
<p style="text-shadow: 3px 3px 1px #0C6006">Text here.</p>
Dieser Text hat den Schatten in Farbe #0C6006.
.textShadow {text-shadow: 3px 3px 1px #0C6006, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0C6006, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0C6006 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0C6006, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0C6006, Direction=45, Strength=4)">Text</p>
This text has shadow with #0C6006 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0C6006; -webkit-box-shadow: 1px 1px 3px 2px #0C6006; box-shadow: 1px 1px 3px 2px #0C6006; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0C6006; -webkit-box-shadow: 1px 1px 3px 2px #0C6006; box-shadow:1px 1px 3px 2px #0C6006;">
Div content here</div>
Dieser Text ist in der Farbe #0C6006 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0C6006 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0C6006.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0C6006.