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