Shades of Granite Green #968963
Tints of Granite Green #968963
RGB
CMYK
RGB Variations
Color information
#968963 (or 0x968963) is known color: Granite Green. HEX triplet: 96, 89 and 63. RGB value is (150,137,99). Sum of RGB (Red+Green+Blue) = 150+137+99=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #968963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968963 is #69769C. Grayscale: #888888. Windows color (decimal): -6911645 or 6523286. OLE color: 6523286.
HSL color Cylindrical-coordinate representation of color #968963: hue angle of 44.71º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #968963 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 99 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.41 |
| HSL | 44.71º | 0.2% | 0.49% | - |
| HSV(B) | 44.71º | 0.34% | 0.59% | - |
| XYZ | 23.78 | 25.28 | 15.43 | - |
| YUV | 136.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 99 | 0 | 0.09 | 0.34 | 0.41 | 44.71 | 0.2 | 0.49 |
| Hex | 96 | 89 | 63 | 0 | 9 | 22 | 29 | 2D | 14 | 31 |
| Octal | 226 | 211 | 143 | 0 | 11 | 42 | 51 | 55 | 24 | 61 |
| Binary | 10010110 | 10001001 | 1100011 | 0 | 1001 | 100010 | 101001 | 101101 | 10100 | 110001 |
Color Harmonies of #968963
Complementary color
Monochromatic Colors of #968963
Black with #968963
Text Example
Text Example
White with #968963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968963; }
p { color: rgb(150,137,99); }
H1.HeaderClassName
{
color: #968963;
}
.AnyTagClassName
{
color: #968963;
}
</style>
background-color css
<style>
a { background-color: #968963; }
a { background-color: rgb(150,137,99); }
div.DivClassName
{
background-color: #968963;
}
.BgClassName
{
background-color: #968963;
}
</style>
border-color css
<style>
span { border-color: #968963; }
span { border-color: rgb(150,137,99); }
td.TdClassName
{
border-color: #968963;
}
.TagClassName
{
border-color: #968963;
}
</style>