Shades of Granite Green #958869
Tints of Granite Green #958869
RGB
CMYK
RGB Variations
Color information
#958869 (or 0x958869) is known color: Granite Green. HEX triplet: 95, 88 and 69. RGB value is (149,136,105). Sum of RGB (Red+Green+Blue) = 149+136+105=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #958869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958869 is #6A7796. Grayscale: #888888. Windows color (decimal): -6977431 or 6916245. OLE color: 6916245.
HSL color Cylindrical-coordinate representation of color #958869: hue angle of 42.27º 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 #958869 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 105 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.42 |
| HSL | 42.27º | 0.17% | 0.5% | - |
| HSV(B) | 42.27º | 0.3% | 0.58% | - |
| XYZ | 23.75 | 25.02 | 16.94 | - |
| YUV | 136.35 | 110.31 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 105 | 0 | 0.09 | 0.30 | 0.42 | 42.27 | 0.17 | 0.5 |
| Hex | 95 | 88 | 69 | 0 | 9 | 1E | 2A | 2A | 11 | 32 |
| Octal | 225 | 210 | 151 | 0 | 11 | 36 | 52 | 52 | 21 | 62 |
| Binary | 10010101 | 10001000 | 1101001 | 0 | 1001 | 11110 | 101010 | 101010 | 10001 | 110010 |
Color Harmonies of #958869
Complementary color
Monochromatic Colors of #958869
Black with #958869
Text Example
Text Example
White with #958869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958869; }
p { color: rgb(149,136,105); }
H1.HeaderClassName
{
color: #958869;
}
.AnyTagClassName
{
color: #958869;
}
</style>
background-color css
<style>
a { background-color: #958869; }
a { background-color: rgb(149,136,105); }
div.DivClassName
{
background-color: #958869;
}
.BgClassName
{
background-color: #958869;
}
</style>
border-color css
<style>
span { border-color: #958869; }
span { border-color: rgb(149,136,105); }
td.TdClassName
{
border-color: #958869;
}
.TagClassName
{
border-color: #958869;
}
</style>