HEX: #76A97E
RGB: (118,169,126)
#76A97E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #76A97E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #76A97E wird in RGB als (118,169,126) definiert.
RGB: (118,169,126) (46%,66%,49%)
R 118 von 255 = 46%
G 169 von 255 = 66%
B 126 von 255 = 49%
R + G + B ~ 54%. #76A97E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 169 + 126 = 413 (100%)
R 118 von 413 ~ 28.57%
G 169 von 413 ~ 40.92%
B 126 von 413 ~ 30.51%
Die Farbe #76A97E wird in CMYK als (30,0,25,34) definiert.
CMYK: (30,0,25,34) C30M0Y25K34 (30%,0%,25%,34%) (0.30/0.00/0.25/0.34)
76 | A9 | 7E | |
---|---|---|---|
RGB | 118 | 169 | 126 |
HSL | 129° | 22.87% | 56.27% |
HSB/HSV | 129° | 30.18% | 66.27% |
CMYK | 30.18% | 0.00% | 25.44% |
33.73% |
Hexadezimal | 76 | A9 | 7E |
Dezimal | 118 | 169 | 126 |
Binär | 1110110 | 10101001 | 1111110 |
Oktal | 166 | 251 | 176 |
Beispiele css- und html für Elemente in der Farbe #76A97E. Bitte benutzen Sie auch rgb(118,169,126) statt hex-Code.
.myTextColor { color: #76A97E; }
<p style="color:#76A97E">This sample text font color is #76A97E.</p>
Die Farbe dieses Textes ist #76A97E.
.myBgColor { background-color: #76A97E; }
<div style="background-color:#76A97E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76A97E.
.myBorderColor { border: 1px solid #76A97E; }
<div style="border:3px solid #76A97E">Div</div>
Die Grenzen von diesem div sind in Farbe #76A97E.
.myOpacity80 { color: #76A97E; opacity: 0.8; }
<p style="color:#76A97E;opacity:0.8;">80%</p>
Text in Farbe #76A97E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A97E;}
<p style="text-shadow: 3px 3px 1px #76A97E">Text here.</p>
Dieser Text hat den Schatten in Farbe #76A97E.
.textShadow {text-shadow: 3px 3px 1px #76A97E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A97E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76A97E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A97E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A97E, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A97E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76A97E; -webkit-box-shadow: 1px 1px 3px 2px #76A97E; box-shadow: 1px 1px 3px 2px #76A97E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76A97E; -webkit-box-shadow: 1px 1px 3px 2px #76A97E; box-shadow:1px 1px 3px 2px #76A97E;">
Div content here</div>
Dieser Text ist in der Farbe #76A97E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76A97E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76A97E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76A97E.