HEX: #77C66A
RGB: (119,198,106)
#77C66A enthält hauptsächlich grüne Farbe. Für #77C66A ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77C66A wird in RGB als (119,198,106) definiert.
RGB: (119,198,106)
(47%, 78%, 42%)
R 119 von 255 = 47%
G 198 von 255 = 78%
B 106 von 255 = 42%
R + G + B ~ 56%. #77C66A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 119 + 198 + 106 = 423 (100%)
R 119 von 423 ~ 28.13%
G 198 von 423 ~ 46.81%
B 106 von 423 ~ 25.06'%
Die Farbe #77C66A wird in CMYK als (40,0,46,22) definiert.
CMYK: (40,0,46,22)
C40M0Y46K22 (40%, 0%, 46%, 22%)
(0.40 / 0.00 / 0.46 / 0.22)
Farbe #77C66A in den populären Farbmodellen.
77 | C6 | 6A | |
---|---|---|---|
RGB | 119 | 198 | 106 |
HSL | 112° | 44.66% | 59.61% |
HSB/HSV | 112° | 46.46% | 77.65% |
CMYK | 39.90% | 0.00% | 46.46% |
22.35% |
Die Farbe #77C66A in den populären Zahlensystemen.
Hexadezimal | 77 | C6 | 6A |
Dezimal | 119 | 198 | 106 |
Binär | 1110111 | 11000110 | 1101010 |
Oktal | 167 | 306 | 152 |
Dunkle Töne der Farbe #77C66A
Helle Töne der Farbe #77C66A
Beispiele css- und html für Elemente in der Farbe #77C66A. Bitte benutzen Sie auch rgb(119,198,106) statt hex-Code.
.myTextColor { color: #77C66A; }
<p style="color:#77C66A">This sample text font color is #77C66A.</p>
Die Farbe dieses Textes ist #77C66A.
.myBgColor { background-color: #77C66A; }
<div style="background-color:#77C66A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77C66A.
.myBorderColor { border: 1px solid #77C66A; }
<div style="border:3px solid #77C66A">Div</div>
Die Grenzen von diesem div sind in Farbe #77C66A.
.myOpacity80 { color: #77C66A; opacity: 0.8; }
<p style="color:#77C66A;opacity:0.8;">80%</p>
Text in Farbe #77C66A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77C66A;}
<p style="text-shadow: 3px 3px 1px #77C66A">Text here.</p>
Dieser Text hat den Schatten in Farbe #77C66A.
.textShadow {text-shadow: 3px 3px 1px #77C66A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77C66A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77C66A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77C66A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77C66A, Direction=45, Strength=4)">Text</p>
This text has shadow with #77C66A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77C66A;
-webkit-box-shadow: 1px 1px 3px 2px #77C66A;
box-shadow: 1px 1px 3px 2px #77C66A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77C66A; -webkit-box-shadow: 1px 1px 3px 2px #77C66A; box-shadow:1px 1px 3px 2px #77C66A;">
Div content here
</div>
Dieser Text ist in der Farbe #77C66A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77C66A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77C66A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77C66A.
Kontrastfarbe für #hex ist #883995.