HEX: #76A63D
RGB: (118,166,61)
#76A63D enthält hauptsächlich rote und grüne Farbe. Für #76A63D ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #76A63D wird in RGB als (118,166,61) definiert.
RGB: (118,166,61) (46%,65%,24%)
R 118 von 255 = 46%
G 166 von 255 = 65%
B 61 von 255 = 24%
R + G + B ~ 45%. #76A63D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
118 + 166 + 61 = 345 (100%)
R 118 von 345 ~ 34.2%
G 166 von 345 ~ 48.12%
B 61 von 345 ~ 17.68%
Die Farbe #76A63D wird in CMYK als (29,0,63,35) definiert.
CMYK: (29,0,63,35) C29M0Y63K35 (29%,0%,63%,35%) (0.29/0.00/0.63/0.35)
76 | A6 | 3D | |
---|---|---|---|
RGB | 118 | 166 | 61 |
HSL | 87° | 46.26% | 44.51% |
HSB/HSV | 87° | 63.25% | 65.10% |
CMYK | 28.92% | 0.00% | 63.25% |
34.90% |
Hexadezimal | 76 | A6 | 3D |
Dezimal | 118 | 166 | 61 |
Binär | 1110110 | 10100110 | 111101 |
Oktal | 166 | 246 | 75 |
Beispiele css- und html für Elemente in der Farbe #76A63D. Bitte benutzen Sie auch rgb(118,166,61) statt hex-Code.
.myTextColor { color: #76A63D; }
<p style="color:#76A63D">This sample text font color is #76A63D.</p>
Die Farbe dieses Textes ist #76A63D.
.myBgColor { background-color: #76A63D; }
<div style="background-color:#76A63D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #76A63D.
.myBorderColor { border: 1px solid #76A63D; }
<div style="border:3px solid #76A63D">Div</div>
Die Grenzen von diesem div sind in Farbe #76A63D.
.myOpacity80 { color: #76A63D; opacity: 0.8; }
<p style="color:#76A63D;opacity:0.8;">80%</p>
Text in Farbe #76A63D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76A63D;}
<p style="text-shadow: 3px 3px 1px #76A63D">Text here.</p>
Dieser Text hat den Schatten in Farbe #76A63D.
.textShadow {text-shadow: 3px 3px 1px #76A63D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76A63D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #76A63D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76A63D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76A63D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76A63D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76A63D; -webkit-box-shadow: 1px 1px 3px 2px #76A63D; box-shadow: 1px 1px 3px 2px #76A63D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76A63D; -webkit-box-shadow: 1px 1px 3px 2px #76A63D; box-shadow:1px 1px 3px 2px #76A63D;">
Div content here</div>
Dieser Text ist in der Farbe #76A63D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #76A63D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #76A63D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #76A63D.