Shades of Granite Green #958864
Tints of Granite Green #958864
RGB
CMYK
RGB Variations
Color information
#958864 (or 0x958864) is known color: Granite Green. HEX triplet: 95, 88 and 64. RGB value is (149,136,100). Sum of RGB (Red+Green+Blue) = 149+136+100=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #958864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958864 is #6A779B. Grayscale: #878787. Windows color (decimal): -6977436 or 6588565. OLE color: 6588565.
HSL color Cylindrical-coordinate representation of color #958864: hue angle of 44.08º 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 #958864 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 100 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.42 |
| HSL | 44.08º | 0.2% | 0.49% | - |
| HSV(B) | 44.08º | 0.33% | 0.58% | - |
| XYZ | 23.5 | 24.92 | 15.63 | - |
| YUV | 135.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 100 | 0 | 0.09 | 0.33 | 0.42 | 44.08 | 0.2 | 0.49 |
| Hex | 95 | 88 | 64 | 0 | 9 | 21 | 2A | 2C | 14 | 31 |
| Octal | 225 | 210 | 144 | 0 | 11 | 41 | 52 | 54 | 24 | 61 |
| Binary | 10010101 | 10001000 | 1100100 | 0 | 1001 | 100001 | 101010 | 101100 | 10100 | 110001 |
Color Harmonies of #958864
Complementary color
Monochromatic Colors of #958864
Black with #958864
Text Example
Text Example
White with #958864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958864; }
p { color: rgb(149,136,100); }
H1.HeaderClassName
{
color: #958864;
}
.AnyTagClassName
{
color: #958864;
}
</style>
background-color css
<style>
a { background-color: #958864; }
a { background-color: rgb(149,136,100); }
div.DivClassName
{
background-color: #958864;
}
.BgClassName
{
background-color: #958864;
}
</style>
border-color css
<style>
span { border-color: #958864; }
span { border-color: rgb(149,136,100); }
td.TdClassName
{
border-color: #958864;
}
.TagClassName
{
border-color: #958864;
}
</style>