HEX: #126D46
RGB: (18,109,70)
#126D46 enthält hauptsächlich grüne und blaue Farbe. Für #126D46 ist eine «websichere» Webfarbe #006633 (oder kurz #063).
Die Farbe #126D46 wird in RGB als (18,109,70) definiert.
RGB: (18,109,70) (7%,43%,27%)
R 18 von 255 = 7%
G 109 von 255 = 43%
B 70 von 255 = 27%
R + G + B ~ 26%. #126D46 ziemlich dunkle Farbe.
R + G + B =
18 + 109 + 70 = 197 (100%)
R 18 von 197 ~ 9.14%
G 109 von 197 ~ 55.33%
B 70 von 197 ~ 35.53%
Die Farbe #126D46 wird in CMYK als (83,0,36,57) definiert.
CMYK: (83,0,36,57) C83M0Y36K57 (83%,0%,36%,57%) (0.83/0.00/0.36/0.57)
12 | 6D | 46 | |
---|---|---|---|
RGB | 18 | 109 | 70 |
HSL | 154° | 71.65% | 24.90% |
HSB/HSV | 154° | 83.49% | 42.75% |
CMYK | 83.49% | 0.00% | 35.78% |
57.25% |
Hexadezimal | 12 | 6D | 46 |
Dezimal | 18 | 109 | 70 |
Binär | 10010 | 1101101 | 1000110 |
Oktal | 22 | 155 | 106 |
Beispiele css- und html für Elemente in der Farbe #126D46. Bitte benutzen Sie auch rgb(18,109,70) statt hex-Code.
.myTextColor { color: #126D46; }
<p style="color:#126D46">This sample text font color is #126D46.</p>
Die Farbe dieses Textes ist #126D46.
.myBgColor { background-color: #126D46; }
<div style="background-color:#126D46">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #126D46.
.myBorderColor { border: 1px solid #126D46; }
<div style="border:3px solid #126D46">Div</div>
Die Grenzen von diesem div sind in Farbe #126D46.
.myOpacity80 { color: #126D46; opacity: 0.8; }
<p style="color:#126D46;opacity:0.8;">80%</p>
Text in Farbe #126D46 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #126D46;}
<p style="text-shadow: 3px 3px 1px #126D46">Text here.</p>
Dieser Text hat den Schatten in Farbe #126D46.
.textShadow {text-shadow: 3px 3px 1px #126D46, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #126D46, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #126D46 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#126D46, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#126D46, Direction=45, Strength=4)">Text</p>
This text has shadow with #126D46 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #126D46; -webkit-box-shadow: 1px 1px 3px 2px #126D46; box-shadow: 1px 1px 3px 2px #126D46; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #126D46; -webkit-box-shadow: 1px 1px 3px 2px #126D46; box-shadow:1px 1px 3px 2px #126D46;">
Div content here</div>
Dieser Text ist in der Farbe #126D46 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #126D46 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #126D46.
Dieser Text ist weiß auf dem Hintergrund in Farbe #126D46.