HEX: #76AB61
RGB: (118,171,97)
#76AB61 enthält hauptsächlich rote und grüne Farbe. Für #76AB61 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #76AB61 wird in RGB als (118,171,97) definiert.
RGB: (118,171,97) (46%,67%,38%)
R 118 von 255 = 46%
G 171 von 255 = 67%
B 97 von 255 = 38%
R + G + B ~ 50%. #76AB61 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 171 + 97 = 386 (100%)
R 118 von 386 ~ 30.57%
G 171 von 386 ~ 44.3%
B 97 von 386 ~ 25.13%
Die Farbe #76AB61 wird in CMYK als (31,0,43,33) definiert.
CMYK: (31,0,43,33) C31M0Y43K33 (31%,0%,43%,33%) (0.31/0.00/0.43/0.33)
76 | AB | 61 | |
---|---|---|---|
RGB | 118 | 171 | 97 |
HSL | 103° | 30.58% | 52.55% |
HSB/HSV | 103° | 43.27% | 67.06% |
CMYK | 30.99% | 0.00% | 43.27% |
32.94% |
Hexadezimal | 76 | AB | 61 |
Dezimal | 118 | 171 | 97 |
Binär | 1110110 | 10101011 | 1100001 |
Oktal | 166 | 253 | 141 |
Beispiele css- und html für Elemente in der Farbe #76AB61. Bitte benutzen Sie auch rgb(118,171,97) statt hex-Code.
.myTextColor { color: #76AB61; }
<p style="color:#76AB61">This sample text font color is #76AB61.</p>
Die Farbe dieses Textes ist #76AB61.
.myBgColor { background-color: #76AB61; }
<div style="background-color:#76AB61">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76AB61.
.myBorderColor { border: 1px solid #76AB61; }
<div style="border:3px solid #76AB61">Div</div>
Die Grenzen von diesem div sind in Farbe #76AB61.
.myOpacity80 { color: #76AB61; opacity: 0.8; }
<p style="color:#76AB61;opacity:0.8;">80%</p>
Text in Farbe #76AB61 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76AB61;}
<p style="text-shadow: 3px 3px 1px #76AB61">Text here.</p>
Dieser Text hat den Schatten in Farbe #76AB61.
.textShadow {text-shadow: 3px 3px 1px #76AB61, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76AB61, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76AB61 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76AB61, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76AB61, Direction=45, Strength=4)">Text</p>
This text has shadow with #76AB61 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76AB61; -webkit-box-shadow: 1px 1px 3px 2px #76AB61; box-shadow: 1px 1px 3px 2px #76AB61; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76AB61; -webkit-box-shadow: 1px 1px 3px 2px #76AB61; box-shadow:1px 1px 3px 2px #76AB61;">
Div content here</div>
Dieser Text ist in der Farbe #76AB61 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76AB61 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76AB61.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76AB61.