Shades of Granite Green #8C836D
Tints of Granite Green #8C836D
RGB
CMYK
RGB Variations
Color information
#8C836D (or 0x8C836D) is known color: Granite Green. HEX triplet: 8C, 83 and 6D. RGB value is (140,131,109). Sum of RGB (Red+Green+Blue) = 140+131+109=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 140 - color contains mainly: red. Hex color #8C836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C836D is #737C92. Grayscale: #838383. Windows color (decimal): -7568531 or 7177100. OLE color: 7177100.
HSL color Cylindrical-coordinate representation of color #8C836D: hue angle of 42.58º 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 #8C836D is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 109 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.45 |
| HSL | 42.58º | 0.12% | 0.49% | - |
| HSV(B) | 42.58º | 0.22% | 0.55% | - |
| XYZ | 21.69 | 22.91 | 17.75 | - |
| YUV | 131.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 109 | 0 | 0.06 | 0.22 | 0.45 | 42.58 | 0.12 | 0.49 |
| Hex | 8C | 83 | 6D | 0 | 6 | 16 | 2D | 2B | C | 31 |
| Octal | 214 | 203 | 155 | 0 | 6 | 26 | 55 | 53 | 14 | 61 |
| Binary | 10001100 | 10000011 | 1101101 | 0 | 110 | 10110 | 101101 | 101011 | 1100 | 110001 |
Color Harmonies of #8C836D
Complementary color
Monochromatic Colors of #8C836D
Black with #8C836D
Text Example
Text Example
White with #8C836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C836D; }
p { color: rgb(140,131,109); }
H1.HeaderClassName
{
color: #8C836D;
}
.AnyTagClassName
{
color: #8C836D;
}
</style>
background-color css
<style>
a { background-color: #8C836D; }
a { background-color: rgb(140,131,109); }
div.DivClassName
{
background-color: #8C836D;
}
.BgClassName
{
background-color: #8C836D;
}
</style>
border-color css
<style>
span { border-color: #8C836D; }
span { border-color: rgb(140,131,109); }
td.TdClassName
{
border-color: #8C836D;
}
.TagClassName
{
border-color: #8C836D;
}
</style>