Shades of Granite Green #958C5B
Tints of Granite Green #958C5B
RGB
CMYK
RGB Variations
Color information
#958C5B (or 0x958C5B) is known color: Granite Green. HEX triplet: 95, 8C and 5B. RGB value is (149,140,91). Sum of RGB (Red+Green+Blue) = 149+140+91=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #958C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C5B is #6A73A4. Grayscale: #898989. Windows color (decimal): -6976421 or 5999765. OLE color: 5999765.
HSL color Cylindrical-coordinate representation of color #958C5B: hue angle of 50.69º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #958C5B is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 91 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.42 |
| HSL | 50.69º | 0.24% | 0.47% | - |
| HSV(B) | 50.69º | 0.39% | 0.58% | - |
| XYZ | 23.66 | 25.9 | 13.65 | - |
| YUV | 137.11 | 101.98 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 91 | 0 | 0.06 | 0.39 | 0.42 | 50.69 | 0.24 | 0.47 |
| Hex | 95 | 8C | 5B | 0 | 6 | 27 | 2A | 33 | 18 | 2F |
| Octal | 225 | 214 | 133 | 0 | 6 | 47 | 52 | 63 | 30 | 57 |
| Binary | 10010101 | 10001100 | 1011011 | 0 | 110 | 100111 | 101010 | 110011 | 11000 | 101111 |
Color Harmonies of #958C5B
Complementary color
Monochromatic Colors of #958C5B
Black with #958C5B
Text Example
Text Example
White with #958C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C5B; }
p { color: rgb(149,140,91); }
H1.HeaderClassName
{
color: #958C5B;
}
.AnyTagClassName
{
color: #958C5B;
}
</style>
background-color css
<style>
a { background-color: #958C5B; }
a { background-color: rgb(149,140,91); }
div.DivClassName
{
background-color: #958C5B;
}
.BgClassName
{
background-color: #958C5B;
}
</style>
border-color css
<style>
span { border-color: #958C5B; }
span { border-color: rgb(149,140,91); }
td.TdClassName
{
border-color: #958C5B;
}
.TagClassName
{
border-color: #958C5B;
}
</style>