HEX: #6B9947
RGB: (107,153,71)
#6B9947 enthält hauptsächlich rote und grüne Farbe. Für #6B9947 ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #6B9947 wird in RGB als (107,153,71) definiert.
RGB: (107,153,71) (42%,60%,28%)
R 107 von 255 = 42%
G 153 von 255 = 60%
B 71 von 255 = 28%
R + G + B ~ 43%. #6B9947 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
107 + 153 + 71 = 331 (100%)
R 107 von 331 ~ 32.33%
G 153 von 331 ~ 46.22%
B 71 von 331 ~ 21.45%
Die Farbe #6B9947 wird in CMYK als (30,0,54,40) definiert.
CMYK: (30,0,54,40) C30M0Y54K40 (30%,0%,54%,40%) (0.30/0.00/0.54/0.40)
6B | 99 | 47 | |
---|---|---|---|
RGB | 107 | 153 | 71 |
HSL | 94° | 36.61% | 43.92% |
HSB/HSV | 94° | 53.59% | 60.00% |
CMYK | 30.07% | 0.00% | 53.59% |
40.00% |
Hexadezimal | 6B | 99 | 47 |
Dezimal | 107 | 153 | 71 |
Binär | 1101011 | 10011001 | 1000111 |
Oktal | 153 | 231 | 107 |
Beispiele css- und html für Elemente in der Farbe #6B9947. Bitte benutzen Sie auch rgb(107,153,71) statt hex-Code.
.myTextColor { color: #6B9947; }
<p style="color:#6B9947">This sample text font color is #6B9947.</p>
Die Farbe dieses Textes ist #6B9947.
.myBgColor { background-color: #6B9947; }
<div style="background-color:#6B9947">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B9947.
.myBorderColor { border: 1px solid #6B9947; }
<div style="border:3px solid #6B9947">Div</div>
Die Grenzen von diesem div sind in Farbe #6B9947.
.myOpacity80 { color: #6B9947; opacity: 0.8; }
<p style="color:#6B9947;opacity:0.8;">80%</p>
Text in Farbe #6B9947 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B9947;}
<p style="text-shadow: 3px 3px 1px #6B9947">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B9947.
.textShadow {text-shadow: 3px 3px 1px #6B9947, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B9947, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B9947 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B9947, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B9947, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B9947 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B9947; -webkit-box-shadow: 1px 1px 3px 2px #6B9947; box-shadow: 1px 1px 3px 2px #6B9947; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B9947; -webkit-box-shadow: 1px 1px 3px 2px #6B9947; box-shadow:1px 1px 3px 2px #6B9947;">
Div content here</div>
Dieser Text ist in der Farbe #6B9947 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B9947 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B9947.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B9947.