Shades of Granite Green #8C846D
Tints of Granite Green #8C846D
RGB
CMYK
RGB Variations
Color information
#8C846D (or 0x8C846D) is known color: Granite Green. HEX triplet: 8C, 84 and 6D. RGB value is (140,132,109). Sum of RGB (Red+Green+Blue) = 140+132+109=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 140 - color contains mainly: red. Hex color #8C846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C846D is #737B92. Grayscale: #838383. Windows color (decimal): -7568275 or 7177356. OLE color: 7177356.
HSL color Cylindrical-coordinate representation of color #8C846D: hue angle of 44.52º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C846D is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 109 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.45 |
| HSL | 44.52º | 0.12% | 0.49% | - |
| HSV(B) | 44.52º | 0.22% | 0.55% | - |
| XYZ | 21.83 | 23.18 | 17.79 | - |
| YUV | 131.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 109 | 0 | 0.06 | 0.22 | 0.45 | 44.52 | 0.12 | 0.49 |
| Hex | 8C | 84 | 6D | 0 | 6 | 16 | 2D | 2D | C | 31 |
| Octal | 214 | 204 | 155 | 0 | 6 | 26 | 55 | 55 | 14 | 61 |
| Binary | 10001100 | 10000100 | 1101101 | 0 | 110 | 10110 | 101101 | 101101 | 1100 | 110001 |
Color Harmonies of #8C846D
Complementary color
Monochromatic Colors of #8C846D
Black with #8C846D
Text Example
Text Example
White with #8C846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C846D; }
p { color: rgb(140,132,109); }
H1.HeaderClassName
{
color: #8C846D;
}
.AnyTagClassName
{
color: #8C846D;
}
</style>
background-color css
<style>
a { background-color: #8C846D; }
a { background-color: rgb(140,132,109); }
div.DivClassName
{
background-color: #8C846D;
}
.BgClassName
{
background-color: #8C846D;
}
</style>
border-color css
<style>
span { border-color: #8C846D; }
span { border-color: rgb(140,132,109); }
td.TdClassName
{
border-color: #8C846D;
}
.TagClassName
{
border-color: #8C846D;
}
</style>