Shades of Granite Green #968862
Tints of Granite Green #968862
RGB
CMYK
RGB Variations
Color information
#968862 (or 0x968862) is known color: Granite Green. HEX triplet: 96, 88 and 62. RGB value is (150,136,98). Sum of RGB (Red+Green+Blue) = 150+136+98=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #968862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968862 is #69779D. Grayscale: #888888. Windows color (decimal): -6911902 or 6457494. OLE color: 6457494.
HSL color Cylindrical-coordinate representation of color #968862: hue angle of 43.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968862 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 98 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.41 |
| HSL | 43.85º | 0.21% | 0.49% | - |
| HSV(B) | 43.85º | 0.35% | 0.59% | - |
| XYZ | 23.59 | 24.97 | 15.13 | - |
| YUV | 135.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 98 | 0 | 0.09 | 0.35 | 0.41 | 43.85 | 0.21 | 0.49 |
| Hex | 96 | 88 | 62 | 0 | 9 | 23 | 29 | 2C | 15 | 31 |
| Octal | 226 | 210 | 142 | 0 | 11 | 43 | 51 | 54 | 25 | 61 |
| Binary | 10010110 | 10001000 | 1100010 | 0 | 1001 | 100011 | 101001 | 101100 | 10101 | 110001 |
Color Harmonies of #968862
Complementary color
Monochromatic Colors of #968862
Black with #968862
Text Example
Text Example
White with #968862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968862; }
p { color: rgb(150,136,98); }
H1.HeaderClassName
{
color: #968862;
}
.AnyTagClassName
{
color: #968862;
}
</style>
background-color css
<style>
a { background-color: #968862; }
a { background-color: rgb(150,136,98); }
div.DivClassName
{
background-color: #968862;
}
.BgClassName
{
background-color: #968862;
}
</style>
border-color css
<style>
span { border-color: #968862; }
span { border-color: rgb(150,136,98); }
td.TdClassName
{
border-color: #968862;
}
.TagClassName
{
border-color: #968862;
}
</style>