Shades of Granite Green #96895D
Tints of Granite Green #96895D
RGB
CMYK
RGB Variations
Color information
#96895D (or 0x96895D) is known color: Granite Green. HEX triplet: 96, 89 and 5D. RGB value is (150,137,93). Sum of RGB (Red+Green+Blue) = 150+137+93=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #96895D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96895D is #6976A2. Grayscale: #888888. Windows color (decimal): -6911651 or 6130070. OLE color: 6130070.
HSL color Cylindrical-coordinate representation of color #96895D: hue angle of 46.32º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96895D is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 93 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.41 |
| HSL | 46.32º | 0.23% | 0.48% | - |
| HSV(B) | 46.32º | 0.38% | 0.59% | - |
| XYZ | 23.5 | 25.17 | 13.97 | - |
| YUV | 135.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 93 | 0 | 0.09 | 0.38 | 0.41 | 46.32 | 0.23 | 0.48 |
| Hex | 96 | 89 | 5D | 0 | 9 | 26 | 29 | 2E | 17 | 30 |
| Octal | 226 | 211 | 135 | 0 | 11 | 46 | 51 | 56 | 27 | 60 |
| Binary | 10010110 | 10001001 | 1011101 | 0 | 1001 | 100110 | 101001 | 101110 | 10111 | 110000 |
Color Harmonies of #96895D
Complementary color
Monochromatic Colors of #96895D
Black with #96895D
Text Example
Text Example
White with #96895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96895D; }
p { color: rgb(150,137,93); }
H1.HeaderClassName
{
color: #96895D;
}
.AnyTagClassName
{
color: #96895D;
}
</style>
background-color css
<style>
a { background-color: #96895D; }
a { background-color: rgb(150,137,93); }
div.DivClassName
{
background-color: #96895D;
}
.BgClassName
{
background-color: #96895D;
}
</style>
border-color css
<style>
span { border-color: #96895D; }
span { border-color: rgb(150,137,93); }
td.TdClassName
{
border-color: #96895D;
}
.TagClassName
{
border-color: #96895D;
}
</style>