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