HEX: #7CBC4E
RGB: (124,188,78)
#7CBC4E enthält hauptsächlich grüne Farbe. Für #7CBC4E ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #7CBC4E wird in RGB als (124,188,78) definiert.
RGB: (124,188,78)
(49%, 74%, 31%)
R 124 von 255 = 49%
G 188 von 255 = 74%
B 78 von 255 = 31%
R + G + B ~ 51%. #7CBC4E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 124 + 188 + 78 = 390 (100%)
R 124 von 390 ~ 31.79%
G 188 von 390 ~ 48.21%
B 78 von 390 ~ 20'%
Die Farbe #7CBC4E wird in CMYK als (34,0,59,26) definiert.
CMYK: (34,0,59,26)
C34M0Y59K26 (34%, 0%, 59%, 26%)
(0.34 / 0.00 / 0.59 / 0.26)
Farbe #7CBC4E in den populären Farbmodellen.
7C | BC | 4E | |
---|---|---|---|
RGB | 124 | 188 | 78 |
HSL | 95° | 45.08% | 52.16% |
HSB/HSV | 95° | 58.51% | 73.73% |
CMYK | 34.04% | 0.00% | 58.51% |
26.27% |
Die Farbe #7CBC4E in den populären Zahlensystemen.
Hexadezimal | 7C | BC | 4E |
Dezimal | 124 | 188 | 78 |
Binär | 1111100 | 10111100 | 1001110 |
Oktal | 174 | 274 | 116 |
Dunkle Töne der Farbe #7CBC4E
Helle Töne der Farbe #7CBC4E
Beispiele css- und html für Elemente in der Farbe #7CBC4E. Bitte benutzen Sie auch rgb(124,188,78) statt hex-Code.
.myTextColor { color: #7CBC4E; }
<p style="color:#7CBC4E">This sample text font color is #7CBC4E.</p>
Die Farbe dieses Textes ist #7CBC4E.
.myBgColor { background-color: #7CBC4E; }
<div style="background-color:#7CBC4E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7CBC4E.
.myBorderColor { border: 1px solid #7CBC4E; }
<div style="border:3px solid #7CBC4E">Div</div>
Die Grenzen von diesem div sind in Farbe #7CBC4E.
.myOpacity80 { color: #7CBC4E; opacity: 0.8; }
<p style="color:#7CBC4E;opacity:0.8;">80%</p>
Text in Farbe #7CBC4E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7CBC4E;}
<p style="text-shadow: 3px 3px 1px #7CBC4E">Text here.</p>
Dieser Text hat den Schatten in Farbe #7CBC4E.
.textShadow {text-shadow: 3px 3px 1px #7CBC4E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7CBC4E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7CBC4E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7CBC4E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7CBC4E, Direction=45, Strength=4)">Text</p>
This text has shadow with #7CBC4E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7CBC4E;
-webkit-box-shadow: 1px 1px 3px 2px #7CBC4E;
box-shadow: 1px 1px 3px 2px #7CBC4E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7CBC4E; -webkit-box-shadow: 1px 1px 3px 2px #7CBC4E; box-shadow:1px 1px 3px 2px #7CBC4E;">
Div content here
</div>
Dieser Text ist in der Farbe #7CBC4E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7CBC4E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7CBC4E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7CBC4E.
Kontrastfarbe für #hex ist #8343B1.