Shades of Granite Green #968E5E
Tints of Granite Green #968E5E
RGB
CMYK
RGB Variations
Color information
#968E5E (or 0x968E5E) is known color: Granite Green. HEX triplet: 96, 8E and 5E. RGB value is (150,142,94). Sum of RGB (Red+Green+Blue) = 150+142+94=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #968E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E5E is #6971A1. Grayscale: #8B8B8B. Windows color (decimal): -6910370 or 6196886. OLE color: 6196886.
HSL color Cylindrical-coordinate representation of color #968E5E: hue angle of 51.43º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #968E5E is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 94 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.41 |
| HSL | 51.43º | 0.23% | 0.48% | - |
| HSV(B) | 51.43º | 0.37% | 0.59% | - |
| XYZ | 24.27 | 26.64 | 14.45 | - |
| YUV | 138.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 94 | 0 | 0.05 | 0.37 | 0.41 | 51.43 | 0.23 | 0.48 |
| Hex | 96 | 8E | 5E | 0 | 5 | 25 | 29 | 33 | 17 | 30 |
| Octal | 226 | 216 | 136 | 0 | 5 | 45 | 51 | 63 | 27 | 60 |
| Binary | 10010110 | 10001110 | 1011110 | 0 | 101 | 100101 | 101001 | 110011 | 10111 | 110000 |
Color Harmonies of #968E5E
Complementary color
Monochromatic Colors of #968E5E
Black with #968E5E
Text Example
Text Example
White with #968E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E5E; }
p { color: rgb(150,142,94); }
H1.HeaderClassName
{
color: #968E5E;
}
.AnyTagClassName
{
color: #968E5E;
}
</style>
background-color css
<style>
a { background-color: #968E5E; }
a { background-color: rgb(150,142,94); }
div.DivClassName
{
background-color: #968E5E;
}
.BgClassName
{
background-color: #968E5E;
}
</style>
border-color css
<style>
span { border-color: #968E5E; }
span { border-color: rgb(150,142,94); }
td.TdClassName
{
border-color: #968E5E;
}
.TagClassName
{
border-color: #968E5E;
}
</style>