Shades of Granite Green #958B65
Tints of Granite Green #958B65
RGB
CMYK
RGB Variations
Color information
#958B65 (or 0x958B65) is known color: Granite Green. HEX triplet: 95, 8B and 65. RGB value is (149,139,101). Sum of RGB (Red+Green+Blue) = 149+139+101=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #958B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B65 is #6A749A. Grayscale: #898989. Windows color (decimal): -6976667 or 6654869. OLE color: 6654869.
HSL color Cylindrical-coordinate representation of color #958B65: hue angle of 47.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958B65 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 139 | 101 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.42 |
| HSL | 47.5º | 0.19% | 0.49% | - |
| HSV(B) | 47.5º | 0.32% | 0.58% | - |
| XYZ | 23.98 | 25.79 | 16.03 | - |
| YUV | 137.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 139 | 101 | 0 | 0.07 | 0.32 | 0.42 | 47.5 | 0.19 | 0.49 |
| Hex | 95 | 8B | 65 | 0 | 7 | 20 | 2A | 30 | 13 | 31 |
| Octal | 225 | 213 | 145 | 0 | 7 | 40 | 52 | 60 | 23 | 61 |
| Binary | 10010101 | 10001011 | 1100101 | 0 | 111 | 100000 | 101010 | 110000 | 10011 | 110001 |
Color Harmonies of #958B65
Complementary color
Monochromatic Colors of #958B65
Black with #958B65
Text Example
Text Example
White with #958B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958B65; }
p { color: rgb(149,139,101); }
H1.HeaderClassName
{
color: #958B65;
}
.AnyTagClassName
{
color: #958B65;
}
</style>
background-color css
<style>
a { background-color: #958B65; }
a { background-color: rgb(149,139,101); }
div.DivClassName
{
background-color: #958B65;
}
.BgClassName
{
background-color: #958B65;
}
</style>
border-color css
<style>
span { border-color: #958B65; }
span { border-color: rgb(149,139,101); }
td.TdClassName
{
border-color: #958B65;
}
.TagClassName
{
border-color: #958B65;
}
</style>