Shades of Granite Green #8C8064
Tints of Granite Green #8C8064
RGB
CMYK
RGB Variations
Color information
#8C8064 (or 0x8C8064) is known color: Granite Green. HEX triplet: 8C, 80 and 64. RGB value is (140,128,100). Sum of RGB (Red+Green+Blue) = 140+128+100=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8064 is #737F9B. Grayscale: #808080. Windows color (decimal): -7569308 or 6586508. OLE color: 6586508.
HSL color Cylindrical-coordinate representation of color #8C8064: hue angle of 42º 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 #8C8064 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 100 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.45 |
| HSL | 42º | 0.17% | 0.47% | - |
| HSV(B) | 42º | 0.29% | 0.55% | - |
| XYZ | 20.83 | 21.93 | 15.19 | - |
| YUV | 128.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 100 | 0 | 0.09 | 0.29 | 0.45 | 42 | 0.17 | 0.47 |
| Hex | 8C | 80 | 64 | 0 | 9 | 1D | 2D | 2A | 11 | 2F |
| Octal | 214 | 200 | 144 | 0 | 11 | 35 | 55 | 52 | 21 | 57 |
| Binary | 10001100 | 10000000 | 1100100 | 0 | 1001 | 11101 | 101101 | 101010 | 10001 | 101111 |
Color Harmonies of #8C8064
Complementary color
Monochromatic Colors of #8C8064
Black with #8C8064
Text Example
Text Example
White with #8C8064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8064; }
p { color: rgb(140,128,100); }
H1.HeaderClassName
{
color: #8C8064;
}
.AnyTagClassName
{
color: #8C8064;
}
</style>
background-color css
<style>
a { background-color: #8C8064; }
a { background-color: rgb(140,128,100); }
div.DivClassName
{
background-color: #8C8064;
}
.BgClassName
{
background-color: #8C8064;
}
</style>
border-color css
<style>
span { border-color: #8C8064; }
span { border-color: rgb(140,128,100); }
td.TdClassName
{
border-color: #8C8064;
}
.TagClassName
{
border-color: #8C8064;
}
</style>