HEX: #77BE7A
RGB: (119,190,122)
#77BE7A enthält hauptsächlich grüne Farbe. Für #77BE7A ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #77BE7A wird in RGB als (119,190,122) definiert.
RGB: (119,190,122) (47%,75%,48%)
R 119 von 255 = 47%
G 190 von 255 = 75%
B 122 von 255 = 48%
R + G + B ~ 57%. #77BE7A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
119 + 190 + 122 = 431 (100%)
R 119 von 431 ~ 27.61%
G 190 von 431 ~ 44.08%
B 122 von 431 ~ 28.31%
Die Farbe #77BE7A wird in CMYK als (37,0,36,25) definiert.
CMYK: (37,0,36,25) C37M0Y36K25 (37%,0%,36%,25%) (0.37/0.00/0.36/0.25)
77 | BE | 7A | |
---|---|---|---|
RGB | 119 | 190 | 122 |
HSL | 123° | 35.32% | 60.59% |
HSB/HSV | 123° | 37.37% | 74.51% |
CMYK | 37.37% | 0.00% | 35.79% |
25.49% |
Hexadezimal | 77 | BE | 7A |
Dezimal | 119 | 190 | 122 |
Binär | 1110111 | 10111110 | 1111010 |
Oktal | 167 | 276 | 172 |
Beispiele css- und html für Elemente in der Farbe #77BE7A. Bitte benutzen Sie auch rgb(119,190,122) statt hex-Code.
.myTextColor { color: #77BE7A; }
<p style="color:#77BE7A">This sample text font color is #77BE7A.</p>
Die Farbe dieses Textes ist #77BE7A.
.myBgColor { background-color: #77BE7A; }
<div style="background-color:#77BE7A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #77BE7A.
.myBorderColor { border: 1px solid #77BE7A; }
<div style="border:3px solid #77BE7A">Div</div>
Die Grenzen von diesem div sind in Farbe #77BE7A.
.myOpacity80 { color: #77BE7A; opacity: 0.8; }
<p style="color:#77BE7A;opacity:0.8;">80%</p>
Text in Farbe #77BE7A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77BE7A;}
<p style="text-shadow: 3px 3px 1px #77BE7A">Text here.</p>
Dieser Text hat den Schatten in Farbe #77BE7A.
.textShadow {text-shadow: 3px 3px 1px #77BE7A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77BE7A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #77BE7A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77BE7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77BE7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #77BE7A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #77BE7A; -webkit-box-shadow: 1px 1px 3px 2px #77BE7A; box-shadow: 1px 1px 3px 2px #77BE7A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #77BE7A; -webkit-box-shadow: 1px 1px 3px 2px #77BE7A; box-shadow:1px 1px 3px 2px #77BE7A;">
Div content here</div>
Dieser Text ist in der Farbe #77BE7A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #77BE7A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #77BE7A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #77BE7A.