Shades of Granite Green #958564
Tints of Granite Green #958564
RGB
CMYK
RGB Variations
Color information
#958564 (or 0x958564) is known color: Granite Green. HEX triplet: 95, 85 and 64. RGB value is (149,133,100). Sum of RGB (Red+Green+Blue) = 149+133+100=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #958564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958564 is #6A7A9B. Grayscale: #868686. Windows color (decimal): -6978204 or 6587797. OLE color: 6587797.
HSL color Cylindrical-coordinate representation of color #958564: hue angle of 40.41º 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 #958564 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 100 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.42 |
| HSL | 40.41º | 0.2% | 0.49% | - |
| HSV(B) | 40.41º | 0.33% | 0.58% | - |
| XYZ | 23.08 | 24.08 | 15.49 | - |
| YUV | 134.02 | 108.8 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 100 | 0 | 0.11 | 0.33 | 0.42 | 40.41 | 0.2 | 0.49 |
| Hex | 95 | 85 | 64 | 0 | B | 21 | 2A | 28 | 14 | 31 |
| Octal | 225 | 205 | 144 | 0 | 13 | 41 | 52 | 50 | 24 | 61 |
| Binary | 10010101 | 10000101 | 1100100 | 0 | 1011 | 100001 | 101010 | 101000 | 10100 | 110001 |
Color Harmonies of #958564
Complementary color
Monochromatic Colors of #958564
Black with #958564
Text Example
Text Example
White with #958564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958564; }
p { color: rgb(149,133,100); }
H1.HeaderClassName
{
color: #958564;
}
.AnyTagClassName
{
color: #958564;
}
</style>
background-color css
<style>
a { background-color: #958564; }
a { background-color: rgb(149,133,100); }
div.DivClassName
{
background-color: #958564;
}
.BgClassName
{
background-color: #958564;
}
</style>
border-color css
<style>
span { border-color: #958564; }
span { border-color: rgb(149,133,100); }
td.TdClassName
{
border-color: #958564;
}
.TagClassName
{
border-color: #958564;
}
</style>