HEX: #6BC773
RGB: (107,199,115)
#6BC773 enthält hauptsächlich grüne Farbe. Für #6BC773 ist eine «websichere» Webfarbe #66CC66 (oder kurz #6C6).
Die Farbe #6BC773 wird in RGB als (107,199,115) definiert.
RGB: (107,199,115) (42%,78%,45%)
R 107 von 255 = 42%
G 199 von 255 = 78%
B 115 von 255 = 45%
R + G + B ~ 55%. #6BC773 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
107 + 199 + 115 = 421 (100%)
R 107 von 421 ~ 25.42%
G 199 von 421 ~ 47.27%
B 115 von 421 ~ 27.32%
Die Farbe #6BC773 wird in CMYK als (46,0,42,22) definiert.
CMYK: (46,0,42,22) C46M0Y42K22 (46%,0%,42%,22%) (0.46/0.00/0.42/0.22)
6B | C7 | 73 | |
---|---|---|---|
RGB | 107 | 199 | 115 |
HSL | 125° | 45.10% | 60.00% |
HSB/HSV | 125° | 46.23% | 78.04% |
CMYK | 46.23% | 0.00% | 42.21% |
21.96% |
Hexadezimal | 6B | C7 | 73 |
Dezimal | 107 | 199 | 115 |
Binär | 1101011 | 11000111 | 1110011 |
Oktal | 153 | 307 | 163 |
Beispiele css- und html für Elemente in der Farbe #6BC773. Bitte benutzen Sie auch rgb(107,199,115) statt hex-Code.
.myTextColor { color: #6BC773; }
<p style="color:#6BC773">This sample text font color is #6BC773.</p>
Die Farbe dieses Textes ist #6BC773.
.myBgColor { background-color: #6BC773; }
<div style="background-color:#6BC773">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6BC773.
.myBorderColor { border: 1px solid #6BC773; }
<div style="border:3px solid #6BC773">Div</div>
Die Grenzen von diesem div sind in Farbe #6BC773.
.myOpacity80 { color: #6BC773; opacity: 0.8; }
<p style="color:#6BC773;opacity:0.8;">80%</p>
Text in Farbe #6BC773 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6BC773;}
<p style="text-shadow: 3px 3px 1px #6BC773">Text here.</p>
Dieser Text hat den Schatten in Farbe #6BC773.
.textShadow {text-shadow: 3px 3px 1px #6BC773, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6BC773, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6BC773 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6BC773, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6BC773, Direction=45, Strength=4)">Text</p>
This text has shadow with #6BC773 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6BC773; -webkit-box-shadow: 1px 1px 3px 2px #6BC773; box-shadow: 1px 1px 3px 2px #6BC773; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6BC773; -webkit-box-shadow: 1px 1px 3px 2px #6BC773; box-shadow:1px 1px 3px 2px #6BC773;">
Div content here</div>
Dieser Text ist in der Farbe #6BC773 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6BC773 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6BC773.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6BC773.