Shades of Granite Green #988C60
Tints of Granite Green #988C60
RGB
CMYK
RGB Variations
Color information
#988C60 (or 0x988C60) is known color: Granite Green. HEX triplet: 98, 8C and 60. RGB value is (152,140,96). Sum of RGB (Red+Green+Blue) = 152+140+96=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #988C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C60 is #67739F. Grayscale: #8A8A8A. Windows color (decimal): -6779808 or 6327448. OLE color: 6327448.
HSL color Cylindrical-coordinate representation of color #988C60: hue angle of 47.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #988C60 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 96 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.40 |
| HSL | 47.14º | 0.23% | 0.49% | - |
| HSV(B) | 47.14º | 0.37% | 0.6% | - |
| XYZ | 24.44 | 26.28 | 14.85 | - |
| YUV | 138.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 96 | 0 | 0.08 | 0.37 | 0.40 | 47.14 | 0.23 | 0.49 |
| Hex | 98 | 8C | 60 | 0 | 8 | 25 | 28 | 2F | 17 | 31 |
| Octal | 230 | 214 | 140 | 0 | 10 | 45 | 50 | 57 | 27 | 61 |
| Binary | 10011000 | 10001100 | 1100000 | 0 | 1000 | 100101 | 101000 | 101111 | 10111 | 110001 |
Color Harmonies of #988C60
Complementary color
Monochromatic Colors of #988C60
Black with #988C60
Text Example
Text Example
White with #988C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C60; }
p { color: rgb(152,140,96); }
H1.HeaderClassName
{
color: #988C60;
}
.AnyTagClassName
{
color: #988C60;
}
</style>
background-color css
<style>
a { background-color: #988C60; }
a { background-color: rgb(152,140,96); }
div.DivClassName
{
background-color: #988C60;
}
.BgClassName
{
background-color: #988C60;
}
</style>
border-color css
<style>
span { border-color: #988C60; }
span { border-color: rgb(152,140,96); }
td.TdClassName
{
border-color: #988C60;
}
.TagClassName
{
border-color: #988C60;
}
</style>