HEX: #6B9C4A
RGB: (107,156,74)
#6B9C4A enthält hauptsächlich rote und grüne Farbe. Für #6B9C4A ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #6B9C4A wird in RGB als (107,156,74) definiert.
RGB: (107,156,74) (42%,61%,29%)
R 107 von 255 = 42%
G 156 von 255 = 61%
B 74 von 255 = 29%
R + G + B ~ 44%. #6B9C4A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
107 + 156 + 74 = 337 (100%)
R 107 von 337 ~ 31.75%
G 156 von 337 ~ 46.29%
B 74 von 337 ~ 21.96%
Die Farbe #6B9C4A wird in CMYK als (31,0,53,39) definiert.
CMYK: (31,0,53,39) C31M0Y53K39 (31%,0%,53%,39%) (0.31/0.00/0.53/0.39)
6B | 9C | 4A | |
---|---|---|---|
RGB | 107 | 156 | 74 |
HSL | 96° | 35.65% | 45.10% |
HSB/HSV | 96° | 52.56% | 61.18% |
CMYK | 31.41% | 0.00% | 52.56% |
38.82% |
Hexadezimal | 6B | 9C | 4A |
Dezimal | 107 | 156 | 74 |
Binär | 1101011 | 10011100 | 1001010 |
Oktal | 153 | 234 | 112 |
Beispiele css- und html für Elemente in der Farbe #6B9C4A. Bitte benutzen Sie auch rgb(107,156,74) statt hex-Code.
.myTextColor { color: #6B9C4A; }
<p style="color:#6B9C4A">This sample text font color is #6B9C4A.</p>
Die Farbe dieses Textes ist #6B9C4A.
.myBgColor { background-color: #6B9C4A; }
<div style="background-color:#6B9C4A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6B9C4A.
.myBorderColor { border: 1px solid #6B9C4A; }
<div style="border:3px solid #6B9C4A">Div</div>
Die Grenzen von diesem div sind in Farbe #6B9C4A.
.myOpacity80 { color: #6B9C4A; opacity: 0.8; }
<p style="color:#6B9C4A;opacity:0.8;">80%</p>
Text in Farbe #6B9C4A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B9C4A;}
<p style="text-shadow: 3px 3px 1px #6B9C4A">Text here.</p>
Dieser Text hat den Schatten in Farbe #6B9C4A.
.textShadow {text-shadow: 3px 3px 1px #6B9C4A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B9C4A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6B9C4A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B9C4A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B9C4A, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B9C4A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B9C4A; -webkit-box-shadow: 1px 1px 3px 2px #6B9C4A; box-shadow: 1px 1px 3px 2px #6B9C4A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B9C4A; -webkit-box-shadow: 1px 1px 3px 2px #6B9C4A; box-shadow:1px 1px 3px 2px #6B9C4A;">
Div content here</div>
Dieser Text ist in der Farbe #6B9C4A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6B9C4A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6B9C4A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6B9C4A.