HEX: #7EA55E
RGB: (126,165,94)
#7EA55E enthält hauptsächlich rote und grüne Farbe. Für #7EA55E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #7EA55E wird in RGB als (126,165,94) definiert.
RGB: (126,165,94)
(49%, 65%, 37%)
R 126 von 255 = 49%
G 165 von 255 = 65%
B 94 von 255 = 37%
R + G + B ~ 50%. #7EA55E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 165 + 94 = 385 (100%)
R 126 von 385 ~ 32.73%
G 165 von 385 ~ 42.86%
B 94 von 385 ~ 24.42'%
Die Farbe #7EA55E wird in CMYK als (24,0,43,35) definiert.
CMYK: (24,0,43,35)
C24M0Y43K35 (24%, 0%, 43%, 35%)
(0.24 / 0.00 / 0.43 / 0.35)
Farbe #7EA55E in den populären Farbmodellen.
7E | A5 | 5E | |
---|---|---|---|
RGB | 126 | 165 | 94 |
HSL | 93° | 28.29% | 50.78% |
HSB/HSV | 93° | 43.03% | 64.71% |
CMYK | 23.64% | 0.00% | 43.03% |
35.29% |
Die Farbe #7EA55E in den populären Zahlensystemen.
Hexadezimal | 7E | A5 | 5E |
Dezimal | 126 | 165 | 94 |
Binär | 1111110 | 10100101 | 1011110 |
Oktal | 176 | 245 | 136 |
Dunkle Töne der Farbe #7EA55E
Helle Töne der Farbe #7EA55E
Beispiele css- und html für Elemente in der Farbe #7EA55E. Bitte benutzen Sie auch rgb(126,165,94) statt hex-Code.
.myTextColor { color: #7EA55E; }
<p style="color:#7EA55E">This sample text font color is #7EA55E.</p>
Die Farbe dieses Textes ist #7EA55E.
.myBgColor { background-color: #7EA55E; }
<div style="background-color:#7EA55E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EA55E.
.myBorderColor { border: 1px solid #7EA55E; }
<div style="border:3px solid #7EA55E">Div</div>
Die Grenzen von diesem div sind in Farbe #7EA55E.
.myOpacity80 { color: #7EA55E; opacity: 0.8; }
<p style="color:#7EA55E;opacity:0.8;">80%</p>
Text in Farbe #7EA55E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EA55E;}
<p style="text-shadow: 3px 3px 1px #7EA55E">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EA55E.
.textShadow {text-shadow: 3px 3px 1px #7EA55E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EA55E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EA55E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EA55E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EA55E, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EA55E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EA55E;
-webkit-box-shadow: 1px 1px 3px 2px #7EA55E;
box-shadow: 1px 1px 3px 2px #7EA55E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EA55E; -webkit-box-shadow: 1px 1px 3px 2px #7EA55E; box-shadow:1px 1px 3px 2px #7EA55E;">
Div content here
</div>
Dieser Text ist in der Farbe #7EA55E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EA55E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EA55E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EA55E.
Kontrastfarbe für #hex ist #815AA1.