Shades of Granite Green #958B5B
Tints of Granite Green #958B5B
RGB
CMYK
RGB Variations
Color information
#958B5B (or 0x958B5B) is known color: Granite Green. HEX triplet: 95, 8B and 5B. RGB value is (149,139,91). Sum of RGB (Red+Green+Blue) = 149+139+91=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #958B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B5B is #6A74A4. Grayscale: #888888. Windows color (decimal): -6976677 or 5999509. OLE color: 5999509.
HSL color Cylindrical-coordinate representation of color #958B5B: hue angle of 49.66º 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 #958B5B is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 91 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.42 |
| HSL | 49.66º | 0.24% | 0.47% | - |
| HSV(B) | 49.66º | 0.39% | 0.58% | - |
| XYZ | 23.52 | 25.61 | 13.6 | - |
| YUV | 136.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 91 | 0 | 0.07 | 0.39 | 0.42 | 49.66 | 0.24 | 0.47 |
| Hex | 95 | 8B | 5B | 0 | 7 | 27 | 2A | 32 | 18 | 2F |
| Octal | 225 | 213 | 133 | 0 | 7 | 47 | 52 | 62 | 30 | 57 |
| Binary | 10010101 | 10001011 | 1011011 | 0 | 111 | 100111 | 101010 | 110010 | 11000 | 101111 |
Color Harmonies of #958B5B
Complementary color
Monochromatic Colors of #958B5B
Black with #958B5B
Text Example
Text Example
White with #958B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B5B; }
p { color: rgb(149,139,91); }
H1.HeaderClassName
{
color: #958B5B;
}
.AnyTagClassName
{
color: #958B5B;
}
</style>
background-color css
<style>
a { background-color: #958B5B; }
a { background-color: rgb(149,139,91); }
div.DivClassName
{
background-color: #958B5B;
}
.BgClassName
{
background-color: #958B5B;
}
</style>
border-color css
<style>
span { border-color: #958B5B; }
span { border-color: rgb(149,139,91); }
td.TdClassName
{
border-color: #958B5B;
}
.TagClassName
{
border-color: #958B5B;
}
</style>