HEX: #77C761
RGB: (119,199,97)
#77C761 enthält hauptsächlich grüne Farbe. Für #77C761 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77C761 wird in RGB als (119,199,97) definiert.
RGB: (119,199,97)
(47%, 78%, 38%)
R 119 von 255 = 47%
G 199 von 255 = 78%
B 97 von 255 = 38%
R + G + B ~ 54%. #77C761 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 119 + 199 + 97 = 415 (100%)
R 119 von 415 ~ 28.67%
G 199 von 415 ~ 47.95%
B 97 von 415 ~ 23.37'%
Die Farbe #77C761 wird in CMYK als (40,0,51,22) definiert.
CMYK: (40,0,51,22)
C40M0Y51K22 (40%, 0%, 51%, 22%)
(0.40 / 0.00 / 0.51 / 0.22)
Farbe #77C761 in den populären Farbmodellen.
77 | C7 | 61 | |
---|---|---|---|
RGB | 119 | 199 | 97 |
HSL | 107° | 47.66% | 58.04% |
HSB/HSV | 107° | 51.26% | 78.04% |
CMYK | 40.20% | 0.00% | 51.26% |
21.96% |
Die Farbe #77C761 in den populären Zahlensystemen.
Hexadezimal | 77 | C7 | 61 |
Dezimal | 119 | 199 | 97 |
Binär | 1110111 | 11000111 | 1100001 |
Oktal | 167 | 307 | 141 |
Dunkle Töne der Farbe #77C761
Helle Töne der Farbe #77C761
Beispiele css- und html für Elemente in der Farbe #77C761. Bitte benutzen Sie auch rgb(119,199,97) statt hex-Code.
.myTextColor { color: #77C761; }
<p style="color:#77C761">This sample text font color is #77C761.</p>
Die Farbe dieses Textes ist #77C761.
.myBgColor { background-color: #77C761; }
<div style="background-color:#77C761">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77C761.
.myBorderColor { border: 1px solid #77C761; }
<div style="border:3px solid #77C761">Div</div>
Die Grenzen von diesem div sind in Farbe #77C761.
.myOpacity80 { color: #77C761; opacity: 0.8; }
<p style="color:#77C761;opacity:0.8;">80%</p>
Text in Farbe #77C761 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77C761;}
<p style="text-shadow: 3px 3px 1px #77C761">Text here.</p>
Dieser Text hat den Schatten in Farbe #77C761.
.textShadow {text-shadow: 3px 3px 1px #77C761', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77C761, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77C761 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77C761, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77C761, Direction=45, Strength=4)">Text</p>
This text has shadow with #77C761 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77C761;
-webkit-box-shadow: 1px 1px 3px 2px #77C761;
box-shadow: 1px 1px 3px 2px #77C761;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77C761; -webkit-box-shadow: 1px 1px 3px 2px #77C761; box-shadow:1px 1px 3px 2px #77C761;">
Div content here
</div>
Dieser Text ist in der Farbe #77C761 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77C761 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77C761.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77C761.
Kontrastfarbe für #hex ist #88389E.