Shades of Granite Green #988B63
Tints of Granite Green #988B63
RGB
CMYK
RGB Variations
Color information
#988B63 (or 0x988B63) is known color: Granite Green. HEX triplet: 98, 8B and 63. RGB value is (152,139,99). Sum of RGB (Red+Green+Blue) = 152+139+99=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #988B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B63 is #67749C. Grayscale: #8A8A8A. Windows color (decimal): -6780061 or 6523800. OLE color: 6523800.
HSL color Cylindrical-coordinate representation of color #988B63: hue angle of 45.28º 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 #988B63 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 139 | 99 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.40 |
| HSL | 45.28º | 0.21% | 0.49% | - |
| HSV(B) | 45.28º | 0.35% | 0.6% | - |
| XYZ | 24.43 | 26.04 | 15.54 | - |
| YUV | 138.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 99 | 0 | 0.09 | 0.35 | 0.40 | 45.28 | 0.21 | 0.49 |
| Hex | 98 | 8B | 63 | 0 | 9 | 23 | 28 | 2D | 15 | 31 |
| Octal | 230 | 213 | 143 | 0 | 11 | 43 | 50 | 55 | 25 | 61 |
| Binary | 10011000 | 10001011 | 1100011 | 0 | 1001 | 100011 | 101000 | 101101 | 10101 | 110001 |
Color Harmonies of #988B63
Complementary color
Monochromatic Colors of #988B63
Black with #988B63
Text Example
Text Example
White with #988B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B63; }
p { color: rgb(152,139,99); }
H1.HeaderClassName
{
color: #988B63;
}
.AnyTagClassName
{
color: #988B63;
}
</style>
background-color css
<style>
a { background-color: #988B63; }
a { background-color: rgb(152,139,99); }
div.DivClassName
{
background-color: #988B63;
}
.BgClassName
{
background-color: #988B63;
}
</style>
border-color css
<style>
span { border-color: #988B63; }
span { border-color: rgb(152,139,99); }
td.TdClassName
{
border-color: #988B63;
}
.TagClassName
{
border-color: #988B63;
}
</style>