Shades of Granite Green #8C836E
Tints of Granite Green #8C836E
RGB
CMYK
RGB Variations
Color information
#8C836E (or 0x8C836E) is known color: Granite Green. HEX triplet: 8C, 83 and 6E. RGB value is (140,131,110). Sum of RGB (Red+Green+Blue) = 140+131+110=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 140 - color contains mainly: red. Hex color #8C836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C836E is #737C91. Grayscale: #838383. Windows color (decimal): -7568530 or 7242636. OLE color: 7242636.
HSL color Cylindrical-coordinate representation of color #8C836E: hue angle of 42º 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 #8C836E is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 110 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.45 |
| HSL | 42º | 0.12% | 0.49% | - |
| HSV(B) | 42º | 0.21% | 0.55% | - |
| XYZ | 21.75 | 22.93 | 18.03 | - |
| YUV | 131.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 110 | 0 | 0.06 | 0.21 | 0.45 | 42 | 0.12 | 0.49 |
| Hex | 8C | 83 | 6E | 0 | 6 | 15 | 2D | 2A | C | 31 |
| Octal | 214 | 203 | 156 | 0 | 6 | 25 | 55 | 52 | 14 | 61 |
| Binary | 10001100 | 10000011 | 1101110 | 0 | 110 | 10101 | 101101 | 101010 | 1100 | 110001 |
Color Harmonies of #8C836E
Complementary color
Monochromatic Colors of #8C836E
Black with #8C836E
Text Example
Text Example
White with #8C836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C836E; }
p { color: rgb(140,131,110); }
H1.HeaderClassName
{
color: #8C836E;
}
.AnyTagClassName
{
color: #8C836E;
}
</style>
background-color css
<style>
a { background-color: #8C836E; }
a { background-color: rgb(140,131,110); }
div.DivClassName
{
background-color: #8C836E;
}
.BgClassName
{
background-color: #8C836E;
}
</style>
border-color css
<style>
span { border-color: #8C836E; }
span { border-color: rgb(140,131,110); }
td.TdClassName
{
border-color: #8C836E;
}
.TagClassName
{
border-color: #8C836E;
}
</style>