Shades of Granite Green #988E59
Tints of Granite Green #988E59
RGB
CMYK
RGB Variations
Color information
#988E59 (or 0x988E59) is known color: Granite Green. HEX triplet: 98, 8E and 59. RGB value is (152,142,89). Sum of RGB (Red+Green+Blue) = 152+142+89=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #988E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E59 is #6771A6. Grayscale: #8B8B8B. Windows color (decimal): -6779303 or 5869208. OLE color: 5869208.
HSL color Cylindrical-coordinate representation of color #988E59: hue angle of 50.48º 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 #988E59 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 142 | 89 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.40 |
| HSL | 50.48º | 0.26% | 0.47% | - |
| HSV(B) | 50.48º | 0.41% | 0.6% | - |
| XYZ | 24.43 | 26.74 | 13.33 | - |
| YUV | 138.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 142 | 89 | 0 | 0.07 | 0.41 | 0.40 | 50.48 | 0.26 | 0.47 |
| Hex | 98 | 8E | 59 | 0 | 7 | 29 | 28 | 32 | 1A | 2F |
| Octal | 230 | 216 | 131 | 0 | 7 | 51 | 50 | 62 | 32 | 57 |
| Binary | 10011000 | 10001110 | 1011001 | 0 | 111 | 101001 | 101000 | 110010 | 11010 | 101111 |
Color Harmonies of #988E59
Complementary color
Monochromatic Colors of #988E59
Black with #988E59
Text Example
Text Example
White with #988E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988E59; }
p { color: rgb(152,142,89); }
H1.HeaderClassName
{
color: #988E59;
}
.AnyTagClassName
{
color: #988E59;
}
</style>
background-color css
<style>
a { background-color: #988E59; }
a { background-color: rgb(152,142,89); }
div.DivClassName
{
background-color: #988E59;
}
.BgClassName
{
background-color: #988E59;
}
</style>
border-color css
<style>
span { border-color: #988E59; }
span { border-color: rgb(152,142,89); }
td.TdClassName
{
border-color: #988E59;
}
.TagClassName
{
border-color: #988E59;
}
</style>