HEX: #6BB55E
RGB: (107,181,94)
#6BB55E enthält hauptsächlich grüne Farbe. Für #6BB55E ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6BB55E wird in RGB als (107,181,94) definiert.
RGB: (107,181,94) (42%,71%,37%)
R 107 von 255 = 42%
G 181 von 255 = 71%
B 94 von 255 = 37%
R + G + B ~ 50%. #6BB55E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
107 + 181 + 94 = 382 (100%)
R 107 von 382 ~ 28.01%
G 181 von 382 ~ 47.38%
B 94 von 382 ~ 24.61%
Die Farbe #6BB55E wird in CMYK als (41,0,48,29) definiert.
CMYK: (41,0,48,29) C41M0Y48K29 (41%,0%,48%,29%) (0.41/0.00/0.48/0.29)
6B | B5 | 5E | |
---|---|---|---|
RGB | 107 | 181 | 94 |
HSL | 111° | 37.02% | 53.92% |
HSB/HSV | 111° | 48.07% | 70.98% |
CMYK | 40.88% | 0.00% | 48.07% |
29.02% |
Hexadezimal | 6B | B5 | 5E |
Dezimal | 107 | 181 | 94 |
Binär | 1101011 | 10110101 | 1011110 |
Oktal | 153 | 265 | 136 |
Beispiele css- und html für Elemente in der Farbe #6BB55E. Bitte benutzen Sie auch rgb(107,181,94) statt hex-Code.
.myTextColor { color: #6BB55E; }
<p style="color:#6BB55E">This sample text font color is #6BB55E.</p>
Die Farbe dieses Textes ist #6BB55E.
.myBgColor { background-color: #6BB55E; }
<div style="background-color:#6BB55E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6BB55E.
.myBorderColor { border: 1px solid #6BB55E; }
<div style="border:3px solid #6BB55E">Div</div>
Die Grenzen von diesem div sind in Farbe #6BB55E.
.myOpacity80 { color: #6BB55E; opacity: 0.8; }
<p style="color:#6BB55E;opacity:0.8;">80%</p>
Text in Farbe #6BB55E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6BB55E;}
<p style="text-shadow: 3px 3px 1px #6BB55E">Text here.</p>
Dieser Text hat den Schatten in Farbe #6BB55E.
.textShadow {text-shadow: 3px 3px 1px #6BB55E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6BB55E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6BB55E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6BB55E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6BB55E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6BB55E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6BB55E; -webkit-box-shadow: 1px 1px 3px 2px #6BB55E; box-shadow: 1px 1px 3px 2px #6BB55E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6BB55E; -webkit-box-shadow: 1px 1px 3px 2px #6BB55E; box-shadow:1px 1px 3px 2px #6BB55E;">
Div content here</div>
Dieser Text ist in der Farbe #6BB55E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6BB55E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6BB55E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6BB55E.