Shades of Granite Green #8C845F
Tints of Granite Green #8C845F
RGB
CMYK
RGB Variations
Color information
#8C845F (or 0x8C845F) is known color: Granite Green. HEX triplet: 8C, 84 and 5F. RGB value is (140,132,95). Sum of RGB (Red+Green+Blue) = 140+132+95=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C845F is #737BA0. Grayscale: #828282. Windows color (decimal): -7568289 or 6259852. OLE color: 6259852.
HSL color Cylindrical-coordinate representation of color #8C845F: hue angle of 49.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C845F is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 95 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.45 |
| HSL | 49.33º | 0.19% | 0.46% | - |
| HSV(B) | 49.33º | 0.32% | 0.55% | - |
| XYZ | 21.13 | 22.9 | 14.13 | - |
| YUV | 130.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 95 | 0 | 0.06 | 0.32 | 0.45 | 49.33 | 0.19 | 0.46 |
| Hex | 8C | 84 | 5F | 0 | 6 | 20 | 2D | 31 | 13 | 2E |
| Octal | 214 | 204 | 137 | 0 | 6 | 40 | 55 | 61 | 23 | 56 |
| Binary | 10001100 | 10000100 | 1011111 | 0 | 110 | 100000 | 101101 | 110001 | 10011 | 101110 |
Color Harmonies of #8C845F
Complementary color
Monochromatic Colors of #8C845F
Black with #8C845F
Text Example
Text Example
White with #8C845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C845F; }
p { color: rgb(140,132,95); }
H1.HeaderClassName
{
color: #8C845F;
}
.AnyTagClassName
{
color: #8C845F;
}
</style>
background-color css
<style>
a { background-color: #8C845F; }
a { background-color: rgb(140,132,95); }
div.DivClassName
{
background-color: #8C845F;
}
.BgClassName
{
background-color: #8C845F;
}
</style>
border-color css
<style>
span { border-color: #8C845F; }
span { border-color: rgb(140,132,95); }
td.TdClassName
{
border-color: #8C845F;
}
.TagClassName
{
border-color: #8C845F;
}
</style>