HEX: #6D9659
RGB: (109,150,89)
#6D9659 enthält hauptsächlich rote und grüne Farbe. Für #6D9659 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #6D9659 wird in RGB als (109,150,89) definiert.
RGB: (109,150,89)
(43%, 59%, 35%)
R 109 von 255 = 43%
G 150 von 255 = 59%
B 89 von 255 = 35%
R + G + B ~ 46%. #6D9659 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 109 + 150 + 89 = 348 (100%)
R 109 von 348 ~ 31.32%
G 150 von 348 ~ 43.1%
B 89 von 348 ~ 25.57'%
Die Farbe #6D9659 wird in CMYK als (27,0,41,41) definiert.
CMYK: (27,0,41,41)
C27M0Y41K41 (27%, 0%, 41%, 41%)
(0.27 / 0.00 / 0.41 / 0.41)
Farbe #6D9659 in den populären Farbmodellen.
6D | 96 | 59 | |
---|---|---|---|
RGB | 109 | 150 | 89 |
HSL | 100° | 25.52% | 46.86% |
HSB/HSV | 100° | 40.67% | 58.82% |
CMYK | 27.33% | 0.00% | 40.67% |
41.18% |
Die Farbe #6D9659 in den populären Zahlensystemen.
Hexadezimal | 6D | 96 | 59 |
Dezimal | 109 | 150 | 89 |
Binär | 1101101 | 10010110 | 1011001 |
Oktal | 155 | 226 | 131 |
Dunkle Töne der Farbe #6D9659
Helle Töne der Farbe #6D9659
Beispiele css- und html für Elemente in der Farbe #6D9659. Bitte benutzen Sie auch rgb(109,150,89) statt hex-Code.
.myTextColor { color: #6D9659; }
<p style="color:#6D9659">This sample text font color is #6D9659.</p>
Die Farbe dieses Textes ist #6D9659.
.myBgColor { background-color: #6D9659; }
<div style="background-color:#6D9659">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #6D9659.
.myBorderColor { border: 1px solid #6D9659; }
<div style="border:3px solid #6D9659">Div</div>
Die Grenzen von diesem div sind in Farbe #6D9659.
.myOpacity80 { color: #6D9659; opacity: 0.8; }
<p style="color:#6D9659;opacity:0.8;">80%</p>
Text in Farbe #6D9659 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D9659;}
<p style="text-shadow: 3px 3px 1px #6D9659">Text here.</p>
Dieser Text hat den Schatten in Farbe #6D9659.
.textShadow {text-shadow: 3px 3px 1px #6D9659', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D9659, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #6D9659 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D9659, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D9659, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D9659 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D9659;
-webkit-box-shadow: 1px 1px 3px 2px #6D9659;
box-shadow: 1px 1px 3px 2px #6D9659;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D9659; -webkit-box-shadow: 1px 1px 3px 2px #6D9659; box-shadow:1px 1px 3px 2px #6D9659;">
Div content here
</div>
Dieser Text ist in der Farbe #6D9659 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #6D9659 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #6D9659.
Dieser Text ist weiß auf dem Hintergrund in Farbe #6D9659.
Kontrastfarbe für #hex ist #9269A6.