HEX: #71B19A
RGB: (113,177,154)
#71B19A enthält hauptsächlich grüne und blaue Farbe. Für #71B19A ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #71B19A wird in RGB als (113,177,154) definiert.
RGB: (113,177,154) (44%,69%,60%)
R 113 von 255 = 44%
G 177 von 255 = 69%
B 154 von 255 = 60%
R + G + B ~ 58%. #71B19A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
113 + 177 + 154 = 444 (100%)
R 113 von 444 ~ 25.45%
G 177 von 444 ~ 39.86%
B 154 von 444 ~ 34.68%
Die Farbe #71B19A wird in CMYK als (36,0,13,31) definiert.
CMYK: (36,0,13,31) C36M0Y13K31 (36%,0%,13%,31%) (0.36/0.00/0.13/0.31)
71 | B1 | 9A | |
---|---|---|---|
RGB | 113 | 177 | 154 |
HSL | 158° | 29.09% | 56.86% |
HSB/HSV | 158° | 36.16% | 69.41% |
CMYK | 36.16% | 0.00% | 12.99% |
30.59% |
Hexadezimal | 71 | B1 | 9A |
Dezimal | 113 | 177 | 154 |
Binär | 1110001 | 10110001 | 10011010 |
Oktal | 161 | 261 | 232 |
Beispiele css- und html für Elemente in der Farbe #71B19A. Bitte benutzen Sie auch rgb(113,177,154) statt hex-Code.
.myTextColor { color: #71B19A; }
<p style="color:#71B19A">This sample text font color is #71B19A.</p>
Die Farbe dieses Textes ist #71B19A.
.myBgColor { background-color: #71B19A; }
<div style="background-color:#71B19A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71B19A.
.myBorderColor { border: 1px solid #71B19A; }
<div style="border:3px solid #71B19A">Div</div>
Die Grenzen von diesem div sind in Farbe #71B19A.
.myOpacity80 { color: #71B19A; opacity: 0.8; }
<p style="color:#71B19A;opacity:0.8;">80%</p>
Text in Farbe #71B19A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B19A;}
<p style="text-shadow: 3px 3px 1px #71B19A">Text here.</p>
Dieser Text hat den Schatten in Farbe #71B19A.
.textShadow {text-shadow: 3px 3px 1px #71B19A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B19A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71B19A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B19A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B19A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B19A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71B19A; -webkit-box-shadow: 1px 1px 3px 2px #71B19A; box-shadow: 1px 1px 3px 2px #71B19A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71B19A; -webkit-box-shadow: 1px 1px 3px 2px #71B19A; box-shadow:1px 1px 3px 2px #71B19A;">
Div content here</div>
Dieser Text ist in der Farbe #71B19A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71B19A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71B19A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71B19A.