HEX: #76BE0A
RGB: (118,190,10)
#76BE0A enthält hauptsächlich grüne Farbe. Für #76BE0A ist eine «websichere» Webfarbe #66CC00 (oder kurz #6C0).
Die Farbe #76BE0A wird in RGB als (118,190,10) definiert.
RGB: (118,190,10)
(46%, 75%, 4%)
R 118 von 255 = 46%
G 190 von 255 = 75%
B 10 von 255 = 4%
R + G + B ~ 42%. #76BE0A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 190 + 10 = 318 (100%)
R 118 von 318 ~ 37.11%
G 190 von 318 ~ 59.75%
B 10 von 318 ~ 3.14'%
Die Farbe #76BE0A wird in CMYK als (38,0,95,25) definiert.
CMYK: (38,0,95,25)
C38M0Y95K25 (38%, 0%, 95%, 25%)
(0.38 / 0.00 / 0.95 / 0.25)
Farbe #76BE0A in den populären Farbmodellen.
76 | BE | 0A | |
---|---|---|---|
RGB | 118 | 190 | 10 |
HSL | 84° | 90.00% | 39.22% |
HSB/HSV | 84° | 94.74% | 74.51% |
CMYK | 37.89% | 0.00% | 94.74% |
25.49% |
Die Farbe #76BE0A in den populären Zahlensystemen.
Hexadezimal | 76 | BE | 0A |
Dezimal | 118 | 190 | 10 |
Binär | 1110110 | 10111110 | 1010 |
Oktal | 166 | 276 | 12 |
Dunkle Töne der Farbe #76BE0A
Helle Töne der Farbe #76BE0A
Beispiele css- und html für Elemente in der Farbe #76BE0A. Bitte benutzen Sie auch rgb(118,190,10) statt hex-Code.
.myTextColor { color: #76BE0A; }
<p style="color:#76BE0A">This sample text font color is #76BE0A.</p>
Die Farbe dieses Textes ist #76BE0A.
.myBgColor { background-color: #76BE0A; }
<div style="background-color:#76BE0A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76BE0A.
.myBorderColor { border: 1px solid #76BE0A; }
<div style="border:3px solid #76BE0A">Div</div>
Die Grenzen von diesem div sind in Farbe #76BE0A.
.myOpacity80 { color: #76BE0A; opacity: 0.8; }
<p style="color:#76BE0A;opacity:0.8;">80%</p>
Text in Farbe #76BE0A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76BE0A;}
<p style="text-shadow: 3px 3px 1px #76BE0A">Text here.</p>
Dieser Text hat den Schatten in Farbe #76BE0A.
.textShadow {text-shadow: 3px 3px 1px #76BE0A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76BE0A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76BE0A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76BE0A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76BE0A, Direction=45, Strength=4)">Text</p>
This text has shadow with #76BE0A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76BE0A;
-webkit-box-shadow: 1px 1px 3px 2px #76BE0A;
box-shadow: 1px 1px 3px 2px #76BE0A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76BE0A; -webkit-box-shadow: 1px 1px 3px 2px #76BE0A; box-shadow:1px 1px 3px 2px #76BE0A;">
Div content here
</div>
Dieser Text ist in der Farbe #76BE0A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76BE0A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76BE0A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76BE0A.
Kontrastfarbe für #hex ist #8941F5.