Shades of Granite Green #978863
Tints of Granite Green #978863
RGB
CMYK
RGB Variations
Color information
#978863 (or 0x978863) is known color: Granite Green. HEX triplet: 97, 88 and 63. RGB value is (151,136,99). Sum of RGB (Red+Green+Blue) = 151+136+99=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #978863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978863 is #68779C. Grayscale: #888888. Windows color (decimal): -6846365 or 6523031. OLE color: 6523031.
HSL color Cylindrical-coordinate representation of color #978863: hue angle of 42.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978863 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 136 | 99 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.41 |
| HSL | 42.69º | 0.21% | 0.49% | - |
| HSV(B) | 42.69º | 0.34% | 0.59% | - |
| XYZ | 23.82 | 25.09 | 15.39 | - |
| YUV | 136.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 99 | 0 | 0.10 | 0.34 | 0.41 | 42.69 | 0.21 | 0.49 |
| Hex | 97 | 88 | 63 | 0 | A | 22 | 29 | 2B | 15 | 31 |
| Octal | 227 | 210 | 143 | 0 | 12 | 42 | 51 | 53 | 25 | 61 |
| Binary | 10010111 | 10001000 | 1100011 | 0 | 1010 | 100010 | 101001 | 101011 | 10101 | 110001 |
Color Harmonies of #978863
Complementary color
Monochromatic Colors of #978863
Black with #978863
Text Example
Text Example
White with #978863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978863; }
p { color: rgb(151,136,99); }
H1.HeaderClassName
{
color: #978863;
}
.AnyTagClassName
{
color: #978863;
}
</style>
background-color css
<style>
a { background-color: #978863; }
a { background-color: rgb(151,136,99); }
div.DivClassName
{
background-color: #978863;
}
.BgClassName
{
background-color: #978863;
}
</style>
border-color css
<style>
span { border-color: #978863; }
span { border-color: rgb(151,136,99); }
td.TdClassName
{
border-color: #978863;
}
.TagClassName
{
border-color: #978863;
}
</style>