Shades of Granite Green #968966
Tints of Granite Green #968966
RGB
CMYK
RGB Variations
Color information
#968966 (or 0x968966) is known color: Granite Green. HEX triplet: 96, 89 and 66. RGB value is (150,137,102). Sum of RGB (Red+Green+Blue) = 150+137+102=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #968966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968966 is #697699. Grayscale: #898989. Windows color (decimal): -6911642 or 6719894. OLE color: 6719894.
HSL color Cylindrical-coordinate representation of color #968966: hue angle of 43.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968966 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 102 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.41 |
| HSL | 43.75º | 0.19% | 0.49% | - |
| HSV(B) | 43.75º | 0.32% | 0.59% | - |
| XYZ | 23.92 | 25.33 | 16.2 | - |
| YUV | 136.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 102 | 0 | 0.09 | 0.32 | 0.41 | 43.75 | 0.19 | 0.49 |
| Hex | 96 | 89 | 66 | 0 | 9 | 20 | 29 | 2C | 13 | 31 |
| Octal | 226 | 211 | 146 | 0 | 11 | 40 | 51 | 54 | 23 | 61 |
| Binary | 10010110 | 10001001 | 1100110 | 0 | 1001 | 100000 | 101001 | 101100 | 10011 | 110001 |
Color Harmonies of #968966
Complementary color
Monochromatic Colors of #968966
Black with #968966
Text Example
Text Example
White with #968966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968966; }
p { color: rgb(150,137,102); }
H1.HeaderClassName
{
color: #968966;
}
.AnyTagClassName
{
color: #968966;
}
</style>
background-color css
<style>
a { background-color: #968966; }
a { background-color: rgb(150,137,102); }
div.DivClassName
{
background-color: #968966;
}
.BgClassName
{
background-color: #968966;
}
</style>
border-color css
<style>
span { border-color: #968966; }
span { border-color: rgb(150,137,102); }
td.TdClassName
{
border-color: #968966;
}
.TagClassName
{
border-color: #968966;
}
</style>