HEX: #6DB071
RGB: (109,176,113)
#6DB071 enthält hauptsächlich grüne Farbe. Für #6DB071 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6DB071 wird in RGB als (109,176,113) definiert.
RGB: (109,176,113) (43%,69%,44%)
R 109 von 255 = 43%
G 176 von 255 = 69%
B 113 von 255 = 44%
R + G + B ~ 52%. #6DB071 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
109 + 176 + 113 = 398 (100%)
R 109 von 398 ~ 27.39%
G 176 von 398 ~ 44.22%
B 113 von 398 ~ 28.39%
Die Farbe #6DB071 wird in CMYK als (38,0,36,31) definiert.
CMYK: (38,0,36,31) C38M0Y36K31 (38%,0%,36%,31%) (0.38/0.00/0.36/0.31)
6D | B0 | 71 | |
---|---|---|---|
RGB | 109 | 176 | 113 |
HSL | 124° | 29.78% | 55.88% |
HSB/HSV | 124° | 38.07% | 69.02% |
CMYK | 38.07% | 0.00% | 35.80% |
30.98% |
Hexadezimal | 6D | B0 | 71 |
Dezimal | 109 | 176 | 113 |
Binär | 1101101 | 10110000 | 1110001 |
Oktal | 155 | 260 | 161 |
Beispiele css- und html für Elemente in der Farbe #6DB071. Bitte benutzen Sie auch rgb(109,176,113) statt hex-Code.
.myTextColor { color: #6DB071; }
<p style="color:#6DB071">This sample text font color is #6DB071.</p>
Die Farbe dieses Textes ist #6DB071.
.myBgColor { background-color: #6DB071; }
<div style="background-color:#6DB071">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6DB071.
.myBorderColor { border: 1px solid #6DB071; }
<div style="border:3px solid #6DB071">Div</div>
Die Grenzen von diesem div sind in Farbe #6DB071.
.myOpacity80 { color: #6DB071; opacity: 0.8; }
<p style="color:#6DB071;opacity:0.8;">80%</p>
Text in Farbe #6DB071 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DB071;}
<p style="text-shadow: 3px 3px 1px #6DB071">Text here.</p>
Dieser Text hat den Schatten in Farbe #6DB071.
.textShadow {text-shadow: 3px 3px 1px #6DB071, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DB071, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6DB071 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DB071, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DB071, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DB071 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6DB071; -webkit-box-shadow: 1px 1px 3px 2px #6DB071; box-shadow: 1px 1px 3px 2px #6DB071; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6DB071; -webkit-box-shadow: 1px 1px 3px 2px #6DB071; box-shadow:1px 1px 3px 2px #6DB071;">
Div content here</div>
Dieser Text ist in der Farbe #6DB071 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6DB071 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6DB071.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6DB071.