Shades of Granite Green #8E8160
Tints of Granite Green #8E8160
RGB
CMYK
RGB Variations
Color information
#8E8160 (or 0x8E8160) is known color: Granite Green. HEX triplet: 8E, 81 and 60. RGB value is (142,129,96). Sum of RGB (Red+Green+Blue) = 142+129+96=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8160 is #717E9F. Grayscale: #818181. Windows color (decimal): -7437984 or 6324622. OLE color: 6324622.
HSL color Cylindrical-coordinate representation of color #8E8160: hue angle of 43.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E8160 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 129 | 96 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.44 |
| HSL | 43.04º | 0.19% | 0.47% | - |
| HSV(B) | 43.04º | 0.32% | 0.56% | - |
| XYZ | 21.12 | 22.3 | 14.26 | - |
| YUV | 129.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 96 | 0 | 0.09 | 0.32 | 0.44 | 43.04 | 0.19 | 0.47 |
| Hex | 8E | 81 | 60 | 0 | 9 | 20 | 2C | 2B | 13 | 2F |
| Octal | 216 | 201 | 140 | 0 | 11 | 40 | 54 | 53 | 23 | 57 |
| Binary | 10001110 | 10000001 | 1100000 | 0 | 1001 | 100000 | 101100 | 101011 | 10011 | 101111 |
Color Harmonies of #8E8160
Complementary color
Monochromatic Colors of #8E8160
Black with #8E8160
Text Example
Text Example
White with #8E8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8160; }
p { color: rgb(142,129,96); }
H1.HeaderClassName
{
color: #8E8160;
}
.AnyTagClassName
{
color: #8E8160;
}
</style>
background-color css
<style>
a { background-color: #8E8160; }
a { background-color: rgb(142,129,96); }
div.DivClassName
{
background-color: #8E8160;
}
.BgClassName
{
background-color: #8E8160;
}
</style>
border-color css
<style>
span { border-color: #8E8160; }
span { border-color: rgb(142,129,96); }
td.TdClassName
{
border-color: #8E8160;
}
.TagClassName
{
border-color: #8E8160;
}
</style>