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