HEX: #6BB473
RGB: (107,180,115)
#6BB473 enthält hauptsächlich grüne Farbe. Für #6BB473 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6BB473 wird in RGB als (107,180,115) definiert.
RGB: (107,180,115)
(42%, 71%, 45%)
R 107 von 255 = 42%
G 180 von 255 = 71%
B 115 von 255 = 45%
R + G + B ~ 53%. #6BB473 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 180 + 115 = 402 (100%)
R 107 von 402 ~ 26.62%
G 180 von 402 ~ 44.78%
B 115 von 402 ~ 28.61'%
Die Farbe #6BB473 wird in CMYK als (41,0,36,29) definiert.
CMYK: (41,0,36,29) C41M0Y36K29 (41%,0%,36%,29%) (0.41/0.00/0.36/0.29)
Farbe #6BB473 in den populären Farbmodellen.
6B | B4 | 73 | |
---|---|---|---|
RGB | 107 | 180 | 115 |
HSL | 127° | 32.74% | 56.27% |
HSB/HSV | 127° | 40.56% | 70.59% |
CMYK | 40.56% | 0.00% | 36.11% |
29.41% |
Die Farbe #6BB473 in den populären Zahlensystemen.
Hexadezimal | 6B | B4 | 73 |
Dezimal | 107 | 180 | 115 |
Binär | 1101011 | 10110100 | 1110011 |
Oktal | 153 | 264 | 163 |
Dunkle Töne der Farbe #6BB473
Helle Töne der Farbe #6BB473
Beispiele css- und html für Elemente in der Farbe #6BB473. Bitte benutzen Sie auch rgb(107,180,115) statt hex-Code.
.myTextColor { color: #6BB473; }
<p style="color:#6BB473">This sample text font color is #6BB473.</p>
Die Farbe dieses Textes ist #6BB473.
.myBgColor { background-color: #6BB473; }
<div style="background-color:#6BB473">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6BB473.
.myBorderColor { border: 1px solid #6BB473; }
<div style="border:3px solid #6BB473">Div</div>
Die Grenzen von diesem div sind in Farbe #6BB473.
.myOpacity80 { color: #6BB473; opacity: 0.8; }
<p style="color:#6BB473;opacity:0.8;">80%</p>
Text in Farbe #6BB473 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6BB473;}
<p style="text-shadow: 3px 3px 1px #6BB473">Text here.</p>
Dieser Text hat den Schatten in Farbe #6BB473.
.textShadow {text-shadow: 3px 3px 1px #6BB473', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6BB473, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6BB473 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6BB473, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6BB473, Direction=45, Strength=4)">Text</p>
This text has shadow with #6BB473 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6BB473;
-webkit-box-shadow: 1px 1px 3px 2px #6BB473;
box-shadow: 1px 1px 3px 2px #6BB473;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6BB473; -webkit-box-shadow: 1px 1px 3px 2px #6BB473; box-shadow:1px 1px 3px 2px #6BB473;">
Div content here
</div>
Dieser Text ist in der Farbe #6BB473 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6BB473 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6BB473.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6BB473.
Kontrastfarbe für #hex ist #944B8C.