HEX: #71A96D
RGB: (113,169,109)
#71A96D enthält hauptsächlich rote und grüne Farbe. Für #71A96D ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #71A96D wird in RGB als (113,169,109) definiert.
RGB: (113,169,109) (44%,66%,43%)
R 113 von 255 = 44%
G 169 von 255 = 66%
B 109 von 255 = 43%
R + G + B ~ 51%. #71A96D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
113 + 169 + 109 = 391 (100%)
R 113 von 391 ~ 28.9%
G 169 von 391 ~ 43.22%
B 109 von 391 ~ 27.88%
Die Farbe #71A96D wird in CMYK als (33,0,36,34) definiert.
CMYK: (33,0,36,34) C33M0Y36K34 (33%,0%,36%,34%) (0.33/0.00/0.36/0.34)
71 | A9 | 6D | |
---|---|---|---|
RGB | 113 | 169 | 109 |
HSL | 116° | 25.86% | 54.51% |
HSB/HSV | 116° | 35.50% | 66.27% |
CMYK | 33.14% | 0.00% | 35.50% |
33.73% |
Hexadezimal | 71 | A9 | 6D |
Dezimal | 113 | 169 | 109 |
Binär | 1110001 | 10101001 | 1101101 |
Oktal | 161 | 251 | 155 |
Beispiele css- und html für Elemente in der Farbe #71A96D. Bitte benutzen Sie auch rgb(113,169,109) statt hex-Code.
.myTextColor { color: #71A96D; }
<p style="color:#71A96D">This sample text font color is #71A96D.</p>
Die Farbe dieses Textes ist #71A96D.
.myBgColor { background-color: #71A96D; }
<div style="background-color:#71A96D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71A96D.
.myBorderColor { border: 1px solid #71A96D; }
<div style="border:3px solid #71A96D">Div</div>
Die Grenzen von diesem div sind in Farbe #71A96D.
.myOpacity80 { color: #71A96D; opacity: 0.8; }
<p style="color:#71A96D;opacity:0.8;">80%</p>
Text in Farbe #71A96D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71A96D;}
<p style="text-shadow: 3px 3px 1px #71A96D">Text here.</p>
Dieser Text hat den Schatten in Farbe #71A96D.
.textShadow {text-shadow: 3px 3px 1px #71A96D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71A96D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71A96D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71A96D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71A96D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71A96D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71A96D; -webkit-box-shadow: 1px 1px 3px 2px #71A96D; box-shadow: 1px 1px 3px 2px #71A96D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71A96D; -webkit-box-shadow: 1px 1px 3px 2px #71A96D; box-shadow:1px 1px 3px 2px #71A96D;">
Div content here</div>
Dieser Text ist in der Farbe #71A96D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71A96D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71A96D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71A96D.