Shades of Granite Green #958965
Tints of Granite Green #958965
RGB
CMYK
RGB Variations
Color information
#958965 (or 0x958965) is known color: Granite Green. HEX triplet: 95, 89 and 65. RGB value is (149,137,101). Sum of RGB (Red+Green+Blue) = 149+137+101=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #958965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958965 is #6A769A. Grayscale: #888888. Windows color (decimal): -6977179 or 6654357. OLE color: 6654357.
HSL color Cylindrical-coordinate representation of color #958965: hue angle of 45º 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 #958965 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 101 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.42 |
| HSL | 45º | 0.19% | 0.49% | - |
| HSV(B) | 45º | 0.32% | 0.58% | - |
| XYZ | 23.69 | 25.22 | 15.93 | - |
| YUV | 136.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 101 | 0 | 0.08 | 0.32 | 0.42 | 45 | 0.19 | 0.49 |
| Hex | 95 | 89 | 65 | 0 | 8 | 20 | 2A | 2D | 13 | 31 |
| Octal | 225 | 211 | 145 | 0 | 10 | 40 | 52 | 55 | 23 | 61 |
| Binary | 10010101 | 10001001 | 1100101 | 0 | 1000 | 100000 | 101010 | 101101 | 10011 | 110001 |
Color Harmonies of #958965
Complementary color
Monochromatic Colors of #958965
Black with #958965
Text Example
Text Example
White with #958965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958965; }
p { color: rgb(149,137,101); }
H1.HeaderClassName
{
color: #958965;
}
.AnyTagClassName
{
color: #958965;
}
</style>
background-color css
<style>
a { background-color: #958965; }
a { background-color: rgb(149,137,101); }
div.DivClassName
{
background-color: #958965;
}
.BgClassName
{
background-color: #958965;
}
</style>
border-color css
<style>
span { border-color: #958965; }
span { border-color: rgb(149,137,101); }
td.TdClassName
{
border-color: #958965;
}
.TagClassName
{
border-color: #958965;
}
</style>