HEX: #76C70E
RGB: (118,199,14)
#76C70E enthält hauptsächlich grüne Farbe. Für #76C70E ist eine «websichere» Webfarbe #66CC00 (oder kurz #6C0).
Die Farbe #76C70E wird in RGB als (118,199,14) definiert.
RGB: (118,199,14) (46%,78%,5%)
R 118 von 255 = 46%
G 199 von 255 = 78%
B 14 von 255 = 5%
R + G + B ~ 43%. #76C70E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 199 + 14 = 331 (100%)
R 118 von 331 ~ 35.65%
G 199 von 331 ~ 60.12%
B 14 von 331 ~ 4.23%
Die Farbe #76C70E wird in CMYK als (41,0,93,22) definiert.
CMYK: (41,0,93,22) C41M0Y93K22 (41%,0%,93%,22%) (0.41/0.00/0.93/0.22)
76 | C7 | 0E | |
---|---|---|---|
RGB | 118 | 199 | 14 |
HSL | 86° | 86.85% | 41.76% |
HSB/HSV | 86° | 92.96% | 78.04% |
CMYK | 40.70% | 0.00% | 92.96% |
21.96% |
Hexadezimal | 76 | C7 | 0E |
Dezimal | 118 | 199 | 14 |
Binär | 1110110 | 11000111 | 1110 |
Oktal | 166 | 307 | 16 |
Beispiele css- und html für Elemente in der Farbe #76C70E. Bitte benutzen Sie auch rgb(118,199,14) statt hex-Code.
.myTextColor { color: #76C70E; }
<p style="color:#76C70E">This sample text font color is #76C70E.</p>
Die Farbe dieses Textes ist #76C70E.
.myBgColor { background-color: #76C70E; }
<div style="background-color:#76C70E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76C70E.
.myBorderColor { border: 1px solid #76C70E; }
<div style="border:3px solid #76C70E">Div</div>
Die Grenzen von diesem div sind in Farbe #76C70E.
.myOpacity80 { color: #76C70E; opacity: 0.8; }
<p style="color:#76C70E;opacity:0.8;">80%</p>
Text in Farbe #76C70E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C70E;}
<p style="text-shadow: 3px 3px 1px #76C70E">Text here.</p>
Dieser Text hat den Schatten in Farbe #76C70E.
.textShadow {text-shadow: 3px 3px 1px #76C70E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C70E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76C70E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C70E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C70E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C70E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76C70E; -webkit-box-shadow: 1px 1px 3px 2px #76C70E; box-shadow: 1px 1px 3px 2px #76C70E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76C70E; -webkit-box-shadow: 1px 1px 3px 2px #76C70E; box-shadow:1px 1px 3px 2px #76C70E;">
Div content here</div>
Dieser Text ist in der Farbe #76C70E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76C70E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76C70E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76C70E.