HEX: #7CB44D
RGB: (124,180,77)
#7CB44D enthält hauptsächlich rote und grüne Farbe. Für #7CB44D ist eine «websichere» Webfarbe #66CC33 (oder kurz #6C3).
Die Farbe #7CB44D wird in RGB als (124,180,77) definiert.
RGB: (124,180,77) (49%,71%,30%)
R 124 von 255 = 49%
G 180 von 255 = 71%
B 77 von 255 = 30%
R + G + B ~ 50%. #7CB44D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
124 + 180 + 77 = 381 (100%)
R 124 von 381 ~ 32.55%
G 180 von 381 ~ 47.24%
B 77 von 381 ~ 20.21%
Die Farbe #7CB44D wird in CMYK als (31,0,57,29) definiert.
CMYK: (31,0,57,29) C31M0Y57K29 (31%,0%,57%,29%) (0.31/0.00/0.57/0.29)
7C | B4 | 4D | |
---|---|---|---|
RGB | 124 | 180 | 77 |
HSL | 93° | 40.71% | 50.39% |
HSB/HSV | 93° | 57.22% | 70.59% |
CMYK | 31.11% | 0.00% | 57.22% |
29.41% |
Hexadezimal | 7C | B4 | 4D |
Dezimal | 124 | 180 | 77 |
Binär | 1111100 | 10110100 | 1001101 |
Oktal | 174 | 264 | 115 |
Beispiele css- und html für Elemente in der Farbe #7CB44D. Bitte benutzen Sie auch rgb(124,180,77) statt hex-Code.
.myTextColor { color: #7CB44D; }
<p style="color:#7CB44D">This sample text font color is #7CB44D.</p>
Die Farbe dieses Textes ist #7CB44D.
.myBgColor { background-color: #7CB44D; }
<div style="background-color:#7CB44D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7CB44D.
.myBorderColor { border: 1px solid #7CB44D; }
<div style="border:3px solid #7CB44D">Div</div>
Die Grenzen von diesem div sind in Farbe #7CB44D.
.myOpacity80 { color: #7CB44D; opacity: 0.8; }
<p style="color:#7CB44D;opacity:0.8;">80%</p>
Text in Farbe #7CB44D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7CB44D;}
<p style="text-shadow: 3px 3px 1px #7CB44D">Text here.</p>
Dieser Text hat den Schatten in Farbe #7CB44D.
.textShadow {text-shadow: 3px 3px 1px #7CB44D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7CB44D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7CB44D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7CB44D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7CB44D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7CB44D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7CB44D; -webkit-box-shadow: 1px 1px 3px 2px #7CB44D; box-shadow: 1px 1px 3px 2px #7CB44D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7CB44D; -webkit-box-shadow: 1px 1px 3px 2px #7CB44D; box-shadow:1px 1px 3px 2px #7CB44D;">
Div content here</div>
Dieser Text ist in der Farbe #7CB44D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7CB44D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7CB44D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7CB44D.