HEX: #76B501
RGB: (118,181,1)
#76B501 enthält hauptsächlich grüne Farbe. Für #76B501 ist eine «websichere» Webfarbe #66CC00 (oder kurz #6C0).
Die Farbe #76B501 wird in RGB als (118,181,1) definiert.
RGB: (118,181,1) (46%,71%,0%)
R 118 von 255 = 46%
G 181 von 255 = 71%
B 1 von 255 = 0%
R + G + B ~ 39%. #76B501 ziemlich dunkle Farbe.
R + G + B =
118 + 181 + 1 = 300 (100%)
R 118 von 300 ~ 39.33%
G 181 von 300 ~ 60.33%
B 1 von 300 ~ 0.33%
Die Farbe #76B501 wird in CMYK als (35,0,99,29) definiert.
CMYK: (35,0,99,29) C35M0Y99K29 (35%,0%,99%,29%) (0.35/0.00/0.99/0.29)
76 | B5 | 01 | |
---|---|---|---|
RGB | 118 | 181 | 1 |
HSL | 81° | 98.90% | 35.69% |
HSB/HSV | 81° | 99.45% | 70.98% |
CMYK | 34.81% | 0.00% | 99.45% |
29.02% |
Hexadezimal | 76 | B5 | 01 |
Dezimal | 118 | 181 | 1 |
Binär | 1110110 | 10110101 | 1 |
Oktal | 166 | 265 | 1 |
Beispiele css- und html für Elemente in der Farbe #76B501. Bitte benutzen Sie auch rgb(118,181,1) statt hex-Code.
.myTextColor { color: #76B501; }
<p style="color:#76B501">This sample text font color is #76B501.</p>
Die Farbe dieses Textes ist #76B501.
.myBgColor { background-color: #76B501; }
<div style="background-color:#76B501">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76B501.
.myBorderColor { border: 1px solid #76B501; }
<div style="border:3px solid #76B501">Div</div>
Die Grenzen von diesem div sind in Farbe #76B501.
.myOpacity80 { color: #76B501; opacity: 0.8; }
<p style="color:#76B501;opacity:0.8;">80%</p>
Text in Farbe #76B501 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76B501;}
<p style="text-shadow: 3px 3px 1px #76B501">Text here.</p>
Dieser Text hat den Schatten in Farbe #76B501.
.textShadow {text-shadow: 3px 3px 1px #76B501, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76B501, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76B501 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76B501, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76B501, Direction=45, Strength=4)">Text</p>
This text has shadow with #76B501 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76B501; -webkit-box-shadow: 1px 1px 3px 2px #76B501; box-shadow: 1px 1px 3px 2px #76B501; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76B501; -webkit-box-shadow: 1px 1px 3px 2px #76B501; box-shadow:1px 1px 3px 2px #76B501;">
Div content here</div>
Dieser Text ist in der Farbe #76B501 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76B501 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76B501.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76B501.