Shades of Granite Green #8C8260
Tints of Granite Green #8C8260
RGB
CMYK
RGB Variations
Color information
#8C8260 (or 0x8C8260) is known color: Granite Green. HEX triplet: 8C, 82 and 60. RGB value is (140,130,96). Sum of RGB (Red+Green+Blue) = 140+130+96=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8260 is #737D9F. Grayscale: #818181. Windows color (decimal): -7568800 or 6324876. OLE color: 6324876.
HSL color Cylindrical-coordinate representation of color #8C8260: hue angle of 46.36º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C8260 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 96 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.45 |
| HSL | 46.36º | 0.19% | 0.46% | - |
| HSV(B) | 46.36º | 0.31% | 0.55% | - |
| XYZ | 20.91 | 22.39 | 14.29 | - |
| YUV | 129.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 96 | 0 | 0.07 | 0.31 | 0.45 | 46.36 | 0.19 | 0.46 |
| Hex | 8C | 82 | 60 | 0 | 7 | 1F | 2D | 2E | 13 | 2E |
| Octal | 214 | 202 | 140 | 0 | 7 | 37 | 55 | 56 | 23 | 56 |
| Binary | 10001100 | 10000010 | 1100000 | 0 | 111 | 11111 | 101101 | 101110 | 10011 | 101110 |
Color Harmonies of #8C8260
Complementary color
Monochromatic Colors of #8C8260
Black with #8C8260
Text Example
Text Example
White with #8C8260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8260; }
p { color: rgb(140,130,96); }
H1.HeaderClassName
{
color: #8C8260;
}
.AnyTagClassName
{
color: #8C8260;
}
</style>
background-color css
<style>
a { background-color: #8C8260; }
a { background-color: rgb(140,130,96); }
div.DivClassName
{
background-color: #8C8260;
}
.BgClassName
{
background-color: #8C8260;
}
</style>
border-color css
<style>
span { border-color: #8C8260; }
span { border-color: rgb(140,130,96); }
td.TdClassName
{
border-color: #8C8260;
}
.TagClassName
{
border-color: #8C8260;
}
</style>