Shades of Granite Green #958462
Tints of Granite Green #958462
RGB
CMYK
RGB Variations
Color information
#958462 (or 0x958462) is known color: Granite Green. HEX triplet: 95, 84 and 62. RGB value is (149,132,98). Sum of RGB (Red+Green+Blue) = 149+132+98=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #958462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958462 is #6A7B9D. Grayscale: #858585. Windows color (decimal): -6978462 or 6456469. OLE color: 6456469.
HSL color Cylindrical-coordinate representation of color #958462: hue angle of 40º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958462 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 98 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.42 |
| HSL | 40º | 0.21% | 0.48% | - |
| HSV(B) | 40º | 0.34% | 0.58% | - |
| XYZ | 22.85 | 23.77 | 14.94 | - |
| YUV | 133.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 98 | 0 | 0.11 | 0.34 | 0.42 | 40 | 0.21 | 0.48 |
| Hex | 95 | 84 | 62 | 0 | B | 22 | 2A | 28 | 15 | 30 |
| Octal | 225 | 204 | 142 | 0 | 13 | 42 | 52 | 50 | 25 | 60 |
| Binary | 10010101 | 10000100 | 1100010 | 0 | 1011 | 100010 | 101010 | 101000 | 10101 | 110000 |
Color Harmonies of #958462
Complementary color
Monochromatic Colors of #958462
Black with #958462
Text Example
Text Example
White with #958462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958462; }
p { color: rgb(149,132,98); }
H1.HeaderClassName
{
color: #958462;
}
.AnyTagClassName
{
color: #958462;
}
</style>
background-color css
<style>
a { background-color: #958462; }
a { background-color: rgb(149,132,98); }
div.DivClassName
{
background-color: #958462;
}
.BgClassName
{
background-color: #958462;
}
</style>
border-color css
<style>
span { border-color: #958462; }
span { border-color: rgb(149,132,98); }
td.TdClassName
{
border-color: #958462;
}
.TagClassName
{
border-color: #958462;
}
</style>