Shades of Granite Green #958969
Tints of Granite Green #958969
RGB
CMYK
RGB Variations
Color information
#958969 (or 0x958969) is known color: Granite Green. HEX triplet: 95, 89 and 69. RGB value is (149,137,105). Sum of RGB (Red+Green+Blue) = 149+137+105=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #958969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958969 is #6A7696. Grayscale: #898989. Windows color (decimal): -6977175 or 6916501. OLE color: 6916501.
HSL color Cylindrical-coordinate representation of color #958969: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958969 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 105 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.42 |
| HSL | 43.64º | 0.17% | 0.5% | - |
| HSV(B) | 43.64º | 0.3% | 0.58% | - |
| XYZ | 23.89 | 25.3 | 16.99 | - |
| YUV | 136.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 105 | 0 | 0.08 | 0.30 | 0.42 | 43.64 | 0.17 | 0.5 |
| Hex | 95 | 89 | 69 | 0 | 8 | 1E | 2A | 2C | 11 | 32 |
| Octal | 225 | 211 | 151 | 0 | 10 | 36 | 52 | 54 | 21 | 62 |
| Binary | 10010101 | 10001001 | 1101001 | 0 | 1000 | 11110 | 101010 | 101100 | 10001 | 110010 |
Color Harmonies of #958969
Complementary color
Monochromatic Colors of #958969
Black with #958969
Text Example
Text Example
White with #958969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958969; }
p { color: rgb(149,137,105); }
H1.HeaderClassName
{
color: #958969;
}
.AnyTagClassName
{
color: #958969;
}
</style>
background-color css
<style>
a { background-color: #958969; }
a { background-color: rgb(149,137,105); }
div.DivClassName
{
background-color: #958969;
}
.BgClassName
{
background-color: #958969;
}
</style>
border-color css
<style>
span { border-color: #958969; }
span { border-color: rgb(149,137,105); }
td.TdClassName
{
border-color: #958969;
}
.TagClassName
{
border-color: #958969;
}
</style>