Shades of Granite Green #978563
Tints of Granite Green #978563
RGB
CMYK
RGB Variations
Color information
#978563 (or 0x978563) is known color: Granite Green. HEX triplet: 97, 85 and 63. RGB value is (151,133,99). Sum of RGB (Red+Green+Blue) = 151+133+99=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #978563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978563 is #687A9C. Grayscale: #868686. Windows color (decimal): -6847133 or 6522263. OLE color: 6522263.
HSL color Cylindrical-coordinate representation of color #978563: hue angle of 39.23º 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 #978563 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 133 | 99 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.41 |
| HSL | 39.23º | 0.21% | 0.49% | - |
| HSV(B) | 39.23º | 0.34% | 0.59% | - |
| XYZ | 23.4 | 24.26 | 15.25 | - |
| YUV | 134.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 99 | 0 | 0.12 | 0.34 | 0.41 | 39.23 | 0.21 | 0.49 |
| Hex | 97 | 85 | 63 | 0 | C | 22 | 29 | 27 | 15 | 31 |
| Octal | 227 | 205 | 143 | 0 | 14 | 42 | 51 | 47 | 25 | 61 |
| Binary | 10010111 | 10000101 | 1100011 | 0 | 1100 | 100010 | 101001 | 100111 | 10101 | 110001 |
Color Harmonies of #978563
Complementary color
Monochromatic Colors of #978563
Black with #978563
Text Example
Text Example
White with #978563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978563; }
p { color: rgb(151,133,99); }
H1.HeaderClassName
{
color: #978563;
}
.AnyTagClassName
{
color: #978563;
}
</style>
background-color css
<style>
a { background-color: #978563; }
a { background-color: rgb(151,133,99); }
div.DivClassName
{
background-color: #978563;
}
.BgClassName
{
background-color: #978563;
}
</style>
border-color css
<style>
span { border-color: #978563; }
span { border-color: rgb(151,133,99); }
td.TdClassName
{
border-color: #978563;
}
.TagClassName
{
border-color: #978563;
}
</style>