HEX: #76A62E
RGB: (118,166,46)
#76A62E enthält hauptsächlich rote und grüne Farbe. Für #76A62E ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #76A62E wird in RGB als (118,166,46) definiert.
RGB: (118,166,46)
(46%, 65%, 18%)
R 118 von 255 = 46%
G 166 von 255 = 65%
B 46 von 255 = 18%
R + G + B ~ 43%. #76A62E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 166 + 46 = 330 (100%)
R 118 von 330 ~ 35.76%
G 166 von 330 ~ 50.3%
B 46 von 330 ~ 13.94'%
Die Farbe #76A62E wird in CMYK als (29,0,72,35) definiert.
CMYK: (29,0,72,35)
C29M0Y72K35 (29%, 0%, 72%, 35%)
(0.29 / 0.00 / 0.72 / 0.35)
Farbe #76A62E in den populären Farbmodellen.
76 | A6 | 2E | |
---|---|---|---|
RGB | 118 | 166 | 46 |
HSL | 84° | 56.60% | 41.57% |
HSB/HSV | 84° | 72.29% | 65.10% |
CMYK | 28.92% | 0.00% | 72.29% |
34.90% |
Die Farbe #76A62E in den populären Zahlensystemen.
Hexadezimal | 76 | A6 | 2E |
Dezimal | 118 | 166 | 46 |
Binär | 1110110 | 10100110 | 101110 |
Oktal | 166 | 246 | 56 |
Dunkle Töne der Farbe #76A62E
Helle Töne der Farbe #76A62E
Beispiele css- und html für Elemente in der Farbe #76A62E. Bitte benutzen Sie auch rgb(118,166,46) statt hex-Code.
.myTextColor { color: #76A62E; }
<p style="color:#76A62E">This sample text font color is #76A62E.</p>
Die Farbe dieses Textes ist #76A62E.
.myBgColor { background-color: #76A62E; }
<div style="background-color:#76A62E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76A62E.
.myBorderColor { border: 1px solid #76A62E; }
<div style="border:3px solid #76A62E">Div</div>
Die Grenzen von diesem div sind in Farbe #76A62E.
.myOpacity80 { color: #76A62E; opacity: 0.8; }
<p style="color:#76A62E;opacity:0.8;">80%</p>
Text in Farbe #76A62E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A62E;}
<p style="text-shadow: 3px 3px 1px #76A62E">Text here.</p>
Dieser Text hat den Schatten in Farbe #76A62E.
.textShadow {text-shadow: 3px 3px 1px #76A62E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A62E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76A62E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A62E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A62E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A62E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76A62E;
-webkit-box-shadow: 1px 1px 3px 2px #76A62E;
box-shadow: 1px 1px 3px 2px #76A62E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76A62E; -webkit-box-shadow: 1px 1px 3px 2px #76A62E; box-shadow:1px 1px 3px 2px #76A62E;">
Div content here
</div>
Dieser Text ist in der Farbe #76A62E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76A62E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76A62E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76A62E.
Kontrastfarbe für #hex ist #8959D1.