HEX: #6DAA5B
RGB: (109,170,91)
#6DAA5B enthält hauptsächlich grüne Farbe. Für #6DAA5B ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6DAA5B wird in RGB als (109,170,91) definiert.
RGB: (109,170,91)
(43%, 67%, 36%)
R 109 von 255 = 43%
G 170 von 255 = 67%
B 91 von 255 = 36%
R + G + B ~ 49%. #6DAA5B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 170 + 91 = 370 (100%)
R 109 von 370 ~ 29.46%
G 170 von 370 ~ 45.95%
B 91 von 370 ~ 24.59'%
Die Farbe #6DAA5B wird in CMYK als (36,0,46,33) definiert.
CMYK: (36,0,46,33)
C36M0Y46K33 (36%, 0%, 46%, 33%)
(0.36 / 0.00 / 0.46 / 0.33)
Farbe #6DAA5B in den populären Farbmodellen.
6D | AA | 5B | |
---|---|---|---|
RGB | 109 | 170 | 91 |
HSL | 106° | 31.73% | 51.18% |
HSB/HSV | 106° | 46.47% | 66.67% |
CMYK | 35.88% | 0.00% | 46.47% |
33.33% |
Die Farbe #6DAA5B in den populären Zahlensystemen.
Hexadezimal | 6D | AA | 5B |
Dezimal | 109 | 170 | 91 |
Binär | 1101101 | 10101010 | 1011011 |
Oktal | 155 | 252 | 133 |
Dunkle Töne der Farbe #6DAA5B
Helle Töne der Farbe #6DAA5B
Beispiele css- und html für Elemente in der Farbe #6DAA5B. Bitte benutzen Sie auch rgb(109,170,91) statt hex-Code.
.myTextColor { color: #6DAA5B; }
<p style="color:#6DAA5B">This sample text font color is #6DAA5B.</p>
Die Farbe dieses Textes ist #6DAA5B.
.myBgColor { background-color: #6DAA5B; }
<div style="background-color:#6DAA5B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6DAA5B.
.myBorderColor { border: 1px solid #6DAA5B; }
<div style="border:3px solid #6DAA5B">Div</div>
Die Grenzen von diesem div sind in Farbe #6DAA5B.
.myOpacity80 { color: #6DAA5B; opacity: 0.8; }
<p style="color:#6DAA5B;opacity:0.8;">80%</p>
Text in Farbe #6DAA5B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6DAA5B;}
<p style="text-shadow: 3px 3px 1px #6DAA5B">Text here.</p>
Dieser Text hat den Schatten in Farbe #6DAA5B.
.textShadow {text-shadow: 3px 3px 1px #6DAA5B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6DAA5B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6DAA5B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6DAA5B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6DAA5B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6DAA5B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6DAA5B;
-webkit-box-shadow: 1px 1px 3px 2px #6DAA5B;
box-shadow: 1px 1px 3px 2px #6DAA5B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DAA5B; -webkit-box-shadow: 1px 1px 3px 2px #6DAA5B; box-shadow:1px 1px 3px 2px #6DAA5B;">
Div content here
</div>
Dieser Text ist in der Farbe #6DAA5B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6DAA5B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6DAA5B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6DAA5B.
Kontrastfarbe für #hex ist #9255A4.