Shades of Granite Green #978862
Tints of Granite Green #978862
RGB
CMYK
RGB Variations
Color information
#978862 (or 0x978862) is known color: Granite Green. HEX triplet: 97, 88 and 62. RGB value is (151,136,98). Sum of RGB (Red+Green+Blue) = 151+136+98=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 151 - color contains mainly: red. Hex color #978862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978862 is #68779D. Grayscale: #888888. Windows color (decimal): -6846366 or 6457495. OLE color: 6457495.
HSL color Cylindrical-coordinate representation of color #978862: hue angle of 43.02º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #978862 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 136 | 98 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.41 |
| HSL | 43.02º | 0.21% | 0.49% | - |
| HSV(B) | 43.02º | 0.35% | 0.59% | - |
| XYZ | 23.77 | 25.07 | 15.14 | - |
| YUV | 136.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 98 | 0 | 0.10 | 0.35 | 0.41 | 43.02 | 0.21 | 0.49 |
| Hex | 97 | 88 | 62 | 0 | A | 23 | 29 | 2B | 15 | 31 |
| Octal | 227 | 210 | 142 | 0 | 12 | 43 | 51 | 53 | 25 | 61 |
| Binary | 10010111 | 10001000 | 1100010 | 0 | 1010 | 100011 | 101001 | 101011 | 10101 | 110001 |
Color Harmonies of #978862
Complementary color
Monochromatic Colors of #978862
Black with #978862
Text Example
Text Example
White with #978862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978862; }
p { color: rgb(151,136,98); }
H1.HeaderClassName
{
color: #978862;
}
.AnyTagClassName
{
color: #978862;
}
</style>
background-color css
<style>
a { background-color: #978862; }
a { background-color: rgb(151,136,98); }
div.DivClassName
{
background-color: #978862;
}
.BgClassName
{
background-color: #978862;
}
</style>
border-color css
<style>
span { border-color: #978862; }
span { border-color: rgb(151,136,98); }
td.TdClassName
{
border-color: #978862;
}
.TagClassName
{
border-color: #978862;
}
</style>