Shades of Granite Green #8C855E
Tints of Granite Green #8C855E
RGB
CMYK
RGB Variations
Color information
#8C855E (or 0x8C855E) is known color: Granite Green. HEX triplet: 8C, 85 and 5E. RGB value is (140,133,94). Sum of RGB (Red+Green+Blue) = 140+133+94=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 140 - color contains mainly: red. Hex color #8C855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C855E is #737AA1. Grayscale: #828282. Windows color (decimal): -7568034 or 6194572. OLE color: 6194572.
HSL color Cylindrical-coordinate representation of color #8C855E: hue angle of 50.87º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C855E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 94 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.45 |
| HSL | 50.87º | 0.2% | 0.46% | - |
| HSV(B) | 50.87º | 0.33% | 0.55% | - |
| XYZ | 21.22 | 23.16 | 13.94 | - |
| YUV | 130.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 94 | 0 | 0.05 | 0.33 | 0.45 | 50.87 | 0.2 | 0.46 |
| Hex | 8C | 85 | 5E | 0 | 5 | 21 | 2D | 33 | 14 | 2E |
| Octal | 214 | 205 | 136 | 0 | 5 | 41 | 55 | 63 | 24 | 56 |
| Binary | 10001100 | 10000101 | 1011110 | 0 | 101 | 100001 | 101101 | 110011 | 10100 | 101110 |
Color Harmonies of #8C855E
Complementary color
Monochromatic Colors of #8C855E
Black with #8C855E
Text Example
Text Example
White with #8C855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C855E; }
p { color: rgb(140,133,94); }
H1.HeaderClassName
{
color: #8C855E;
}
.AnyTagClassName
{
color: #8C855E;
}
</style>
background-color css
<style>
a { background-color: #8C855E; }
a { background-color: rgb(140,133,94); }
div.DivClassName
{
background-color: #8C855E;
}
.BgClassName
{
background-color: #8C855E;
}
</style>
border-color css
<style>
span { border-color: #8C855E; }
span { border-color: rgb(140,133,94); }
td.TdClassName
{
border-color: #8C855E;
}
.TagClassName
{
border-color: #8C855E;
}
</style>