Shades of Granite Green #8E7F60
Tints of Granite Green #8E7F60
RGB
CMYK
RGB Variations
Color information
#8E7F60 (or 0x8E7F60) is known color: Granite Green. HEX triplet: 8E, 7F and 60. RGB value is (142,127,96). Sum of RGB (Red+Green+Blue) = 142+127+96=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7F60 is #71809F. Grayscale: #808080. Windows color (decimal): -7438496 or 6324110. OLE color: 6324110.
HSL color Cylindrical-coordinate representation of color #8E7F60: hue angle of 40.43º 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 #8E7F60 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 127 | 96 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.44 |
| HSL | 40.43º | 0.19% | 0.47% | - |
| HSV(B) | 40.43º | 0.32% | 0.56% | - |
| XYZ | 20.86 | 21.77 | 14.17 | - |
| YUV | 127.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 127 | 96 | 0 | 0.11 | 0.32 | 0.44 | 40.43 | 0.19 | 0.47 |
| Hex | 8E | 7F | 60 | 0 | B | 20 | 2C | 28 | 13 | 2F |
| Octal | 216 | 177 | 140 | 0 | 13 | 40 | 54 | 50 | 23 | 57 |
| Binary | 10001110 | 1111111 | 1100000 | 0 | 1011 | 100000 | 101100 | 101000 | 10011 | 101111 |
Color Harmonies of #8E7F60
Complementary color
Monochromatic Colors of #8E7F60
Black with #8E7F60
Text Example
Text Example
White with #8E7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7F60; }
p { color: rgb(142,127,96); }
H1.HeaderClassName
{
color: #8E7F60;
}
.AnyTagClassName
{
color: #8E7F60;
}
</style>
background-color css
<style>
a { background-color: #8E7F60; }
a { background-color: rgb(142,127,96); }
div.DivClassName
{
background-color: #8E7F60;
}
.BgClassName
{
background-color: #8E7F60;
}
</style>
border-color css
<style>
span { border-color: #8E7F60; }
span { border-color: rgb(142,127,96); }
td.TdClassName
{
border-color: #8E7F60;
}
.TagClassName
{
border-color: #8E7F60;
}
</style>