HEX: #77D179
RGB: (119,209,121)
#77D179 enthält hauptsächlich grüne Farbe. Für #77D179 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77D179 wird in RGB als (119,209,121) definiert.
RGB: (119,209,121) (47%,82%,47%)
R 119 von 255 = 47%
G 209 von 255 = 82%
B 121 von 255 = 47%
R + G + B ~ 59%. #77D179 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 209 + 121 = 449 (100%)
R 119 von 449 ~ 26.5%
G 209 von 449 ~ 46.55%
B 121 von 449 ~ 26.95%
Die Farbe #77D179 wird in CMYK als (43,0,42,18) definiert.
CMYK: (43,0,42,18) C43M0Y42K18 (43%,0%,42%,18%) (0.43/0.00/0.42/0.18)
77 | D1 | 79 | |
---|---|---|---|
RGB | 119 | 209 | 121 |
HSL | 121° | 49.45% | 64.31% |
HSB/HSV | 121° | 43.06% | 81.96% |
CMYK | 43.06% | 0.00% | 42.11% |
18.04% |
Hexadezimal | 77 | D1 | 79 |
Dezimal | 119 | 209 | 121 |
Binär | 1110111 | 11010001 | 1111001 |
Oktal | 167 | 321 | 171 |
Beispiele css- und html für Elemente in der Farbe #77D179. Bitte benutzen Sie auch rgb(119,209,121) statt hex-Code.
.myTextColor { color: #77D179; }
<p style="color:#77D179">This sample text font color is #77D179.</p>
Die Farbe dieses Textes ist #77D179.
.myBgColor { background-color: #77D179; }
<div style="background-color:#77D179">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77D179.
.myBorderColor { border: 1px solid #77D179; }
<div style="border:3px solid #77D179">Div</div>
Die Grenzen von diesem div sind in Farbe #77D179.
.myOpacity80 { color: #77D179; opacity: 0.8; }
<p style="color:#77D179;opacity:0.8;">80%</p>
Text in Farbe #77D179 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77D179;}
<p style="text-shadow: 3px 3px 1px #77D179">Text here.</p>
Dieser Text hat den Schatten in Farbe #77D179.
.textShadow {text-shadow: 3px 3px 1px #77D179, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77D179, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77D179 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77D179, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77D179, Direction=45, Strength=4)">Text</p>
This text has shadow with #77D179 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77D179; -webkit-box-shadow: 1px 1px 3px 2px #77D179; box-shadow: 1px 1px 3px 2px #77D179; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77D179; -webkit-box-shadow: 1px 1px 3px 2px #77D179; box-shadow:1px 1px 3px 2px #77D179;">
Div content here</div>
Dieser Text ist in der Farbe #77D179 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77D179 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77D179.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77D179.