HEX: #7EB65D
RGB: (126,182,93)
#7EB65D enthält hauptsächlich rote und grüne Farbe. Für #7EB65D ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7EB65D wird in RGB als (126,182,93) definiert.
RGB: (126,182,93)
(49%, 71%, 36%)
R 126 von 255 = 49%
G 182 von 255 = 71%
B 93 von 255 = 36%
R + G + B ~ 52%. #7EB65D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 182 + 93 = 401 (100%)
R 126 von 401 ~ 31.42%
G 182 von 401 ~ 45.39%
B 93 von 401 ~ 23.19'%
Die Farbe #7EB65D wird in CMYK als (31,0,49,29) definiert.
CMYK: (31,0,49,29) C31M0Y49K29 (31%,0%,49%,29%) (0.31/0.00/0.49/0.29)
Farbe #7EB65D in den populären Farbmodellen.
7E | B6 | 5D | |
---|---|---|---|
RGB | 126 | 182 | 93 |
HSL | 98° | 37.87% | 53.92% |
HSB/HSV | 98° | 48.90% | 71.37% |
CMYK | 30.77% | 0.00% | 48.90% |
28.63% |
Die Farbe #7EB65D in den populären Zahlensystemen.
Hexadezimal | 7E | B6 | 5D |
Dezimal | 126 | 182 | 93 |
Binär | 1111110 | 10110110 | 1011101 |
Oktal | 176 | 266 | 135 |
Dunkle Töne der Farbe #7EB65D
Helle Töne der Farbe #7EB65D
Beispiele css- und html für Elemente in der Farbe #7EB65D. Bitte benutzen Sie auch rgb(126,182,93) statt hex-Code.
.myTextColor { color: #7EB65D; }
<p style="color:#7EB65D">This sample text font color is #7EB65D.</p>
Die Farbe dieses Textes ist #7EB65D.
.myBgColor { background-color: #7EB65D; }
<div style="background-color:#7EB65D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7EB65D.
.myBorderColor { border: 1px solid #7EB65D; }
<div style="border:3px solid #7EB65D">Div</div>
Die Grenzen von diesem div sind in Farbe #7EB65D.
.myOpacity80 { color: #7EB65D; opacity: 0.8; }
<p style="color:#7EB65D;opacity:0.8;">80%</p>
Text in Farbe #7EB65D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7EB65D;}
<p style="text-shadow: 3px 3px 1px #7EB65D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7EB65D.
.textShadow {text-shadow: 3px 3px 1px #7EB65D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7EB65D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7EB65D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EB65D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7EB65D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7EB65D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EB65D;
-webkit-box-shadow: 1px 1px 3px 2px #7EB65D;
box-shadow: 1px 1px 3px 2px #7EB65D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EB65D; -webkit-box-shadow: 1px 1px 3px 2px #7EB65D; box-shadow:1px 1px 3px 2px #7EB65D;">
Div content here
</div>
Dieser Text ist in der Farbe #7EB65D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7EB65D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7EB65D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7EB65D.
Kontrastfarbe für #hex ist #8149A2.