Shades of Granite Green #8E8164
Tints of Granite Green #8E8164
RGB
CMYK
RGB Variations
Color information
#8E8164 (or 0x8E8164) is known color: Granite Green. HEX triplet: 8E, 81 and 64. RGB value is (142,129,100). Sum of RGB (Red+Green+Blue) = 142+129+100=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8164 is #717E9B. Grayscale: #818181. Windows color (decimal): -7437980 or 6586766. OLE color: 6586766.
HSL color Cylindrical-coordinate representation of color #8E8164: hue angle of 41.43º 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 #8E8164 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 129 | 100 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.44 |
| HSL | 41.43º | 0.17% | 0.47% | - |
| HSV(B) | 41.43º | 0.3% | 0.56% | - |
| XYZ | 21.31 | 22.37 | 15.25 | - |
| YUV | 129.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 100 | 0 | 0.09 | 0.30 | 0.44 | 41.43 | 0.17 | 0.47 |
| Hex | 8E | 81 | 64 | 0 | 9 | 1E | 2C | 29 | 11 | 2F |
| Octal | 216 | 201 | 144 | 0 | 11 | 36 | 54 | 51 | 21 | 57 |
| Binary | 10001110 | 10000001 | 1100100 | 0 | 1001 | 11110 | 101100 | 101001 | 10001 | 101111 |
Color Harmonies of #8E8164
Complementary color
Monochromatic Colors of #8E8164
Black with #8E8164
Text Example
Text Example
White with #8E8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8164; }
p { color: rgb(142,129,100); }
H1.HeaderClassName
{
color: #8E8164;
}
.AnyTagClassName
{
color: #8E8164;
}
</style>
background-color css
<style>
a { background-color: #8E8164; }
a { background-color: rgb(142,129,100); }
div.DivClassName
{
background-color: #8E8164;
}
.BgClassName
{
background-color: #8E8164;
}
</style>
border-color css
<style>
span { border-color: #8E8164; }
span { border-color: rgb(142,129,100); }
td.TdClassName
{
border-color: #8E8164;
}
.TagClassName
{
border-color: #8E8164;
}
</style>