Shades of Granite Green #958563
Tints of Granite Green #958563
RGB
CMYK
RGB Variations
Color information
#958563 (or 0x958563) is known color: Granite Green. HEX triplet: 95, 85 and 63. RGB value is (149,133,99). Sum of RGB (Red+Green+Blue) = 149+133+99=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958563 is #6A7A9C. Grayscale: #868686. Windows color (decimal): -6978205 or 6522261. OLE color: 6522261.
HSL color Cylindrical-coordinate representation of color #958563: hue angle of 40.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958563 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 99 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.42 |
| HSL | 40.8º | 0.2% | 0.49% | - |
| HSV(B) | 40.8º | 0.34% | 0.58% | - |
| XYZ | 23.03 | 24.07 | 15.24 | - |
| YUV | 133.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 99 | 0 | 0.11 | 0.34 | 0.42 | 40.8 | 0.2 | 0.49 |
| Hex | 95 | 85 | 63 | 0 | B | 22 | 2A | 29 | 14 | 31 |
| Octal | 225 | 205 | 143 | 0 | 13 | 42 | 52 | 51 | 24 | 61 |
| Binary | 10010101 | 10000101 | 1100011 | 0 | 1011 | 100010 | 101010 | 101001 | 10100 | 110001 |
Color Harmonies of #958563
Complementary color
Monochromatic Colors of #958563
Black with #958563
Text Example
Text Example
White with #958563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958563; }
p { color: rgb(149,133,99); }
H1.HeaderClassName
{
color: #958563;
}
.AnyTagClassName
{
color: #958563;
}
</style>
background-color css
<style>
a { background-color: #958563; }
a { background-color: rgb(149,133,99); }
div.DivClassName
{
background-color: #958563;
}
.BgClassName
{
background-color: #958563;
}
</style>
border-color css
<style>
span { border-color: #958563; }
span { border-color: rgb(149,133,99); }
td.TdClassName
{
border-color: #958563;
}
.TagClassName
{
border-color: #958563;
}
</style>