Shades of Granite Green #968861
Tints of Granite Green #968861
RGB
CMYK
RGB Variations
Color information
#968861 (or 0x968861) is known color: Granite Green. HEX triplet: 96, 88 and 61. RGB value is (150,136,97). Sum of RGB (Red+Green+Blue) = 150+136+97=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #968861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968861 is #69779E. Grayscale: #878787. Windows color (decimal): -6911903 or 6391958. OLE color: 6391958.
HSL color Cylindrical-coordinate representation of color #968861: hue angle of 44.15º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968861 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 97 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.41 |
| HSL | 44.15º | 0.21% | 0.48% | - |
| HSV(B) | 44.15º | 0.35% | 0.59% | - |
| XYZ | 23.54 | 24.96 | 14.89 | - |
| YUV | 135.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 97 | 0 | 0.09 | 0.35 | 0.41 | 44.15 | 0.21 | 0.48 |
| Hex | 96 | 88 | 61 | 0 | 9 | 23 | 29 | 2C | 15 | 30 |
| Octal | 226 | 210 | 141 | 0 | 11 | 43 | 51 | 54 | 25 | 60 |
| Binary | 10010110 | 10001000 | 1100001 | 0 | 1001 | 100011 | 101001 | 101100 | 10101 | 110000 |
Color Harmonies of #968861
Complementary color
Monochromatic Colors of #968861
Black with #968861
Text Example
Text Example
White with #968861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968861; }
p { color: rgb(150,136,97); }
H1.HeaderClassName
{
color: #968861;
}
.AnyTagClassName
{
color: #968861;
}
</style>
background-color css
<style>
a { background-color: #968861; }
a { background-color: rgb(150,136,97); }
div.DivClassName
{
background-color: #968861;
}
.BgClassName
{
background-color: #968861;
}
</style>
border-color css
<style>
span { border-color: #968861; }
span { border-color: rgb(150,136,97); }
td.TdClassName
{
border-color: #968861;
}
.TagClassName
{
border-color: #968861;
}
</style>