Shades of Granite Green #958464
Tints of Granite Green #958464
RGB
CMYK
RGB Variations
Color information
#958464 (or 0x958464) is known color: Granite Green. HEX triplet: 95, 84 and 64. RGB value is (149,132,100). Sum of RGB (Red+Green+Blue) = 149+132+100=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958464 is #6A7B9B. Grayscale: #858585. Windows color (decimal): -6978460 or 6587541. OLE color: 6587541.
HSL color Cylindrical-coordinate representation of color #958464: hue angle of 39.18º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958464 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 100 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.42 |
| HSL | 39.18º | 0.2% | 0.49% | - |
| HSV(B) | 39.18º | 0.33% | 0.58% | - |
| XYZ | 22.95 | 23.81 | 15.44 | - |
| YUV | 133.44 | 109.13 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 100 | 0 | 0.11 | 0.33 | 0.42 | 39.18 | 0.2 | 0.49 |
| Hex | 95 | 84 | 64 | 0 | B | 21 | 2A | 27 | 14 | 31 |
| Octal | 225 | 204 | 144 | 0 | 13 | 41 | 52 | 47 | 24 | 61 |
| Binary | 10010101 | 10000100 | 1100100 | 0 | 1011 | 100001 | 101010 | 100111 | 10100 | 110001 |
Color Harmonies of #958464
Complementary color
Monochromatic Colors of #958464
Black with #958464
Text Example
Text Example
White with #958464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958464; }
p { color: rgb(149,132,100); }
H1.HeaderClassName
{
color: #958464;
}
.AnyTagClassName
{
color: #958464;
}
</style>
background-color css
<style>
a { background-color: #958464; }
a { background-color: rgb(149,132,100); }
div.DivClassName
{
background-color: #958464;
}
.BgClassName
{
background-color: #958464;
}
</style>
border-color css
<style>
span { border-color: #958464; }
span { border-color: rgb(149,132,100); }
td.TdClassName
{
border-color: #958464;
}
.TagClassName
{
border-color: #958464;
}
</style>