Shades of Granite Green #958C5D
Tints of Granite Green #958C5D
RGB
CMYK
RGB Variations
Color information
#958C5D (or 0x958C5D) is known color: Granite Green. HEX triplet: 95, 8C and 5D. RGB value is (149,140,93). Sum of RGB (Red+Green+Blue) = 149+140+93=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #958C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C5D is #6A73A2. Grayscale: #898989. Windows color (decimal): -6976419 or 6130837. OLE color: 6130837.
HSL color Cylindrical-coordinate representation of color #958C5D: hue angle of 50.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958C5D is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 93 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.42 |
| HSL | 50.36º | 0.23% | 0.47% | - |
| HSV(B) | 50.36º | 0.38% | 0.58% | - |
| XYZ | 23.75 | 25.94 | 14.11 | - |
| YUV | 137.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 93 | 0 | 0.06 | 0.38 | 0.42 | 50.36 | 0.23 | 0.47 |
| Hex | 95 | 8C | 5D | 0 | 6 | 26 | 2A | 32 | 17 | 2F |
| Octal | 225 | 214 | 135 | 0 | 6 | 46 | 52 | 62 | 27 | 57 |
| Binary | 10010101 | 10001100 | 1011101 | 0 | 110 | 100110 | 101010 | 110010 | 10111 | 101111 |
Color Harmonies of #958C5D
Complementary color
Monochromatic Colors of #958C5D
Black with #958C5D
Text Example
Text Example
White with #958C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C5D; }
p { color: rgb(149,140,93); }
H1.HeaderClassName
{
color: #958C5D;
}
.AnyTagClassName
{
color: #958C5D;
}
</style>
background-color css
<style>
a { background-color: #958C5D; }
a { background-color: rgb(149,140,93); }
div.DivClassName
{
background-color: #958C5D;
}
.BgClassName
{
background-color: #958C5D;
}
</style>
border-color css
<style>
span { border-color: #958C5D; }
span { border-color: rgb(149,140,93); }
td.TdClassName
{
border-color: #958C5D;
}
.TagClassName
{
border-color: #958C5D;
}
</style>