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