Shades of Granite Green #968E59
Tints of Granite Green #968E59
RGB
CMYK
RGB Variations
Color information
#968E59 (or 0x968E59) is known color: Granite Green. HEX triplet: 96, 8E and 59. RGB value is (150,142,89). Sum of RGB (Red+Green+Blue) = 150+142+89=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #968E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E59 is #6971A6. Grayscale: #8A8A8A. Windows color (decimal): -6910375 or 5869206. OLE color: 5869206.
HSL color Cylindrical-coordinate representation of color #968E59: hue angle of 52.13º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #968E59 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 89 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.41 |
| HSL | 52.13º | 0.26% | 0.47% | - |
| HSV(B) | 52.13º | 0.41% | 0.59% | - |
| XYZ | 24.05 | 26.55 | 13.31 | - |
| YUV | 138.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 89 | 0 | 0.05 | 0.41 | 0.41 | 52.13 | 0.26 | 0.47 |
| Hex | 96 | 8E | 59 | 0 | 5 | 29 | 29 | 34 | 1A | 2F |
| Octal | 226 | 216 | 131 | 0 | 5 | 51 | 51 | 64 | 32 | 57 |
| Binary | 10010110 | 10001110 | 1011001 | 0 | 101 | 101001 | 101001 | 110100 | 11010 | 101111 |
Color Harmonies of #968E59
Complementary color
Monochromatic Colors of #968E59
Black with #968E59
Text Example
Text Example
White with #968E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E59; }
p { color: rgb(150,142,89); }
H1.HeaderClassName
{
color: #968E59;
}
.AnyTagClassName
{
color: #968E59;
}
</style>
background-color css
<style>
a { background-color: #968E59; }
a { background-color: rgb(150,142,89); }
div.DivClassName
{
background-color: #968E59;
}
.BgClassName
{
background-color: #968E59;
}
</style>
border-color css
<style>
span { border-color: #968E59; }
span { border-color: rgb(150,142,89); }
td.TdClassName
{
border-color: #968E59;
}
.TagClassName
{
border-color: #968E59;
}
</style>