Shades of Granite Green #968866
Tints of Granite Green #968866
RGB
CMYK
RGB Variations
Color information
#968866 (or 0x968866) is known color: Granite Green. HEX triplet: 96, 88 and 66. RGB value is (150,136,102). Sum of RGB (Red+Green+Blue) = 150+136+102=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #968866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968866 is #697799. Grayscale: #888888. Windows color (decimal): -6911898 or 6719638. OLE color: 6719638.
HSL color Cylindrical-coordinate representation of color #968866: hue angle of 42.5º 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 #968866 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 102 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.41 |
| HSL | 42.5º | 0.19% | 0.49% | - |
| HSV(B) | 42.5º | 0.32% | 0.59% | - |
| XYZ | 23.78 | 25.05 | 16.15 | - |
| YUV | 136.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 102 | 0 | 0.09 | 0.32 | 0.41 | 42.5 | 0.19 | 0.49 |
| Hex | 96 | 88 | 66 | 0 | 9 | 20 | 29 | 2A | 13 | 31 |
| Octal | 226 | 210 | 146 | 0 | 11 | 40 | 51 | 52 | 23 | 61 |
| Binary | 10010110 | 10001000 | 1100110 | 0 | 1001 | 100000 | 101001 | 101010 | 10011 | 110001 |
Color Harmonies of #968866
Complementary color
Monochromatic Colors of #968866
Black with #968866
Text Example
Text Example
White with #968866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968866; }
p { color: rgb(150,136,102); }
H1.HeaderClassName
{
color: #968866;
}
.AnyTagClassName
{
color: #968866;
}
</style>
background-color css
<style>
a { background-color: #968866; }
a { background-color: rgb(150,136,102); }
div.DivClassName
{
background-color: #968866;
}
.BgClassName
{
background-color: #968866;
}
</style>
border-color css
<style>
span { border-color: #968866; }
span { border-color: rgb(150,136,102); }
td.TdClassName
{
border-color: #968866;
}
.TagClassName
{
border-color: #968866;
}
</style>