HEX: #6BB772
RGB: (107,183,114)
#6BB772 enthält hauptsächlich grüne Farbe. Für #6BB772 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6BB772 wird in RGB als (107,183,114) definiert.
RGB: (107,183,114)
(42%, 72%, 45%)
R 107 von 255 = 42%
G 183 von 255 = 72%
B 114 von 255 = 45%
R + G + B ~ 53%. #6BB772 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 107 + 183 + 114 = 404 (100%)
R 107 von 404 ~ 26.49%
G 183 von 404 ~ 45.3%
B 114 von 404 ~ 28.22'%
Die Farbe #6BB772 wird in CMYK als (42,0,38,28) definiert.
CMYK: (42,0,38,28)
C42M0Y38K28 (42%, 0%, 38%, 28%)
(0.42 / 0.00 / 0.38 / 0.28)
Farbe #6BB772 in den populären Farbmodellen.
6B | B7 | 72 | |
---|---|---|---|
RGB | 107 | 183 | 114 |
HSL | 126° | 34.55% | 56.86% |
HSB/HSV | 126° | 41.53% | 71.76% |
CMYK | 41.53% | 0.00% | 37.70% |
28.24% |
Die Farbe #6BB772 in den populären Zahlensystemen.
Hexadezimal | 6B | B7 | 72 |
Dezimal | 107 | 183 | 114 |
Binär | 1101011 | 10110111 | 1110010 |
Oktal | 153 | 267 | 162 |
Dunkle Töne der Farbe #6BB772
Helle Töne der Farbe #6BB772
Beispiele css- und html für Elemente in der Farbe #6BB772. Bitte benutzen Sie auch rgb(107,183,114) statt hex-Code.
.myTextColor { color: #6BB772; }
<p style="color:#6BB772">This sample text font color is #6BB772.</p>
Die Farbe dieses Textes ist #6BB772.
.myBgColor { background-color: #6BB772; }
<div style="background-color:#6BB772">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6BB772.
.myBorderColor { border: 1px solid #6BB772; }
<div style="border:3px solid #6BB772">Div</div>
Die Grenzen von diesem div sind in Farbe #6BB772.
.myOpacity80 { color: #6BB772; opacity: 0.8; }
<p style="color:#6BB772;opacity:0.8;">80%</p>
Text in Farbe #6BB772 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6BB772;}
<p style="text-shadow: 3px 3px 1px #6BB772">Text here.</p>
Dieser Text hat den Schatten in Farbe #6BB772.
.textShadow {text-shadow: 3px 3px 1px #6BB772', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6BB772, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6BB772 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6BB772, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6BB772, Direction=45, Strength=4)">Text</p>
This text has shadow with #6BB772 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6BB772;
-webkit-box-shadow: 1px 1px 3px 2px #6BB772;
box-shadow: 1px 1px 3px 2px #6BB772;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6BB772; -webkit-box-shadow: 1px 1px 3px 2px #6BB772; box-shadow:1px 1px 3px 2px #6BB772;">
Div content here
</div>
Dieser Text ist in der Farbe #6BB772 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6BB772 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6BB772.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6BB772.
Kontrastfarbe für #hex ist #94488D.