HEX: #76C290
RGB: (118,194,144)
#76C290 enthält hauptsächlich grüne und blaue Farbe. Für #76C290 ist eine «websichere» Webfarbe #66CC99 (oder kurz #6C9).
Die Farbe #76C290 wird in RGB als (118,194,144) definiert.
RGB: (118,194,144)
(46%, 76%, 56%)
R 118 von 255 = 46%
G 194 von 255 = 76%
B 144 von 255 = 56%
R + G + B ~ 59%. #76C290 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 118 + 194 + 144 = 456 (100%)
R 118 von 456 ~ 25.88%
G 194 von 456 ~ 42.54%
B 144 von 456 ~ 31.58'%
Die Farbe #76C290 wird in CMYK als (39,0,26,24) definiert.
CMYK: (39,0,26,24) C39M0Y26K24 (39%,0%,26%,24%) (0.39/0.00/0.26/0.24)
Farbe #76C290 in den populären Farbmodellen.
76 | C2 | 90 | |
---|---|---|---|
RGB | 118 | 194 | 144 |
HSL | 141° | 38.38% | 61.18% |
HSB/HSV | 141° | 39.18% | 76.08% |
CMYK | 39.18% | 0.00% | 25.77% |
23.92% |
Die Farbe #76C290 in den populären Zahlensystemen.
Hexadezimal | 76 | C2 | 90 |
Dezimal | 118 | 194 | 144 |
Binär | 1110110 | 11000010 | 10010000 |
Oktal | 166 | 302 | 220 |
Dunkle Töne der Farbe #76C290
Helle Töne der Farbe #76C290
Beispiele css- und html für Elemente in der Farbe #76C290. Bitte benutzen Sie auch rgb(118,194,144) statt hex-Code.
.myTextColor { color: #76C290; }
<p style="color:#76C290">This sample text font color is #76C290.</p>
Die Farbe dieses Textes ist #76C290.
.myBgColor { background-color: #76C290; }
<div style="background-color:#76C290">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76C290.
.myBorderColor { border: 1px solid #76C290; }
<div style="border:3px solid #76C290">Div</div>
Die Grenzen von diesem div sind in Farbe #76C290.
.myOpacity80 { color: #76C290; opacity: 0.8; }
<p style="color:#76C290;opacity:0.8;">80%</p>
Text in Farbe #76C290 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76C290;}
<p style="text-shadow: 3px 3px 1px #76C290">Text here.</p>
Dieser Text hat den Schatten in Farbe #76C290.
.textShadow {text-shadow: 3px 3px 1px #76C290', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76C290, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76C290 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76C290, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76C290, Direction=45, Strength=4)">Text</p>
This text has shadow with #76C290 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76C290;
-webkit-box-shadow: 1px 1px 3px 2px #76C290;
box-shadow: 1px 1px 3px 2px #76C290;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76C290; -webkit-box-shadow: 1px 1px 3px 2px #76C290; box-shadow:1px 1px 3px 2px #76C290;">
Div content here
</div>
Dieser Text ist in der Farbe #76C290 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76C290 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76C290.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76C290.
Kontrastfarbe für #hex ist #893D6F.