Shades of Granite Green #8D8566
Tints of Granite Green #8D8566
RGB
CMYK
RGB Variations
Color information
#8D8566 (or 0x8D8566) is known color: Granite Green. HEX triplet: 8D, 85 and 66. RGB value is (141,133,102). Sum of RGB (Red+Green+Blue) = 141+133+102=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8566 is #727A99. Grayscale: #838383. Windows color (decimal): -7502490 or 6718861. OLE color: 6718861.
HSL color Cylindrical-coordinate representation of color #8D8566: hue angle of 47.69º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D8566 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 102 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.45 |
| HSL | 47.69º | 0.16% | 0.48% | - |
| HSV(B) | 47.69º | 0.28% | 0.55% | - |
| XYZ | 21.77 | 23.4 | 15.94 | - |
| YUV | 131.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 102 | 0 | 0.06 | 0.28 | 0.45 | 47.69 | 0.16 | 0.48 |
| Hex | 8D | 85 | 66 | 0 | 6 | 1C | 2D | 30 | 10 | 30 |
| Octal | 215 | 205 | 146 | 0 | 6 | 34 | 55 | 60 | 20 | 60 |
| Binary | 10001101 | 10000101 | 1100110 | 0 | 110 | 11100 | 101101 | 110000 | 10000 | 110000 |
Color Harmonies of #8D8566
Complementary color
Monochromatic Colors of #8D8566
Black with #8D8566
Text Example
Text Example
White with #8D8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8566; }
p { color: rgb(141,133,102); }
H1.HeaderClassName
{
color: #8D8566;
}
.AnyTagClassName
{
color: #8D8566;
}
</style>
background-color css
<style>
a { background-color: #8D8566; }
a { background-color: rgb(141,133,102); }
div.DivClassName
{
background-color: #8D8566;
}
.BgClassName
{
background-color: #8D8566;
}
</style>
border-color css
<style>
span { border-color: #8D8566; }
span { border-color: rgb(141,133,102); }
td.TdClassName
{
border-color: #8D8566;
}
.TagClassName
{
border-color: #8D8566;
}
</style>