Shades of Granite Green #8C8466
Tints of Granite Green #8C8466
RGB
CMYK
RGB Variations
Color information
#8C8466 (or 0x8C8466) is known color: Granite Green. HEX triplet: 8C, 84 and 66. RGB value is (140,132,102). Sum of RGB (Red+Green+Blue) = 140+132+102=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8466 is #737B99. Grayscale: #838383. Windows color (decimal): -7568282 or 6718604. OLE color: 6718604.
HSL color Cylindrical-coordinate representation of color #8C8466: hue angle of 47.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C8466 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 102 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.45 |
| HSL | 47.37º | 0.16% | 0.47% | - |
| HSV(B) | 47.37º | 0.27% | 0.55% | - |
| XYZ | 21.46 | 23.04 | 15.89 | - |
| YUV | 130.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 102 | 0 | 0.06 | 0.27 | 0.45 | 47.37 | 0.16 | 0.47 |
| Hex | 8C | 84 | 66 | 0 | 6 | 1B | 2D | 2F | 10 | 2F |
| Octal | 214 | 204 | 146 | 0 | 6 | 33 | 55 | 57 | 20 | 57 |
| Binary | 10001100 | 10000100 | 1100110 | 0 | 110 | 11011 | 101101 | 101111 | 10000 | 101111 |
Color Harmonies of #8C8466
Complementary color
Monochromatic Colors of #8C8466
Black with #8C8466
Text Example
Text Example
White with #8C8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8466; }
p { color: rgb(140,132,102); }
H1.HeaderClassName
{
color: #8C8466;
}
.AnyTagClassName
{
color: #8C8466;
}
</style>
background-color css
<style>
a { background-color: #8C8466; }
a { background-color: rgb(140,132,102); }
div.DivClassName
{
background-color: #8C8466;
}
.BgClassName
{
background-color: #8C8466;
}
</style>
border-color css
<style>
span { border-color: #8C8466; }
span { border-color: rgb(140,132,102); }
td.TdClassName
{
border-color: #8C8466;
}
.TagClassName
{
border-color: #8C8466;
}
</style>