Shades of Granite Green #8E836D
Tints of Granite Green #8E836D
RGB
CMYK
RGB Variations
Color information
#8E836D (or 0x8E836D) is known color: Granite Green. HEX triplet: 8E, 83 and 6D. RGB value is (142,131,109). Sum of RGB (Red+Green+Blue) = 142+131+109=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E836D is #717C92. Grayscale: #838383. Windows color (decimal): -7437459 or 7177102. OLE color: 7177102.
HSL color Cylindrical-coordinate representation of color #8E836D: hue angle of 40º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E836D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 109 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.44 |
| HSL | 40º | 0.13% | 0.49% | - |
| HSV(B) | 40º | 0.23% | 0.56% | - |
| XYZ | 22.03 | 23.09 | 17.76 | - |
| YUV | 131.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 109 | 0 | 0.08 | 0.23 | 0.44 | 40 | 0.13 | 0.49 |
| Hex | 8E | 83 | 6D | 0 | 8 | 17 | 2C | 28 | D | 31 |
| Octal | 216 | 203 | 155 | 0 | 10 | 27 | 54 | 50 | 15 | 61 |
| Binary | 10001110 | 10000011 | 1101101 | 0 | 1000 | 10111 | 101100 | 101000 | 1101 | 110001 |
Color Harmonies of #8E836D
Complementary color
Monochromatic Colors of #8E836D
Black with #8E836D
Text Example
Text Example
White with #8E836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E836D; }
p { color: rgb(142,131,109); }
H1.HeaderClassName
{
color: #8E836D;
}
.AnyTagClassName
{
color: #8E836D;
}
</style>
background-color css
<style>
a { background-color: #8E836D; }
a { background-color: rgb(142,131,109); }
div.DivClassName
{
background-color: #8E836D;
}
.BgClassName
{
background-color: #8E836D;
}
</style>
border-color css
<style>
span { border-color: #8E836D; }
span { border-color: rgb(142,131,109); }
td.TdClassName
{
border-color: #8E836D;
}
.TagClassName
{
border-color: #8E836D;
}
</style>