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