Shades of Granite Green #988A63
Tints of Granite Green #988A63
RGB
CMYK
RGB Variations
Color information
#988A63 (or 0x988A63) is known color: Granite Green. HEX triplet: 98, 8A and 63. RGB value is (152,138,99). Sum of RGB (Red+Green+Blue) = 152+138+99=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #988A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A63 is #67759C. Grayscale: #898989. Windows color (decimal): -6780317 or 6523544. OLE color: 6523544.
HSL color Cylindrical-coordinate representation of color #988A63: hue angle of 44.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #988A63 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 138 | 99 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.40 |
| HSL | 44.15º | 0.21% | 0.49% | - |
| HSV(B) | 44.15º | 0.35% | 0.6% | - |
| XYZ | 24.29 | 25.75 | 15.5 | - |
| YUV | 137.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 99 | 0 | 0.09 | 0.35 | 0.40 | 44.15 | 0.21 | 0.49 |
| Hex | 98 | 8A | 63 | 0 | 9 | 23 | 28 | 2C | 15 | 31 |
| Octal | 230 | 212 | 143 | 0 | 11 | 43 | 50 | 54 | 25 | 61 |
| Binary | 10011000 | 10001010 | 1100011 | 0 | 1001 | 100011 | 101000 | 101100 | 10101 | 110001 |
Color Harmonies of #988A63
Complementary color
Monochromatic Colors of #988A63
Black with #988A63
Text Example
Text Example
White with #988A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988A63; }
p { color: rgb(152,138,99); }
H1.HeaderClassName
{
color: #988A63;
}
.AnyTagClassName
{
color: #988A63;
}
</style>
background-color css
<style>
a { background-color: #988A63; }
a { background-color: rgb(152,138,99); }
div.DivClassName
{
background-color: #988A63;
}
.BgClassName
{
background-color: #988A63;
}
</style>
border-color css
<style>
span { border-color: #988A63; }
span { border-color: rgb(152,138,99); }
td.TdClassName
{
border-color: #988A63;
}
.TagClassName
{
border-color: #988A63;
}
</style>