Shades of Granite Green #8E8764
Tints of Granite Green #8E8764
RGB
CMYK
RGB Variations
Color information
#8E8764 (or 0x8E8764) is known color: Granite Green. HEX triplet: 8E, 87 and 64. RGB value is (142,135,100). Sum of RGB (Red+Green+Blue) = 142+135+100=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8764 is #71789B. Grayscale: #858585. Windows color (decimal): -7436444 or 6588302. OLE color: 6588302.
HSL color Cylindrical-coordinate representation of color #8E8764: hue angle of 50º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E8764 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 100 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.44 |
| HSL | 50º | 0.17% | 0.47% | - |
| HSV(B) | 50º | 0.3% | 0.56% | - |
| XYZ | 22.12 | 24 | 15.52 | - |
| YUV | 133.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 100 | 0 | 0.05 | 0.30 | 0.44 | 50 | 0.17 | 0.47 |
| Hex | 8E | 87 | 64 | 0 | 5 | 1E | 2C | 32 | 11 | 2F |
| Octal | 216 | 207 | 144 | 0 | 5 | 36 | 54 | 62 | 21 | 57 |
| Binary | 10001110 | 10000111 | 1100100 | 0 | 101 | 11110 | 101100 | 110010 | 10001 | 101111 |
Color Harmonies of #8E8764
Complementary color
Monochromatic Colors of #8E8764
Black with #8E8764
Text Example
Text Example
White with #8E8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8764; }
p { color: rgb(142,135,100); }
H1.HeaderClassName
{
color: #8E8764;
}
.AnyTagClassName
{
color: #8E8764;
}
</style>
background-color css
<style>
a { background-color: #8E8764; }
a { background-color: rgb(142,135,100); }
div.DivClassName
{
background-color: #8E8764;
}
.BgClassName
{
background-color: #8E8764;
}
</style>
border-color css
<style>
span { border-color: #8E8764; }
span { border-color: rgb(142,135,100); }
td.TdClassName
{
border-color: #8E8764;
}
.TagClassName
{
border-color: #8E8764;
}
</style>