Shades of Granite Green #958762
Tints of Granite Green #958762
RGB
CMYK
RGB Variations
Color information
#958762 (or 0x958762) is known color: Granite Green. HEX triplet: 95, 87 and 62. RGB value is (149,135,98). Sum of RGB (Red+Green+Blue) = 149+135+98=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #958762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958762 is #6A789D. Grayscale: #878787. Windows color (decimal): -6977694 or 6457237. OLE color: 6457237.
HSL color Cylindrical-coordinate representation of color #958762: hue angle of 43.53º 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 #958762 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 98 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.42 |
| HSL | 43.53º | 0.21% | 0.48% | - |
| HSV(B) | 43.53º | 0.34% | 0.58% | - |
| XYZ | 23.26 | 24.6 | 15.08 | - |
| YUV | 134.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 98 | 0 | 0.09 | 0.34 | 0.42 | 43.53 | 0.21 | 0.48 |
| Hex | 95 | 87 | 62 | 0 | 9 | 22 | 2A | 2C | 15 | 30 |
| Octal | 225 | 207 | 142 | 0 | 11 | 42 | 52 | 54 | 25 | 60 |
| Binary | 10010101 | 10000111 | 1100010 | 0 | 1001 | 100010 | 101010 | 101100 | 10101 | 110000 |
Color Harmonies of #958762
Complementary color
Monochromatic Colors of #958762
Black with #958762
Text Example
Text Example
White with #958762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958762; }
p { color: rgb(149,135,98); }
H1.HeaderClassName
{
color: #958762;
}
.AnyTagClassName
{
color: #958762;
}
</style>
background-color css
<style>
a { background-color: #958762; }
a { background-color: rgb(149,135,98); }
div.DivClassName
{
background-color: #958762;
}
.BgClassName
{
background-color: #958762;
}
</style>
border-color css
<style>
span { border-color: #958762; }
span { border-color: rgb(149,135,98); }
td.TdClassName
{
border-color: #958762;
}
.TagClassName
{
border-color: #958762;
}
</style>