Shades of Granite Green #958B5D
Tints of Granite Green #958B5D
RGB
CMYK
RGB Variations
Color information
#958B5D (or 0x958B5D) is known color: Granite Green. HEX triplet: 95, 8B and 5D. RGB value is (149,139,93). Sum of RGB (Red+Green+Blue) = 149+139+93=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B5D is #6A74A2. Grayscale: #888888. Windows color (decimal): -6976675 or 6130581. OLE color: 6130581.
HSL color Cylindrical-coordinate representation of color #958B5D: hue angle of 49.29º 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 #958B5D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 93 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.42 |
| HSL | 49.29º | 0.23% | 0.47% | - |
| HSV(B) | 49.29º | 0.38% | 0.58% | - |
| XYZ | 23.6 | 25.65 | 14.06 | - |
| YUV | 136.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 93 | 0 | 0.07 | 0.38 | 0.42 | 49.29 | 0.23 | 0.47 |
| Hex | 95 | 8B | 5D | 0 | 7 | 26 | 2A | 31 | 17 | 2F |
| Octal | 225 | 213 | 135 | 0 | 7 | 46 | 52 | 61 | 27 | 57 |
| Binary | 10010101 | 10001011 | 1011101 | 0 | 111 | 100110 | 101010 | 110001 | 10111 | 101111 |
Color Harmonies of #958B5D
Complementary color
Monochromatic Colors of #958B5D
Black with #958B5D
Text Example
Text Example
White with #958B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B5D; }
p { color: rgb(149,139,93); }
H1.HeaderClassName
{
color: #958B5D;
}
.AnyTagClassName
{
color: #958B5D;
}
</style>
background-color css
<style>
a { background-color: #958B5D; }
a { background-color: rgb(149,139,93); }
div.DivClassName
{
background-color: #958B5D;
}
.BgClassName
{
background-color: #958B5D;
}
</style>
border-color css
<style>
span { border-color: #958B5D; }
span { border-color: rgb(149,139,93); }
td.TdClassName
{
border-color: #958B5D;
}
.TagClassName
{
border-color: #958B5D;
}
</style>