HEX: #76CD68
RGB: (118,205,104)
#76CD68 enthält hauptsächlich grüne Farbe. Für #76CD68 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #76CD68 wird in RGB als (118,205,104) definiert.
RGB: (118,205,104) (46%,80%,41%)
R 118 von 255 = 46%
G 205 von 255 = 80%
B 104 von 255 = 41%
R + G + B ~ 56%. #76CD68 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 205 + 104 = 427 (100%)
R 118 von 427 ~ 27.63%
G 205 von 427 ~ 48.01%
B 104 von 427 ~ 24.36%
Die Farbe #76CD68 wird in CMYK als (42,0,49,20) definiert.
CMYK: (42,0,49,20) C42M0Y49K20 (42%,0%,49%,20%) (0.42/0.00/0.49/0.20)
76 | CD | 68 | |
---|---|---|---|
RGB | 118 | 205 | 104 |
HSL | 112° | 50.25% | 60.59% |
HSB/HSV | 112° | 49.27% | 80.39% |
CMYK | 42.44% | 0.00% | 49.27% |
19.61% |
Hexadezimal | 76 | CD | 68 |
Dezimal | 118 | 205 | 104 |
Binär | 1110110 | 11001101 | 1101000 |
Oktal | 166 | 315 | 150 |
Beispiele css- und html für Elemente in der Farbe #76CD68. Bitte benutzen Sie auch rgb(118,205,104) statt hex-Code.
.myTextColor { color: #76CD68; }
<p style="color:#76CD68">This sample text font color is #76CD68.</p>
Die Farbe dieses Textes ist #76CD68.
.myBgColor { background-color: #76CD68; }
<div style="background-color:#76CD68">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76CD68.
.myBorderColor { border: 1px solid #76CD68; }
<div style="border:3px solid #76CD68">Div</div>
Die Grenzen von diesem div sind in Farbe #76CD68.
.myOpacity80 { color: #76CD68; opacity: 0.8; }
<p style="color:#76CD68;opacity:0.8;">80%</p>
Text in Farbe #76CD68 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76CD68;}
<p style="text-shadow: 3px 3px 1px #76CD68">Text here.</p>
Dieser Text hat den Schatten in Farbe #76CD68.
.textShadow {text-shadow: 3px 3px 1px #76CD68, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76CD68, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76CD68 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76CD68, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76CD68, Direction=45, Strength=4)">Text</p>
This text has shadow with #76CD68 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76CD68; -webkit-box-shadow: 1px 1px 3px 2px #76CD68; box-shadow: 1px 1px 3px 2px #76CD68; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76CD68; -webkit-box-shadow: 1px 1px 3px 2px #76CD68; box-shadow:1px 1px 3px 2px #76CD68;">
Div content here</div>
Dieser Text ist in der Farbe #76CD68 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76CD68 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76CD68.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76CD68.