Shades of Granite Green #958A60
Tints of Granite Green #958A60
RGB
CMYK
RGB Variations
Color information
#958A60 (or 0x958A60) is known color: Granite Green. HEX triplet: 95, 8A and 60. RGB value is (149,138,96). Sum of RGB (Red+Green+Blue) = 149+138+96=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A60 is #6A759F. Grayscale: #888888. Windows color (decimal): -6976928 or 6326933. OLE color: 6326933.
HSL color Cylindrical-coordinate representation of color #958A60: hue angle of 47.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958A60 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 96 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.42 |
| HSL | 47.55º | 0.22% | 0.48% | - |
| HSV(B) | 47.55º | 0.36% | 0.58% | - |
| XYZ | 23.59 | 25.41 | 14.73 | - |
| YUV | 136.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 96 | 0 | 0.07 | 0.36 | 0.42 | 47.55 | 0.22 | 0.48 |
| Hex | 95 | 8A | 60 | 0 | 7 | 24 | 2A | 30 | 16 | 30 |
| Octal | 225 | 212 | 140 | 0 | 7 | 44 | 52 | 60 | 26 | 60 |
| Binary | 10010101 | 10001010 | 1100000 | 0 | 111 | 100100 | 101010 | 110000 | 10110 | 110000 |
Color Harmonies of #958A60
Complementary color
Monochromatic Colors of #958A60
Black with #958A60
Text Example
Text Example
White with #958A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A60; }
p { color: rgb(149,138,96); }
H1.HeaderClassName
{
color: #958A60;
}
.AnyTagClassName
{
color: #958A60;
}
</style>
background-color css
<style>
a { background-color: #958A60; }
a { background-color: rgb(149,138,96); }
div.DivClassName
{
background-color: #958A60;
}
.BgClassName
{
background-color: #958A60;
}
</style>
border-color css
<style>
span { border-color: #958A60; }
span { border-color: rgb(149,138,96); }
td.TdClassName
{
border-color: #958A60;
}
.TagClassName
{
border-color: #958A60;
}
</style>