Shades of Granite Green #8E7E5F
Tints of Granite Green #8E7E5F
RGB
CMYK
RGB Variations
Color information
#8E7E5F (or 0x8E7E5F) is known color: Granite Green. HEX triplet: 8E, 7E and 5F. RGB value is (142,126,95). Sum of RGB (Red+Green+Blue) = 142+126+95=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7E5F is #7181A0. Grayscale: #7F7F7F. Windows color (decimal): -7438753 or 6258318. OLE color: 6258318.
HSL color Cylindrical-coordinate representation of color #8E7E5F: hue angle of 39.57º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E7E5F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 126 | 95 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.44 |
| HSL | 39.57º | 0.2% | 0.46% | - |
| HSV(B) | 39.57º | 0.33% | 0.56% | - |
| XYZ | 20.68 | 21.5 | 13.89 | - |
| YUV | 127.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 95 | 0 | 0.11 | 0.33 | 0.44 | 39.57 | 0.2 | 0.46 |
| Hex | 8E | 7E | 5F | 0 | B | 21 | 2C | 28 | 14 | 2E |
| Octal | 216 | 176 | 137 | 0 | 13 | 41 | 54 | 50 | 24 | 56 |
| Binary | 10001110 | 1111110 | 1011111 | 0 | 1011 | 100001 | 101100 | 101000 | 10100 | 101110 |
Color Harmonies of #8E7E5F
Complementary color
Monochromatic Colors of #8E7E5F
Black with #8E7E5F
Text Example
Text Example
White with #8E7E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7E5F; }
p { color: rgb(142,126,95); }
H1.HeaderClassName
{
color: #8E7E5F;
}
.AnyTagClassName
{
color: #8E7E5F;
}
</style>
background-color css
<style>
a { background-color: #8E7E5F; }
a { background-color: rgb(142,126,95); }
div.DivClassName
{
background-color: #8E7E5F;
}
.BgClassName
{
background-color: #8E7E5F;
}
</style>
border-color css
<style>
span { border-color: #8E7E5F; }
span { border-color: rgb(142,126,95); }
td.TdClassName
{
border-color: #8E7E5F;
}
.TagClassName
{
border-color: #8E7E5F;
}
</style>