HEX: #77C74D
RGB: (119,199,77)
#77C74D enthält hauptsächlich grüne Farbe. Für #77C74D ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #77C74D wird in RGB als (119,199,77) definiert.
RGB: (119,199,77) (47%,78%,30%)
R 119 von 255 = 47%
G 199 von 255 = 78%
B 77 von 255 = 30%
R + G + B ~ 52%. #77C74D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 199 + 77 = 395 (100%)
R 119 von 395 ~ 30.13%
G 199 von 395 ~ 50.38%
B 77 von 395 ~ 19.49%
Die Farbe #77C74D wird in CMYK als (40,0,61,22) definiert.
CMYK: (40,0,61,22) C40M0Y61K22 (40%,0%,61%,22%) (0.40/0.00/0.61/0.22)
77 | C7 | 4D | |
---|---|---|---|
RGB | 119 | 199 | 77 |
HSL | 99° | 52.14% | 54.12% |
HSB/HSV | 99° | 61.31% | 78.04% |
CMYK | 40.20% | 0.00% | 61.31% |
21.96% |
Hexadezimal | 77 | C7 | 4D |
Dezimal | 119 | 199 | 77 |
Binär | 1110111 | 11000111 | 1001101 |
Oktal | 167 | 307 | 115 |
Beispiele css- und html für Elemente in der Farbe #77C74D. Bitte benutzen Sie auch rgb(119,199,77) statt hex-Code.
.myTextColor { color: #77C74D; }
<p style="color:#77C74D">This sample text font color is #77C74D.</p>
Die Farbe dieses Textes ist #77C74D.
.myBgColor { background-color: #77C74D; }
<div style="background-color:#77C74D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77C74D.
.myBorderColor { border: 1px solid #77C74D; }
<div style="border:3px solid #77C74D">Div</div>
Die Grenzen von diesem div sind in Farbe #77C74D.
.myOpacity80 { color: #77C74D; opacity: 0.8; }
<p style="color:#77C74D;opacity:0.8;">80%</p>
Text in Farbe #77C74D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77C74D;}
<p style="text-shadow: 3px 3px 1px #77C74D">Text here.</p>
Dieser Text hat den Schatten in Farbe #77C74D.
.textShadow {text-shadow: 3px 3px 1px #77C74D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77C74D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77C74D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77C74D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77C74D, Direction=45, Strength=4)">Text</p>
This text has shadow with #77C74D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77C74D; -webkit-box-shadow: 1px 1px 3px 2px #77C74D; box-shadow: 1px 1px 3px 2px #77C74D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77C74D; -webkit-box-shadow: 1px 1px 3px 2px #77C74D; box-shadow:1px 1px 3px 2px #77C74D;">
Div content here</div>
Dieser Text ist in der Farbe #77C74D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77C74D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77C74D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77C74D.