Shades of Granite Green #989059
Tints of Granite Green #989059
RGB
CMYK
RGB Variations
Color information
#989059 (or 0x989059) is known color: Granite Green. HEX triplet: 98, 90 and 59. RGB value is (152,144,89). Sum of RGB (Red+Green+Blue) = 152+144+89=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #989059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989059 is #676FA6. Grayscale: #8C8C8C. Windows color (decimal): -6778791 or 5869720. OLE color: 5869720.
HSL color Cylindrical-coordinate representation of color #989059: hue angle of 52.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #989059 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 89 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.40 |
| HSL | 52.38º | 0.26% | 0.47% | - |
| HSV(B) | 52.38º | 0.41% | 0.6% | - |
| XYZ | 24.73 | 27.34 | 13.43 | - |
| YUV | 140.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 89 | 0 | 0.05 | 0.41 | 0.40 | 52.38 | 0.26 | 0.47 |
| Hex | 98 | 90 | 59 | 0 | 5 | 29 | 28 | 34 | 1A | 2F |
| Octal | 230 | 220 | 131 | 0 | 5 | 51 | 50 | 64 | 32 | 57 |
| Binary | 10011000 | 10010000 | 1011001 | 0 | 101 | 101001 | 101000 | 110100 | 11010 | 101111 |
Color Harmonies of #989059
Complementary color
Monochromatic Colors of #989059
Black with #989059
Text Example
Text Example
White with #989059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989059; }
p { color: rgb(152,144,89); }
H1.HeaderClassName
{
color: #989059;
}
.AnyTagClassName
{
color: #989059;
}
</style>
background-color css
<style>
a { background-color: #989059; }
a { background-color: rgb(152,144,89); }
div.DivClassName
{
background-color: #989059;
}
.BgClassName
{
background-color: #989059;
}
</style>
border-color css
<style>
span { border-color: #989059; }
span { border-color: rgb(152,144,89); }
td.TdClassName
{
border-color: #989059;
}
.TagClassName
{
border-color: #989059;
}
</style>