Shades of Granite Green #8E8567
Tints of Granite Green #8E8567
RGB
CMYK
RGB Variations
Color information
#8E8567 (or 0x8E8567) is known color: Granite Green. HEX triplet: 8E, 85 and 67. RGB value is (142,133,103). Sum of RGB (Red+Green+Blue) = 142+133+103=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8567 is #717A98. Grayscale: #848484. Windows color (decimal): -7436953 or 6784398. OLE color: 6784398.
HSL color Cylindrical-coordinate representation of color #8E8567: hue angle of 46.15º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E8567 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 103 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.44 |
| HSL | 46.15º | 0.16% | 0.48% | - |
| HSV(B) | 46.15º | 0.27% | 0.56% | - |
| XYZ | 21.99 | 23.51 | 16.21 | - |
| YUV | 132.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 103 | 0 | 0.06 | 0.27 | 0.44 | 46.15 | 0.16 | 0.48 |
| Hex | 8E | 85 | 67 | 0 | 6 | 1B | 2C | 2E | 10 | 30 |
| Octal | 216 | 205 | 147 | 0 | 6 | 33 | 54 | 56 | 20 | 60 |
| Binary | 10001110 | 10000101 | 1100111 | 0 | 110 | 11011 | 101100 | 101110 | 10000 | 110000 |
Color Harmonies of #8E8567
Complementary color
Monochromatic Colors of #8E8567
Black with #8E8567
Text Example
Text Example
White with #8E8567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8567; }
p { color: rgb(142,133,103); }
H1.HeaderClassName
{
color: #8E8567;
}
.AnyTagClassName
{
color: #8E8567;
}
</style>
background-color css
<style>
a { background-color: #8E8567; }
a { background-color: rgb(142,133,103); }
div.DivClassName
{
background-color: #8E8567;
}
.BgClassName
{
background-color: #8E8567;
}
</style>
border-color css
<style>
span { border-color: #8E8567; }
span { border-color: rgb(142,133,103); }
td.TdClassName
{
border-color: #8E8567;
}
.TagClassName
{
border-color: #8E8567;
}
</style>