HEX: #6C896B
RGB: (108,137,107)
#6C896B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #6C896B ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6C896B wird in RGB als (108,137,107) definiert.
RGB: (108,137,107) (42%,54%,42%)
R 108 von 255 = 42%
G 137 von 255 = 54%
B 107 von 255 = 42%
R + G + B ~ 46%. #6C896B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 137 + 107 = 352 (100%)
R 108 von 352 ~ 30.68%
G 137 von 352 ~ 38.92%
B 107 von 352 ~ 30.4%
Die Farbe #6C896B wird in CMYK als (21,0,22,46) definiert.
CMYK: (21,0,22,46) C21M0Y22K46 (21%,0%,22%,46%) (0.21/0.00/0.22/0.46)
6C | 89 | 6B | |
---|---|---|---|
RGB | 108 | 137 | 107 |
HSL | 118° | 12.30% | 47.84% |
HSB/HSV | 118° | 21.90% | 53.73% |
CMYK | 21.17% | 0.00% | 21.90% |
46.27% |
Hexadezimal | 6C | 89 | 6B |
Dezimal | 108 | 137 | 107 |
Binär | 1101100 | 10001001 | 1101011 |
Oktal | 154 | 211 | 153 |
Beispiele css- und html für Elemente in der Farbe #6C896B. Bitte benutzen Sie auch rgb(108,137,107) statt hex-Code.
.myTextColor { color: #6C896B; }
<p style="color:#6C896B">This sample text font color is #6C896B.</p>
Die Farbe dieses Textes ist #6C896B.
.myBgColor { background-color: #6C896B; }
<div style="background-color:#6C896B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6C896B.
.myBorderColor { border: 1px solid #6C896B; }
<div style="border:3px solid #6C896B">Div</div>
Die Grenzen von diesem div sind in Farbe #6C896B.
.myOpacity80 { color: #6C896B; opacity: 0.8; }
<p style="color:#6C896B;opacity:0.8;">80%</p>
Text in Farbe #6C896B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6C896B;}
<p style="text-shadow: 3px 3px 1px #6C896B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6C896B.
.textShadow {text-shadow: 3px 3px 1px #6C896B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6C896B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6C896B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6C896B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6C896B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6C896B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6C896B; -webkit-box-shadow: 1px 1px 3px 2px #6C896B; box-shadow: 1px 1px 3px 2px #6C896B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6C896B; -webkit-box-shadow: 1px 1px 3px 2px #6C896B; box-shadow:1px 1px 3px 2px #6C896B;">
Div content here</div>
Dieser Text ist in der Farbe #6C896B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6C896B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6C896B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6C896B.