HEX: #7EA77A
RGB: (126,167,122)
#7EA77A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7EA77A ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #7EA77A wird in RGB als (126,167,122) definiert.
RGB: (126,167,122)
(49%, 65%, 48%)
R 126 von 255 = 49%
G 167 von 255 = 65%
B 122 von 255 = 48%
R + G + B ~ 54%. #7EA77A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 167 + 122 = 415 (100%)
R 126 von 415 ~ 30.36%
G 167 von 415 ~ 40.24%
B 122 von 415 ~ 29.4'%
Die Farbe #7EA77A wird in CMYK als (25,0,27,35) definiert.
CMYK: (25,0,27,35)
C25M0Y27K35 (25%, 0%, 27%, 35%)
(0.25 / 0.00 / 0.27 / 0.35)
Farbe #7EA77A in den populären Farbmodellen.
7E | A7 | 7A | |
---|---|---|---|
RGB | 126 | 167 | 122 |
HSL | 115° | 20.36% | 56.67% |
HSB/HSV | 115° | 26.95% | 65.49% |
CMYK | 24.55% | 0.00% | 26.95% |
34.51% |
Die Farbe #7EA77A in den populären Zahlensystemen.
Hexadezimal | 7E | A7 | 7A |
Dezimal | 126 | 167 | 122 |
Binär | 1111110 | 10100111 | 1111010 |
Oktal | 176 | 247 | 172 |
Dunkle Töne der Farbe #7EA77A
Helle Töne der Farbe #7EA77A
Beispiele css- und html für Elemente in der Farbe #7EA77A. Bitte benutzen Sie auch rgb(126,167,122) statt hex-Code.
.myTextColor { color: #7EA77A; }
<p style="color:#7EA77A">This sample text font color is #7EA77A.</p>
Die Farbe dieses Textes ist #7EA77A.
.myBgColor { background-color: #7EA77A; }
<div style="background-color:#7EA77A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EA77A.
.myBorderColor { border: 1px solid #7EA77A; }
<div style="border:3px solid #7EA77A">Div</div>
Die Grenzen von diesem div sind in Farbe #7EA77A.
.myOpacity80 { color: #7EA77A; opacity: 0.8; }
<p style="color:#7EA77A;opacity:0.8;">80%</p>
Text in Farbe #7EA77A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EA77A;}
<p style="text-shadow: 3px 3px 1px #7EA77A">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EA77A.
.textShadow {text-shadow: 3px 3px 1px #7EA77A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EA77A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EA77A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EA77A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EA77A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EA77A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EA77A;
-webkit-box-shadow: 1px 1px 3px 2px #7EA77A;
box-shadow: 1px 1px 3px 2px #7EA77A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EA77A; -webkit-box-shadow: 1px 1px 3px 2px #7EA77A; box-shadow:1px 1px 3px 2px #7EA77A;">
Div content here
</div>
Dieser Text ist in der Farbe #7EA77A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EA77A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EA77A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EA77A.
Kontrastfarbe für #hex ist #815885.