HEX: #77B40A
RGB: (119,180,10)
#77B40A enthält hauptsächlich grüne Farbe. Für #77B40A ist eine «websichere» Webfarbe #66CC00 (oder kurz #6C0).
Die Farbe #77B40A wird in RGB als (119,180,10) definiert.
RGB: (119,180,10) (47%,71%,4%)
R 119 von 255 = 47%
G 180 von 255 = 71%
B 10 von 255 = 4%
R + G + B ~ 41%. #77B40A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 180 + 10 = 309 (100%)
R 119 von 309 ~ 38.51%
G 180 von 309 ~ 58.25%
B 10 von 309 ~ 3.24%
Die Farbe #77B40A wird in CMYK als (34,0,94,29) definiert.
CMYK: (34,0,94,29) C34M0Y94K29 (34%,0%,94%,29%) (0.34/0.00/0.94/0.29)
77 | B4 | 0A | |
---|---|---|---|
RGB | 119 | 180 | 10 |
HSL | 82° | 89.47% | 37.25% |
HSB/HSV | 82° | 94.44% | 70.59% |
CMYK | 33.89% | 0.00% | 94.44% |
29.41% |
Hexadezimal | 77 | B4 | 0A |
Dezimal | 119 | 180 | 10 |
Binär | 1110111 | 10110100 | 1010 |
Oktal | 167 | 264 | 12 |
Beispiele css- und html für Elemente in der Farbe #77B40A. Bitte benutzen Sie auch rgb(119,180,10) statt hex-Code.
.myTextColor { color: #77B40A; }
<p style="color:#77B40A">This sample text font color is #77B40A.</p>
Die Farbe dieses Textes ist #77B40A.
.myBgColor { background-color: #77B40A; }
<div style="background-color:#77B40A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77B40A.
.myBorderColor { border: 1px solid #77B40A; }
<div style="border:3px solid #77B40A">Div</div>
Die Grenzen von diesem div sind in Farbe #77B40A.
.myOpacity80 { color: #77B40A; opacity: 0.8; }
<p style="color:#77B40A;opacity:0.8;">80%</p>
Text in Farbe #77B40A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77B40A;}
<p style="text-shadow: 3px 3px 1px #77B40A">Text here.</p>
Dieser Text hat den Schatten in Farbe #77B40A.
.textShadow {text-shadow: 3px 3px 1px #77B40A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77B40A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77B40A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77B40A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77B40A, Direction=45, Strength=4)">Text</p>
This text has shadow with #77B40A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77B40A; -webkit-box-shadow: 1px 1px 3px 2px #77B40A; box-shadow: 1px 1px 3px 2px #77B40A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77B40A; -webkit-box-shadow: 1px 1px 3px 2px #77B40A; box-shadow:1px 1px 3px 2px #77B40A;">
Div content here</div>
Dieser Text ist in der Farbe #77B40A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77B40A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77B40A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77B40A.