Shades of Granite Green #8C846F
Tints of Granite Green #8C846F
RGB
CMYK
RGB Variations
Color information
#8C846F (or 0x8C846F) is known color: Granite Green. HEX triplet: 8C, 84 and 6F. RGB value is (140,132,111). Sum of RGB (Red+Green+Blue) = 140+132+111=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C846F is #737B90. Grayscale: #848484. Windows color (decimal): -7568273 or 7308428. OLE color: 7308428.
HSL color Cylindrical-coordinate representation of color #8C846F: hue angle of 43.45º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C846F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 111 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.45 |
| HSL | 43.45º | 0.12% | 0.49% | - |
| HSV(B) | 43.45º | 0.21% | 0.55% | - |
| XYZ | 21.94 | 23.23 | 18.37 | - |
| YUV | 132 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 111 | 0 | 0.06 | 0.21 | 0.45 | 43.45 | 0.12 | 0.49 |
| Hex | 8C | 84 | 6F | 0 | 6 | 15 | 2D | 2B | C | 31 |
| Octal | 214 | 204 | 157 | 0 | 6 | 25 | 55 | 53 | 14 | 61 |
| Binary | 10001100 | 10000100 | 1101111 | 0 | 110 | 10101 | 101101 | 101011 | 1100 | 110001 |
Color Harmonies of #8C846F
Complementary color
Monochromatic Colors of #8C846F
Black with #8C846F
Text Example
Text Example
White with #8C846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C846F; }
p { color: rgb(140,132,111); }
H1.HeaderClassName
{
color: #8C846F;
}
.AnyTagClassName
{
color: #8C846F;
}
</style>
background-color css
<style>
a { background-color: #8C846F; }
a { background-color: rgb(140,132,111); }
div.DivClassName
{
background-color: #8C846F;
}
.BgClassName
{
background-color: #8C846F;
}
</style>
border-color css
<style>
span { border-color: #8C846F; }
span { border-color: rgb(140,132,111); }
td.TdClassName
{
border-color: #8C846F;
}
.TagClassName
{
border-color: #8C846F;
}
</style>