Shades of Granite Green #8D866C
Tints of Granite Green #8D866C
RGB
CMYK
RGB Variations
Color information
#8D866C (or 0x8D866C) is known color: Granite Green. HEX triplet: 8D, 86 and 6C. RGB value is (141,134,108). Sum of RGB (Red+Green+Blue) = 141+134+108=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D866C is #727993. Grayscale: #858585. Windows color (decimal): -7502228 or 7112333. OLE color: 7112333.
HSL color Cylindrical-coordinate representation of color #8D866C: hue angle of 47.27º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D866C is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 108 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.45 |
| HSL | 47.27º | 0.13% | 0.49% | - |
| HSV(B) | 47.27º | 0.23% | 0.55% | - |
| XYZ | 22.22 | 23.8 | 17.61 | - |
| YUV | 133.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 108 | 0 | 0.05 | 0.23 | 0.45 | 47.27 | 0.13 | 0.49 |
| Hex | 8D | 86 | 6C | 0 | 5 | 17 | 2D | 2F | D | 31 |
| Octal | 215 | 206 | 154 | 0 | 5 | 27 | 55 | 57 | 15 | 61 |
| Binary | 10001101 | 10000110 | 1101100 | 0 | 101 | 10111 | 101101 | 101111 | 1101 | 110001 |
Color Harmonies of #8D866C
Complementary color
Monochromatic Colors of #8D866C
Black with #8D866C
Text Example
Text Example
White with #8D866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D866C; }
p { color: rgb(141,134,108); }
H1.HeaderClassName
{
color: #8D866C;
}
.AnyTagClassName
{
color: #8D866C;
}
</style>
background-color css
<style>
a { background-color: #8D866C; }
a { background-color: rgb(141,134,108); }
div.DivClassName
{
background-color: #8D866C;
}
.BgClassName
{
background-color: #8D866C;
}
</style>
border-color css
<style>
span { border-color: #8D866C; }
span { border-color: rgb(141,134,108); }
td.TdClassName
{
border-color: #8D866C;
}
.TagClassName
{
border-color: #8D866C;
}
</style>