Shades of Granite Green #8E836C
Tints of Granite Green #8E836C
RGB
CMYK
RGB Variations
Color information
#8E836C (or 0x8E836C) is known color: Granite Green. HEX triplet: 8E, 83 and 6C. RGB value is (142,131,108). Sum of RGB (Red+Green+Blue) = 142+131+108=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 142 - color contains mainly: red. Hex color #8E836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E836C is #717C93. Grayscale: #838383. Windows color (decimal): -7437460 or 7111566. OLE color: 7111566.
HSL color Cylindrical-coordinate representation of color #8E836C: hue angle of 40.59º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E836C is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 108 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.44 |
| HSL | 40.59º | 0.14% | 0.49% | - |
| HSV(B) | 40.59º | 0.24% | 0.56% | - |
| XYZ | 21.98 | 23.07 | 17.48 | - |
| YUV | 131.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 108 | 0 | 0.08 | 0.24 | 0.44 | 40.59 | 0.14 | 0.49 |
| Hex | 8E | 83 | 6C | 0 | 8 | 18 | 2C | 29 | E | 31 |
| Octal | 216 | 203 | 154 | 0 | 10 | 30 | 54 | 51 | 16 | 61 |
| Binary | 10001110 | 10000011 | 1101100 | 0 | 1000 | 11000 | 101100 | 101001 | 1110 | 110001 |
Color Harmonies of #8E836C
Complementary color
Monochromatic Colors of #8E836C
Black with #8E836C
Text Example
Text Example
White with #8E836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E836C; }
p { color: rgb(142,131,108); }
H1.HeaderClassName
{
color: #8E836C;
}
.AnyTagClassName
{
color: #8E836C;
}
</style>
background-color css
<style>
a { background-color: #8E836C; }
a { background-color: rgb(142,131,108); }
div.DivClassName
{
background-color: #8E836C;
}
.BgClassName
{
background-color: #8E836C;
}
</style>
border-color css
<style>
span { border-color: #8E836C; }
span { border-color: rgb(142,131,108); }
td.TdClassName
{
border-color: #8E836C;
}
.TagClassName
{
border-color: #8E836C;
}
</style>