Shades of Granite Green #8E8770
Tints of Granite Green #8E8770
RGB
CMYK
RGB Variations
Color information
#8E8770 (or 0x8E8770) is known color: Granite Green. HEX triplet: 8E, 87 and 70. RGB value is (142,135,112). Sum of RGB (Red+Green+Blue) = 142+135+112=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8770 is #71788F. Grayscale: #868686. Windows color (decimal): -7436432 or 7374734. OLE color: 7374734.
HSL color Cylindrical-coordinate representation of color #8E8770: hue angle of 46º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E8770 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 112 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.44 |
| HSL | 46º | 0.12% | 0.5% | - |
| HSV(B) | 46º | 0.21% | 0.56% | - |
| XYZ | 22.74 | 24.25 | 18.81 | - |
| YUV | 134.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 112 | 0 | 0.05 | 0.21 | 0.44 | 46 | 0.12 | 0.5 |
| Hex | 8E | 87 | 70 | 0 | 5 | 15 | 2C | 2E | C | 32 |
| Octal | 216 | 207 | 160 | 0 | 5 | 25 | 54 | 56 | 14 | 62 |
| Binary | 10001110 | 10000111 | 1110000 | 0 | 101 | 10101 | 101100 | 101110 | 1100 | 110010 |
Color Harmonies of #8E8770
Complementary color
Monochromatic Colors of #8E8770
Black with #8E8770
Text Example
Text Example
White with #8E8770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8770; }
p { color: rgb(142,135,112); }
H1.HeaderClassName
{
color: #8E8770;
}
.AnyTagClassName
{
color: #8E8770;
}
</style>
background-color css
<style>
a { background-color: #8E8770; }
a { background-color: rgb(142,135,112); }
div.DivClassName
{
background-color: #8E8770;
}
.BgClassName
{
background-color: #8E8770;
}
</style>
border-color css
<style>
span { border-color: #8E8770; }
span { border-color: rgb(142,135,112); }
td.TdClassName
{
border-color: #8E8770;
}
.TagClassName
{
border-color: #8E8770;
}
</style>