Shades of Granite Green #96865B
Tints of Granite Green #96865B
RGB
CMYK
RGB Variations
Color information
#96865B (or 0x96865B) is known color: Granite Green. HEX triplet: 96, 86 and 5B. RGB value is (150,134,91). Sum of RGB (Red+Green+Blue) = 150+134+91=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96865B is #6979A4. Grayscale: #868686. Windows color (decimal): -6912421 or 5998230. OLE color: 5998230.
HSL color Cylindrical-coordinate representation of color #96865B: hue angle of 43.73º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96865B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 91 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.41 |
| HSL | 43.73º | 0.24% | 0.47% | - |
| HSV(B) | 43.73º | 0.39% | 0.59% | - |
| XYZ | 22.99 | 24.29 | 13.37 | - |
| YUV | 133.88 | 103.8 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 91 | 0 | 0.11 | 0.39 | 0.41 | 43.73 | 0.24 | 0.47 |
| Hex | 96 | 86 | 5B | 0 | B | 27 | 29 | 2C | 18 | 2F |
| Octal | 226 | 206 | 133 | 0 | 13 | 47 | 51 | 54 | 30 | 57 |
| Binary | 10010110 | 10000110 | 1011011 | 0 | 1011 | 100111 | 101001 | 101100 | 11000 | 101111 |
Color Harmonies of #96865B
Complementary color
Monochromatic Colors of #96865B
Black with #96865B
Text Example
Text Example
White with #96865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96865B; }
p { color: rgb(150,134,91); }
H1.HeaderClassName
{
color: #96865B;
}
.AnyTagClassName
{
color: #96865B;
}
</style>
background-color css
<style>
a { background-color: #96865B; }
a { background-color: rgb(150,134,91); }
div.DivClassName
{
background-color: #96865B;
}
.BgClassName
{
background-color: #96865B;
}
</style>
border-color css
<style>
span { border-color: #96865B; }
span { border-color: rgb(150,134,91); }
td.TdClassName
{
border-color: #96865B;
}
.TagClassName
{
border-color: #96865B;
}
</style>