Shades of Granite Green #8E856F
Tints of Granite Green #8E856F
RGB
CMYK
RGB Variations
Color information
#8E856F (or 0x8E856F) is known color: Granite Green. HEX triplet: 8E, 85 and 6F. RGB value is (142,133,111). Sum of RGB (Red+Green+Blue) = 142+133+111=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 142 - color contains mainly: red. Hex color #8E856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E856F is #717A90. Grayscale: #858585. Windows color (decimal): -7436945 or 7308686. OLE color: 7308686.
HSL color Cylindrical-coordinate representation of color #8E856F: hue angle of 42.58º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E856F is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 111 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.44 |
| HSL | 42.58º | 0.12% | 0.5% | - |
| HSV(B) | 42.58º | 0.22% | 0.56% | - |
| XYZ | 22.41 | 23.67 | 18.43 | - |
| YUV | 133.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 111 | 0 | 0.06 | 0.22 | 0.44 | 42.58 | 0.12 | 0.5 |
| Hex | 8E | 85 | 6F | 0 | 6 | 16 | 2C | 2B | C | 32 |
| Octal | 216 | 205 | 157 | 0 | 6 | 26 | 54 | 53 | 14 | 62 |
| Binary | 10001110 | 10000101 | 1101111 | 0 | 110 | 10110 | 101100 | 101011 | 1100 | 110010 |
Color Harmonies of #8E856F
Complementary color
Monochromatic Colors of #8E856F
Black with #8E856F
Text Example
Text Example
White with #8E856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E856F; }
p { color: rgb(142,133,111); }
H1.HeaderClassName
{
color: #8E856F;
}
.AnyTagClassName
{
color: #8E856F;
}
</style>
background-color css
<style>
a { background-color: #8E856F; }
a { background-color: rgb(142,133,111); }
div.DivClassName
{
background-color: #8E856F;
}
.BgClassName
{
background-color: #8E856F;
}
</style>
border-color css
<style>
span { border-color: #8E856F; }
span { border-color: rgb(142,133,111); }
td.TdClassName
{
border-color: #8E856F;
}
.TagClassName
{
border-color: #8E856F;
}
</style>