Shades of Granite Green #958C63
Tints of Granite Green #958C63
RGB
CMYK
RGB Variations
Color information
#958C63 (or 0x958C63) is known color: Granite Green. HEX triplet: 95, 8C and 63. RGB value is (149,140,99). Sum of RGB (Red+Green+Blue) = 149+140+99=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #958C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C63 is #6A739C. Grayscale: #8A8A8A. Windows color (decimal): -6976413 or 6524053. OLE color: 6524053.
HSL color Cylindrical-coordinate representation of color #958C63: hue angle of 49.2º 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 #958C63 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 99 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.42 |
| HSL | 49.2º | 0.2% | 0.49% | - |
| HSV(B) | 49.2º | 0.34% | 0.58% | - |
| XYZ | 24.02 | 26.05 | 15.57 | - |
| YUV | 138.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 99 | 0 | 0.06 | 0.34 | 0.42 | 49.2 | 0.2 | 0.49 |
| Hex | 95 | 8C | 63 | 0 | 6 | 22 | 2A | 31 | 14 | 31 |
| Octal | 225 | 214 | 143 | 0 | 6 | 42 | 52 | 61 | 24 | 61 |
| Binary | 10010101 | 10001100 | 1100011 | 0 | 110 | 100010 | 101010 | 110001 | 10100 | 110001 |
Color Harmonies of #958C63
Complementary color
Monochromatic Colors of #958C63
Black with #958C63
Text Example
Text Example
White with #958C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C63; }
p { color: rgb(149,140,99); }
H1.HeaderClassName
{
color: #958C63;
}
.AnyTagClassName
{
color: #958C63;
}
</style>
background-color css
<style>
a { background-color: #958C63; }
a { background-color: rgb(149,140,99); }
div.DivClassName
{
background-color: #958C63;
}
.BgClassName
{
background-color: #958C63;
}
</style>
border-color css
<style>
span { border-color: #958C63; }
span { border-color: rgb(149,140,99); }
td.TdClassName
{
border-color: #958C63;
}
.TagClassName
{
border-color: #958C63;
}
</style>