Shades of Granite Green #958D5D
Tints of Granite Green #958D5D
RGB
CMYK
RGB Variations
Color information
#958D5D (or 0x958D5D) is known color: Granite Green. HEX triplet: 95, 8D and 5D. RGB value is (149,141,93). Sum of RGB (Red+Green+Blue) = 149+141+93=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D5D is #6A72A2. Grayscale: #8A8A8A. Windows color (decimal): -6976163 or 6131093. OLE color: 6131093.
HSL color Cylindrical-coordinate representation of color #958D5D: hue angle of 51.43º 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 #958D5D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 93 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.42 |
| HSL | 51.43º | 0.23% | 0.47% | - |
| HSV(B) | 51.43º | 0.38% | 0.58% | - |
| XYZ | 23.9 | 26.23 | 14.16 | - |
| YUV | 137.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 93 | 0 | 0.05 | 0.38 | 0.42 | 51.43 | 0.23 | 0.47 |
| Hex | 95 | 8D | 5D | 0 | 5 | 26 | 2A | 33 | 17 | 2F |
| Octal | 225 | 215 | 135 | 0 | 5 | 46 | 52 | 63 | 27 | 57 |
| Binary | 10010101 | 10001101 | 1011101 | 0 | 101 | 100110 | 101010 | 110011 | 10111 | 101111 |
Color Harmonies of #958D5D
Complementary color
Monochromatic Colors of #958D5D
Black with #958D5D
Text Example
Text Example
White with #958D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D5D; }
p { color: rgb(149,141,93); }
H1.HeaderClassName
{
color: #958D5D;
}
.AnyTagClassName
{
color: #958D5D;
}
</style>
background-color css
<style>
a { background-color: #958D5D; }
a { background-color: rgb(149,141,93); }
div.DivClassName
{
background-color: #958D5D;
}
.BgClassName
{
background-color: #958D5D;
}
</style>
border-color css
<style>
span { border-color: #958D5D; }
span { border-color: rgb(149,141,93); }
td.TdClassName
{
border-color: #958D5D;
}
.TagClassName
{
border-color: #958D5D;
}
</style>