HEX: #77D26D
RGB: (119,210,109)
#77D26D enthält hauptsächlich grüne Farbe. Für #77D26D ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77D26D wird in RGB als (119,210,109) definiert.
RGB: (119,210,109) (47%,82%,43%)
R 119 von 255 = 47%
G 210 von 255 = 82%
B 109 von 255 = 43%
R + G + B ~ 57%. #77D26D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 210 + 109 = 438 (100%)
R 119 von 438 ~ 27.17%
G 210 von 438 ~ 47.95%
B 109 von 438 ~ 24.89%
Die Farbe #77D26D wird in CMYK als (43,0,48,18) definiert.
CMYK: (43,0,48,18) C43M0Y48K18 (43%,0%,48%,18%) (0.43/0.00/0.48/0.18)
77 | D2 | 6D | |
---|---|---|---|
RGB | 119 | 210 | 109 |
HSL | 114° | 52.88% | 62.55% |
HSB/HSV | 114° | 48.10% | 82.35% |
CMYK | 43.33% | 0.00% | 48.10% |
17.65% |
Hexadezimal | 77 | D2 | 6D |
Dezimal | 119 | 210 | 109 |
Binär | 1110111 | 11010010 | 1101101 |
Oktal | 167 | 322 | 155 |
Beispiele css- und html für Elemente in der Farbe #77D26D. Bitte benutzen Sie auch rgb(119,210,109) statt hex-Code.
.myTextColor { color: #77D26D; }
<p style="color:#77D26D">This sample text font color is #77D26D.</p>
Die Farbe dieses Textes ist #77D26D.
.myBgColor { background-color: #77D26D; }
<div style="background-color:#77D26D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77D26D.
.myBorderColor { border: 1px solid #77D26D; }
<div style="border:3px solid #77D26D">Div</div>
Die Grenzen von diesem div sind in Farbe #77D26D.
.myOpacity80 { color: #77D26D; opacity: 0.8; }
<p style="color:#77D26D;opacity:0.8;">80%</p>
Text in Farbe #77D26D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77D26D;}
<p style="text-shadow: 3px 3px 1px #77D26D">Text here.</p>
Dieser Text hat den Schatten in Farbe #77D26D.
.textShadow {text-shadow: 3px 3px 1px #77D26D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77D26D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77D26D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77D26D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77D26D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77D26D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77D26D; -webkit-box-shadow: 1px 1px 3px 2px #77D26D; box-shadow: 1px 1px 3px 2px #77D26D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77D26D; -webkit-box-shadow: 1px 1px 3px 2px #77D26D; box-shadow:1px 1px 3px 2px #77D26D;">
Div content here</div>
Dieser Text ist in der Farbe #77D26D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77D26D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77D26D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77D26D.