HEX: #71A25B
RGB: (113,162,91)
#71A25B enthält hauptsächlich rote und grüne Farbe. Für #71A25B ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #71A25B wird in RGB als (113,162,91) definiert.
RGB: (113,162,91)
(44%, 64%, 36%)
R 113 von 255 = 44%
G 162 von 255 = 64%
B 91 von 255 = 36%
R + G + B ~ 48%. #71A25B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 113 + 162 + 91 = 366 (100%)
R 113 von 366 ~ 30.87%
G 162 von 366 ~ 44.26%
B 91 von 366 ~ 24.86'%
Die Farbe #71A25B wird in CMYK als (30,0,44,36) definiert.
CMYK: (30,0,44,36)
C30M0Y44K36 (30%, 0%, 44%, 36%)
(0.30 / 0.00 / 0.44 / 0.36)
Farbe #71A25B in den populären Farbmodellen.
71 | A2 | 5B | |
---|---|---|---|
RGB | 113 | 162 | 91 |
HSL | 101° | 28.06% | 49.61% |
HSB/HSV | 101° | 43.83% | 63.53% |
CMYK | 30.25% | 0.00% | 43.83% |
36.47% |
Die Farbe #71A25B in den populären Zahlensystemen.
Hexadezimal | 71 | A2 | 5B |
Dezimal | 113 | 162 | 91 |
Binär | 1110001 | 10100010 | 1011011 |
Oktal | 161 | 242 | 133 |
Dunkle Töne der Farbe #71A25B
Helle Töne der Farbe #71A25B
Beispiele css- und html für Elemente in der Farbe #71A25B. Bitte benutzen Sie auch rgb(113,162,91) statt hex-Code.
.myTextColor { color: #71A25B; }
<p style="color:#71A25B">This sample text font color is #71A25B.</p>
Die Farbe dieses Textes ist #71A25B.
.myBgColor { background-color: #71A25B; }
<div style="background-color:#71A25B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71A25B.
.myBorderColor { border: 1px solid #71A25B; }
<div style="border:3px solid #71A25B">Div</div>
Die Grenzen von diesem div sind in Farbe #71A25B.
.myOpacity80 { color: #71A25B; opacity: 0.8; }
<p style="color:#71A25B;opacity:0.8;">80%</p>
Text in Farbe #71A25B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71A25B;}
<p style="text-shadow: 3px 3px 1px #71A25B">Text here.</p>
Dieser Text hat den Schatten in Farbe #71A25B.
.textShadow {text-shadow: 3px 3px 1px #71A25B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71A25B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71A25B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71A25B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71A25B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71A25B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71A25B;
-webkit-box-shadow: 1px 1px 3px 2px #71A25B;
box-shadow: 1px 1px 3px 2px #71A25B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71A25B; -webkit-box-shadow: 1px 1px 3px 2px #71A25B; box-shadow:1px 1px 3px 2px #71A25B;">
Div content here
</div>
Dieser Text ist in der Farbe #71A25B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71A25B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71A25B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71A25B.
Kontrastfarbe für #hex ist #8E5DA4.