Shades of Granite Green #958B5C
Tints of Granite Green #958B5C
RGB
CMYK
RGB Variations
Color information
#958B5C (or 0x958B5C) is known color: Granite Green. HEX triplet: 95, 8B and 5C. RGB value is (149,139,92). Sum of RGB (Red+Green+Blue) = 149+139+92=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #958B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B5C is #6A74A3. Grayscale: #888888. Windows color (decimal): -6976676 or 6065045. OLE color: 6065045.
HSL color Cylindrical-coordinate representation of color #958B5C: hue angle of 49.47º degrees, saturation: 0.24, 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 #958B5C is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 92 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.42 |
| HSL | 49.47º | 0.24% | 0.47% | - |
| HSV(B) | 49.47º | 0.38% | 0.58% | - |
| XYZ | 23.56 | 25.63 | 13.83 | - |
| YUV | 136.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 92 | 0 | 0.07 | 0.38 | 0.42 | 49.47 | 0.24 | 0.47 |
| Hex | 95 | 8B | 5C | 0 | 7 | 26 | 2A | 31 | 18 | 2F |
| Octal | 225 | 213 | 134 | 0 | 7 | 46 | 52 | 61 | 30 | 57 |
| Binary | 10010101 | 10001011 | 1011100 | 0 | 111 | 100110 | 101010 | 110001 | 11000 | 101111 |
Color Harmonies of #958B5C
Complementary color
Monochromatic Colors of #958B5C
Black with #958B5C
Text Example
Text Example
White with #958B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B5C; }
p { color: rgb(149,139,92); }
H1.HeaderClassName
{
color: #958B5C;
}
.AnyTagClassName
{
color: #958B5C;
}
</style>
background-color css
<style>
a { background-color: #958B5C; }
a { background-color: rgb(149,139,92); }
div.DivClassName
{
background-color: #958B5C;
}
.BgClassName
{
background-color: #958B5C;
}
</style>
border-color css
<style>
span { border-color: #958B5C; }
span { border-color: rgb(149,139,92); }
td.TdClassName
{
border-color: #958B5C;
}
.TagClassName
{
border-color: #958B5C;
}
</style>