HEX: #75C772
RGB: (117,199,114)
#75C772 enthält hauptsächlich grüne Farbe. Für #75C772 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #75C772 wird in RGB als (117,199,114) definiert.
RGB: (117,199,114)
(46%, 78%, 45%)
R 117 von 255 = 46%
G 199 von 255 = 78%
B 114 von 255 = 45%
R + G + B ~ 56%. #75C772 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 117 + 199 + 114 = 430 (100%)
R 117 von 430 ~ 27.21%
G 199 von 430 ~ 46.28%
B 114 von 430 ~ 26.51'%
Die Farbe #75C772 wird in CMYK als (41,0,43,22) definiert.
CMYK: (41,0,43,22)
C41M0Y43K22 (41%, 0%, 43%, 22%)
(0.41 / 0.00 / 0.43 / 0.22)
Farbe #75C772 in den populären Farbmodellen.
75 | C7 | 72 | |
---|---|---|---|
RGB | 117 | 199 | 114 |
HSL | 118° | 43.15% | 61.37% |
HSB/HSV | 118° | 42.71% | 78.04% |
CMYK | 41.21% | 0.00% | 42.71% |
21.96% |
Die Farbe #75C772 in den populären Zahlensystemen.
Hexadezimal | 75 | C7 | 72 |
Dezimal | 117 | 199 | 114 |
Binär | 1110101 | 11000111 | 1110010 |
Oktal | 165 | 307 | 162 |
Dunkle Töne der Farbe #75C772
Helle Töne der Farbe #75C772
Beispiele css- und html für Elemente in der Farbe #75C772. Bitte benutzen Sie auch rgb(117,199,114) statt hex-Code.
.myTextColor { color: #75C772; }
<p style="color:#75C772">This sample text font color is #75C772.</p>
Die Farbe dieses Textes ist #75C772.
.myBgColor { background-color: #75C772; }
<div style="background-color:#75C772">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #75C772.
.myBorderColor { border: 1px solid #75C772; }
<div style="border:3px solid #75C772">Div</div>
Die Grenzen von diesem div sind in Farbe #75C772.
.myOpacity80 { color: #75C772; opacity: 0.8; }
<p style="color:#75C772;opacity:0.8;">80%</p>
Text in Farbe #75C772 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #75C772;}
<p style="text-shadow: 3px 3px 1px #75C772">Text here.</p>
Dieser Text hat den Schatten in Farbe #75C772.
.textShadow {text-shadow: 3px 3px 1px #75C772', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #75C772, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #75C772 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#75C772, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#75C772, Direction=45, Strength=4)">Text</p>
This text has shadow with #75C772 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #75C772;
-webkit-box-shadow: 1px 1px 3px 2px #75C772;
box-shadow: 1px 1px 3px 2px #75C772;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #75C772; -webkit-box-shadow: 1px 1px 3px 2px #75C772; box-shadow:1px 1px 3px 2px #75C772;">
Div content here
</div>
Dieser Text ist in der Farbe #75C772 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #75C772 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #75C772.
Dieser Text ist weiß auf dem Hintergrund in Farbe #75C772.
Kontrastfarbe für #hex ist #8A388D.