HEX: #76C07B
RGB: (118,192,123)
#76C07B enthält hauptsächlich grüne Farbe. Für #76C07B ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #76C07B wird in RGB als (118,192,123) definiert.
RGB: (118,192,123) (46%,75%,48%)
R 118 von 255 = 46%
G 192 von 255 = 75%
B 123 von 255 = 48%
R + G + B ~ 56%. #76C07B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 192 + 123 = 433 (100%)
R 118 von 433 ~ 27.25%
G 192 von 433 ~ 44.34%
B 123 von 433 ~ 28.41%
Die Farbe #76C07B wird in CMYK als (39,0,36,25) definiert.
CMYK: (39,0,36,25) C39M0Y36K25 (39%,0%,36%,25%) (0.39/0.00/0.36/0.25)
76 | C0 | 7B | |
---|---|---|---|
RGB | 118 | 192 | 123 |
HSL | 124° | 37.00% | 60.78% |
HSB/HSV | 124° | 38.54% | 75.29% |
CMYK | 38.54% | 0.00% | 35.94% |
24.71% |
Hexadezimal | 76 | C0 | 7B |
Dezimal | 118 | 192 | 123 |
Binär | 1110110 | 11000000 | 1111011 |
Oktal | 166 | 300 | 173 |
Beispiele css- und html für Elemente in der Farbe #76C07B. Bitte benutzen Sie auch rgb(118,192,123) statt hex-Code.
.myTextColor { color: #76C07B; }
<p style="color:#76C07B">This sample text font color is #76C07B.</p>
Die Farbe dieses Textes ist #76C07B.
.myBgColor { background-color: #76C07B; }
<div style="background-color:#76C07B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76C07B.
.myBorderColor { border: 1px solid #76C07B; }
<div style="border:3px solid #76C07B">Div</div>
Die Grenzen von diesem div sind in Farbe #76C07B.
.myOpacity80 { color: #76C07B; opacity: 0.8; }
<p style="color:#76C07B;opacity:0.8;">80%</p>
Text in Farbe #76C07B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C07B;}
<p style="text-shadow: 3px 3px 1px #76C07B">Text here.</p>
Dieser Text hat den Schatten in Farbe #76C07B.
.textShadow {text-shadow: 3px 3px 1px #76C07B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C07B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76C07B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C07B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C07B, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C07B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76C07B; -webkit-box-shadow: 1px 1px 3px 2px #76C07B; box-shadow: 1px 1px 3px 2px #76C07B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76C07B; -webkit-box-shadow: 1px 1px 3px 2px #76C07B; box-shadow:1px 1px 3px 2px #76C07B;">
Div content here</div>
Dieser Text ist in der Farbe #76C07B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76C07B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76C07B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76C07B.