Shades of Granite Green #978D59
Tints of Granite Green #978D59
RGB
CMYK
RGB Variations
Color information
#978D59 (or 0x978D59) is known color: Granite Green. HEX triplet: 97, 8D and 59. RGB value is (151,141,89). Sum of RGB (Red+Green+Blue) = 151+141+89=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #978D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D59 is #6872A6. Grayscale: #8A8A8A. Windows color (decimal): -6845095 or 5868951. OLE color: 5868951.
HSL color Cylindrical-coordinate representation of color #978D59: hue angle of 50.32º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978D59 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 89 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.41 |
| HSL | 50.32º | 0.26% | 0.47% | - |
| HSV(B) | 50.32º | 0.41% | 0.59% | - |
| XYZ | 24.09 | 26.35 | 13.27 | - |
| YUV | 138.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 89 | 0 | 0.07 | 0.41 | 0.41 | 50.32 | 0.26 | 0.47 |
| Hex | 97 | 8D | 59 | 0 | 7 | 29 | 29 | 32 | 1A | 2F |
| Octal | 227 | 215 | 131 | 0 | 7 | 51 | 51 | 62 | 32 | 57 |
| Binary | 10010111 | 10001101 | 1011001 | 0 | 111 | 101001 | 101001 | 110010 | 11010 | 101111 |
Color Harmonies of #978D59
Complementary color
Monochromatic Colors of #978D59
Black with #978D59
Text Example
Text Example
White with #978D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D59; }
p { color: rgb(151,141,89); }
H1.HeaderClassName
{
color: #978D59;
}
.AnyTagClassName
{
color: #978D59;
}
</style>
background-color css
<style>
a { background-color: #978D59; }
a { background-color: rgb(151,141,89); }
div.DivClassName
{
background-color: #978D59;
}
.BgClassName
{
background-color: #978D59;
}
</style>
border-color css
<style>
span { border-color: #978D59; }
span { border-color: rgb(151,141,89); }
td.TdClassName
{
border-color: #978D59;
}
.TagClassName
{
border-color: #978D59;
}
</style>