HEX: #76C886
RGB: (118,200,134)
#76C886 enthält hauptsächlich grüne Farbe. Für #76C886 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #76C886 wird in RGB als (118,200,134) definiert.
RGB: (118,200,134) (46%,78%,53%)
R 118 von 255 = 46%
G 200 von 255 = 78%
B 134 von 255 = 53%
R + G + B ~ 59%. #76C886 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 200 + 134 = 452 (100%)
R 118 von 452 ~ 26.11%
G 200 von 452 ~ 44.25%
B 134 von 452 ~ 29.65%
Die Farbe #76C886 wird in CMYK als (41,0,33,22) definiert.
CMYK: (41,0,33,22) C41M0Y33K22 (41%,0%,33%,22%) (0.41/0.00/0.33/0.22)
76 | C8 | 86 | |
---|---|---|---|
RGB | 118 | 200 | 134 |
HSL | 132° | 42.71% | 62.35% |
HSB/HSV | 132° | 41.00% | 78.43% |
CMYK | 41.00% | 0.00% | 33.00% |
21.57% |
Hexadezimal | 76 | C8 | 86 |
Dezimal | 118 | 200 | 134 |
Binär | 1110110 | 11001000 | 10000110 |
Oktal | 166 | 310 | 206 |
Beispiele css- und html für Elemente in der Farbe #76C886. Bitte benutzen Sie auch rgb(118,200,134) statt hex-Code.
.myTextColor { color: #76C886; }
<p style="color:#76C886">This sample text font color is #76C886.</p>
Die Farbe dieses Textes ist #76C886.
.myBgColor { background-color: #76C886; }
<div style="background-color:#76C886">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76C886.
.myBorderColor { border: 1px solid #76C886; }
<div style="border:3px solid #76C886">Div</div>
Die Grenzen von diesem div sind in Farbe #76C886.
.myOpacity80 { color: #76C886; opacity: 0.8; }
<p style="color:#76C886;opacity:0.8;">80%</p>
Text in Farbe #76C886 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C886;}
<p style="text-shadow: 3px 3px 1px #76C886">Text here.</p>
Dieser Text hat den Schatten in Farbe #76C886.
.textShadow {text-shadow: 3px 3px 1px #76C886, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C886, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76C886 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C886, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C886, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C886 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76C886; -webkit-box-shadow: 1px 1px 3px 2px #76C886; box-shadow: 1px 1px 3px 2px #76C886; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76C886; -webkit-box-shadow: 1px 1px 3px 2px #76C886; box-shadow:1px 1px 3px 2px #76C886;">
Div content here</div>
Dieser Text ist in der Farbe #76C886 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76C886 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76C886.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76C886.