HEX: #6D8B6D
RGB: (109,139,109)
Il colore #6D8B6D contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D8B6D il colore web safe è #669966 (#696).
Il colore 6D8B6D in RGB è definito come 109,139,109
RGB: (109,139,109)
(43%, 55%, 43%)
R 109 da 255 = 43%
G 139 da 255 = 55%
B 109 da 255 = 43%
R + G + B ~ 47%. #6D8B6D colore medio (né scuro né chiaro).
R + G + B = 109 + 139 + 109 = 357 (100%)
R 109 da 357 ~ 30.53%
G 139 da 357 ~ 38.94%
B 109 da 357 ~ 30.53'%
Il colore #6D8B6D in CMYK è definito come 22,0,22,45.
CMYK: (22,0,22,45) C22M0Y22K45 (22%,0%,22%,45%) (0.22/0.00/0.22/0.45)
Il #6D8B6D nei modelli di colore popolari.
6D | 8B | 6D | |
---|---|---|---|
RGB | 109 | 139 | 109 |
HSL | 120° | 12.10% | 48.63% |
HSB/HSV | 120° | 21.58% | 54.51% |
CMYK | 21.58% | 0.00% | 21.58% |
45.49% |
Il #6D8B6D nei modelli numerici popolari.
Esadicemale | 6D | 8B | 6D |
Decimale | 109 | 139 | 109 |
Binario | 1101101 | 10001011 | 1101101 |
Ottale | 155 | 213 | 155 |
Tonalità scure del colore #6D8B6D
Tonalità chiare del colore #6D8B6D
Esempi dei codici css e html per gli elementi di colore #6D8B6D. Utilizzate rgb(109,139,109) anche al posto del codice hex.
.myTextColor { color: #6D8B6D; }
<p style="color:#6D8B6D">This sample text font color is #6D8B6D.</p>
Il colore di questo testo è #6D8B6D.
.myBgColor { background-color: #6D8B6D; }
<div style="background-color:#6D8B6D">Inner text</div>
Questo div ha lo sfondo di colore #6D8B6D.
.myBorderColor { border: 1px solid #6D8B6D; }
<div style="border:3px solid #6D8B6D">Div</div>
Questo div ha i bordi di colore 6D8B6D.
.myOpacity80 { color: #6D8B6D; opacity: 0.8; }
<p style="color:#6D8B6D;opacity:0.8;">80%</p>
Il testo di color #6D8B6D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D8B6D;}
<p style="text-shadow: 3px 3px 1px #6D8B6D">Text here.</p>
Questo testo ha l'ombra di colore #6D8B6D.
.textShadow {text-shadow: 3px 3px 1px #6D8B6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D8B6D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D8B6D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D8B6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D8B6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D8B6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D8B6D;
-webkit-box-shadow: 1px 1px 3px 2px #6D8B6D;
box-shadow: 1px 1px 3px 2px #6D8B6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D8B6D; -webkit-box-shadow: 1px 1px 3px 2px #6D8B6D; box-shadow:1px 1px 3px 2px #6D8B6D;">
Div content here
</div>
Questo e il testo di colore #6D8B6D sullo sfondo nero.
Questo e il testo di colore #6D8B6D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D8B6D.
Questo è un testo bianco sullo sfondo del colore #6D8B6D.
Il colore complimentare del #hex è #927492..