HEX: #71AB72
RGB: (113,171,114)
#71AB72 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71AB72 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #71AB72 wird in RGB als (113,171,114) definiert.
RGB: (113,171,114)
(44%, 67%, 45%)
R 113 von 255 = 44%
G 171 von 255 = 67%
B 114 von 255 = 45%
R + G + B ~ 52%. #71AB72 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 171 + 114 = 398 (100%)
R 113 von 398 ~ 28.39%
G 171 von 398 ~ 42.96%
B 114 von 398 ~ 28.64'%
Die Farbe #71AB72 wird in CMYK als (34,0,33,33) definiert.
CMYK: (34,0,33,33)
C34M0Y33K33 (34%, 0%, 33%, 33%)
(0.34 / 0.00 / 0.33 / 0.33)
Farbe #71AB72 in den populären Farbmodellen.
71 | AB | 72 | |
---|---|---|---|
RGB | 113 | 171 | 114 |
HSL | 121° | 25.66% | 55.69% |
HSB/HSV | 121° | 33.92% | 67.06% |
CMYK | 33.92% | 0.00% | 33.33% |
32.94% |
Die Farbe #71AB72 in den populären Zahlensystemen.
Hexadezimal | 71 | AB | 72 |
Dezimal | 113 | 171 | 114 |
Binär | 1110001 | 10101011 | 1110010 |
Oktal | 161 | 253 | 162 |
Dunkle Töne der Farbe #71AB72
Helle Töne der Farbe #71AB72
Beispiele css- und html für Elemente in der Farbe #71AB72. Bitte benutzen Sie auch rgb(113,171,114) statt hex-Code.
.myTextColor { color: #71AB72; }
<p style="color:#71AB72">This sample text font color is #71AB72.</p>
Die Farbe dieses Textes ist #71AB72.
.myBgColor { background-color: #71AB72; }
<div style="background-color:#71AB72">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71AB72.
.myBorderColor { border: 1px solid #71AB72; }
<div style="border:3px solid #71AB72">Div</div>
Die Grenzen von diesem div sind in Farbe #71AB72.
.myOpacity80 { color: #71AB72; opacity: 0.8; }
<p style="color:#71AB72;opacity:0.8;">80%</p>
Text in Farbe #71AB72 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71AB72;}
<p style="text-shadow: 3px 3px 1px #71AB72">Text here.</p>
Dieser Text hat den Schatten in Farbe #71AB72.
.textShadow {text-shadow: 3px 3px 1px #71AB72', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71AB72, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71AB72 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71AB72, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71AB72, Direction=45, Strength=4)">Text</p>
This text has shadow with #71AB72 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71AB72;
-webkit-box-shadow: 1px 1px 3px 2px #71AB72;
box-shadow: 1px 1px 3px 2px #71AB72;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71AB72; -webkit-box-shadow: 1px 1px 3px 2px #71AB72; box-shadow:1px 1px 3px 2px #71AB72;">
Div content here
</div>
Dieser Text ist in der Farbe #71AB72 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71AB72 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71AB72.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71AB72.
Kontrastfarbe für #hex ist #8E548D.