Shades of Granite Green #968D5E
Tints of Granite Green #968D5E
RGB
CMYK
RGB Variations
Color information
#968D5E (or 0x968D5E) is known color: Granite Green. HEX triplet: 96, 8D and 5E. RGB value is (150,141,94). Sum of RGB (Red+Green+Blue) = 150+141+94=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #968D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968D5E is #6972A1. Grayscale: #8A8A8A. Windows color (decimal): -6910626 or 6196630. OLE color: 6196630.
HSL color Cylindrical-coordinate representation of color #968D5E: hue angle of 50.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968D5E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 94 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.41 |
| HSL | 50.36º | 0.23% | 0.48% | - |
| HSV(B) | 50.36º | 0.37% | 0.59% | - |
| XYZ | 24.12 | 26.34 | 14.4 | - |
| YUV | 138.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 94 | 0 | 0.06 | 0.37 | 0.41 | 50.36 | 0.23 | 0.48 |
| Hex | 96 | 8D | 5E | 0 | 6 | 25 | 29 | 32 | 17 | 30 |
| Octal | 226 | 215 | 136 | 0 | 6 | 45 | 51 | 62 | 27 | 60 |
| Binary | 10010110 | 10001101 | 1011110 | 0 | 110 | 100101 | 101001 | 110010 | 10111 | 110000 |
Color Harmonies of #968D5E
Complementary color
Monochromatic Colors of #968D5E
Black with #968D5E
Text Example
Text Example
White with #968D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D5E; }
p { color: rgb(150,141,94); }
H1.HeaderClassName
{
color: #968D5E;
}
.AnyTagClassName
{
color: #968D5E;
}
</style>
background-color css
<style>
a { background-color: #968D5E; }
a { background-color: rgb(150,141,94); }
div.DivClassName
{
background-color: #968D5E;
}
.BgClassName
{
background-color: #968D5E;
}
</style>
border-color css
<style>
span { border-color: #968D5E; }
span { border-color: rgb(150,141,94); }
td.TdClassName
{
border-color: #968D5E;
}
.TagClassName
{
border-color: #968D5E;
}
</style>