HEX: #76C47A
RGB: (118,196,122)
#76C47A enthält hauptsächlich grüne Farbe. Für #76C47A ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #76C47A wird in RGB als (118,196,122) definiert.
RGB: (118,196,122) (46%,77%,48%)
R 118 von 255 = 46%
G 196 von 255 = 77%
B 122 von 255 = 48%
R + G + B ~ 57%. #76C47A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 196 + 122 = 436 (100%)
R 118 von 436 ~ 27.06%
G 196 von 436 ~ 44.95%
B 122 von 436 ~ 27.98%
Die Farbe #76C47A wird in CMYK als (40,0,38,23) definiert.
CMYK: (40,0,38,23) C40M0Y38K23 (40%,0%,38%,23%) (0.40/0.00/0.38/0.23)
76 | C4 | 7A | |
---|---|---|---|
RGB | 118 | 196 | 122 |
HSL | 123° | 39.80% | 61.57% |
HSB/HSV | 123° | 39.80% | 76.86% |
CMYK | 39.80% | 0.00% | 37.76% |
23.14% |
Hexadezimal | 76 | C4 | 7A |
Dezimal | 118 | 196 | 122 |
Binär | 1110110 | 11000100 | 1111010 |
Oktal | 166 | 304 | 172 |
Beispiele css- und html für Elemente in der Farbe #76C47A. Bitte benutzen Sie auch rgb(118,196,122) statt hex-Code.
.myTextColor { color: #76C47A; }
<p style="color:#76C47A">This sample text font color is #76C47A.</p>
Die Farbe dieses Textes ist #76C47A.
.myBgColor { background-color: #76C47A; }
<div style="background-color:#76C47A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76C47A.
.myBorderColor { border: 1px solid #76C47A; }
<div style="border:3px solid #76C47A">Div</div>
Die Grenzen von diesem div sind in Farbe #76C47A.
.myOpacity80 { color: #76C47A; opacity: 0.8; }
<p style="color:#76C47A;opacity:0.8;">80%</p>
Text in Farbe #76C47A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C47A;}
<p style="text-shadow: 3px 3px 1px #76C47A">Text here.</p>
Dieser Text hat den Schatten in Farbe #76C47A.
.textShadow {text-shadow: 3px 3px 1px #76C47A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C47A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76C47A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C47A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C47A, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C47A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76C47A; -webkit-box-shadow: 1px 1px 3px 2px #76C47A; box-shadow: 1px 1px 3px 2px #76C47A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76C47A; -webkit-box-shadow: 1px 1px 3px 2px #76C47A; box-shadow:1px 1px 3px 2px #76C47A;">
Div content here</div>
Dieser Text ist in der Farbe #76C47A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76C47A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76C47A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76C47A.