HEX: #6CB87F
RGB: (108,184,127)
#6CB87F enthält hauptsächlich grüne und blaue Farbe. Für #6CB87F ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6CB87F wird in RGB als (108,184,127) definiert.
RGB: (108,184,127) (42%,72%,50%)
R 108 von 255 = 42%
G 184 von 255 = 72%
B 127 von 255 = 50%
R + G + B ~ 55%. #6CB87F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
108 + 184 + 127 = 419 (100%)
R 108 von 419 ~ 25.78%
G 184 von 419 ~ 43.91%
B 127 von 419 ~ 30.31%
Die Farbe #6CB87F wird in CMYK als (41,0,31,28) definiert.
CMYK: (41,0,31,28) C41M0Y31K28 (41%,0%,31%,28%) (0.41/0.00/0.31/0.28)
6C | B8 | 7F | |
---|---|---|---|
RGB | 108 | 184 | 127 |
HSL | 135° | 34.86% | 57.25% |
HSB/HSV | 135° | 41.30% | 72.16% |
CMYK | 41.30% | 0.00% | 30.98% |
27.84% |
Hexadezimal | 6C | B8 | 7F |
Dezimal | 108 | 184 | 127 |
Binär | 1101100 | 10111000 | 1111111 |
Oktal | 154 | 270 | 177 |
Beispiele css- und html für Elemente in der Farbe #6CB87F. Bitte benutzen Sie auch rgb(108,184,127) statt hex-Code.
.myTextColor { color: #6CB87F; }
<p style="color:#6CB87F">This sample text font color is #6CB87F.</p>
Die Farbe dieses Textes ist #6CB87F.
.myBgColor { background-color: #6CB87F; }
<div style="background-color:#6CB87F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6CB87F.
.myBorderColor { border: 1px solid #6CB87F; }
<div style="border:3px solid #6CB87F">Div</div>
Die Grenzen von diesem div sind in Farbe #6CB87F.
.myOpacity80 { color: #6CB87F; opacity: 0.8; }
<p style="color:#6CB87F;opacity:0.8;">80%</p>
Text in Farbe #6CB87F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6CB87F;}
<p style="text-shadow: 3px 3px 1px #6CB87F">Text here.</p>
Dieser Text hat den Schatten in Farbe #6CB87F.
.textShadow {text-shadow: 3px 3px 1px #6CB87F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6CB87F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6CB87F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6CB87F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6CB87F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6CB87F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6CB87F; -webkit-box-shadow: 1px 1px 3px 2px #6CB87F; box-shadow: 1px 1px 3px 2px #6CB87F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6CB87F; -webkit-box-shadow: 1px 1px 3px 2px #6CB87F; box-shadow:1px 1px 3px 2px #6CB87F;">
Div content here</div>
Dieser Text ist in der Farbe #6CB87F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6CB87F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6CB87F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6CB87F.