Shades of Granite Green #96875E
Tints of Granite Green #96875E
RGB
CMYK
RGB Variations
Color information
#96875E (or 0x96875E) is known color: Granite Green. HEX triplet: 96, 87 and 5E. RGB value is (150,135,94). Sum of RGB (Red+Green+Blue) = 150+135+94=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #96875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96875E is #6978A1. Grayscale: #868686. Windows color (decimal): -6912162 or 6195094. OLE color: 6195094.
HSL color Cylindrical-coordinate representation of color #96875E: hue angle of 43.93º 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 #96875E is Cyan = 0, Magento = 0.1, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 94 | - |
| CMYK | 0 | 0.1 | 0.37 | 0.41 |
| HSL | 43.93º | 0.23% | 0.48% | - |
| HSV(B) | 43.93º | 0.37% | 0.59% | - |
| XYZ | 23.26 | 24.62 | 14.12 | - |
| YUV | 134.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 94 | 0 | 0.1 | 0.37 | 0.41 | 43.93 | 0.23 | 0.48 |
| Hex | 96 | 87 | 5E | 0 | A | 25 | 29 | 2C | 17 | 30 |
| Octal | 226 | 207 | 136 | 0 | 12 | 45 | 51 | 54 | 27 | 60 |
| Binary | 10010110 | 10000111 | 1011110 | 0 | 1010 | 100101 | 101001 | 101100 | 10111 | 110000 |
Color Harmonies of #96875E
Complementary color
Monochromatic Colors of #96875E
Black with #96875E
Text Example
Text Example
White with #96875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96875E; }
p { color: rgb(150,135,94); }
H1.HeaderClassName
{
color: #96875E;
}
.AnyTagClassName
{
color: #96875E;
}
</style>
background-color css
<style>
a { background-color: #96875E; }
a { background-color: rgb(150,135,94); }
div.DivClassName
{
background-color: #96875E;
}
.BgClassName
{
background-color: #96875E;
}
</style>
border-color css
<style>
span { border-color: #96875E; }
span { border-color: rgb(150,135,94); }
td.TdClassName
{
border-color: #96875E;
}
.TagClassName
{
border-color: #96875E;
}
</style>