Shades of Granite Green #8C8063
Tints of Granite Green #8C8063
RGB
CMYK
RGB Variations
Color information
#8C8063 (or 0x8C8063) is known color: Granite Green. HEX triplet: 8C, 80 and 63. RGB value is (140,128,99). Sum of RGB (Red+Green+Blue) = 140+128+99=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8063 is #737F9C. Grayscale: #808080. Windows color (decimal): -7569309 or 6520972. OLE color: 6520972.
HSL color Cylindrical-coordinate representation of color #8C8063: hue angle of 42.44º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C8063 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 99 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.45 |
| HSL | 42.44º | 0.17% | 0.47% | - |
| HSV(B) | 42.44º | 0.29% | 0.55% | - |
| XYZ | 20.79 | 21.91 | 14.94 | - |
| YUV | 128.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 99 | 0 | 0.09 | 0.29 | 0.45 | 42.44 | 0.17 | 0.47 |
| Hex | 8C | 80 | 63 | 0 | 9 | 1D | 2D | 2A | 11 | 2F |
| Octal | 214 | 200 | 143 | 0 | 11 | 35 | 55 | 52 | 21 | 57 |
| Binary | 10001100 | 10000000 | 1100011 | 0 | 1001 | 11101 | 101101 | 101010 | 10001 | 101111 |
Color Harmonies of #8C8063
Complementary color
Monochromatic Colors of #8C8063
Black with #8C8063
Text Example
Text Example
White with #8C8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8063; }
p { color: rgb(140,128,99); }
H1.HeaderClassName
{
color: #8C8063;
}
.AnyTagClassName
{
color: #8C8063;
}
</style>
background-color css
<style>
a { background-color: #8C8063; }
a { background-color: rgb(140,128,99); }
div.DivClassName
{
background-color: #8C8063;
}
.BgClassName
{
background-color: #8C8063;
}
</style>
border-color css
<style>
span { border-color: #8C8063; }
span { border-color: rgb(140,128,99); }
td.TdClassName
{
border-color: #8C8063;
}
.TagClassName
{
border-color: #8C8063;
}
</style>