Shades of Granite Green #8C836C
Tints of Granite Green #8C836C
RGB
CMYK
RGB Variations
Color information
#8C836C (or 0x8C836C) is known color: Granite Green. HEX triplet: 8C, 83 and 6C. RGB value is (140,131,108). Sum of RGB (Red+Green+Blue) = 140+131+108=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C836C is #737C93. Grayscale: #838383. Windows color (decimal): -7568532 or 7111564. OLE color: 7111564.
HSL color Cylindrical-coordinate representation of color #8C836C: hue angle of 43.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C836C is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 108 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.45 |
| HSL | 43.13º | 0.13% | 0.49% | - |
| HSV(B) | 43.13º | 0.23% | 0.55% | - |
| XYZ | 21.64 | 22.89 | 17.47 | - |
| YUV | 131.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 108 | 0 | 0.06 | 0.23 | 0.45 | 43.13 | 0.13 | 0.49 |
| Hex | 8C | 83 | 6C | 0 | 6 | 17 | 2D | 2B | D | 31 |
| Octal | 214 | 203 | 154 | 0 | 6 | 27 | 55 | 53 | 15 | 61 |
| Binary | 10001100 | 10000011 | 1101100 | 0 | 110 | 10111 | 101101 | 101011 | 1101 | 110001 |
Color Harmonies of #8C836C
Complementary color
Monochromatic Colors of #8C836C
Black with #8C836C
Text Example
Text Example
White with #8C836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C836C; }
p { color: rgb(140,131,108); }
H1.HeaderClassName
{
color: #8C836C;
}
.AnyTagClassName
{
color: #8C836C;
}
</style>
background-color css
<style>
a { background-color: #8C836C; }
a { background-color: rgb(140,131,108); }
div.DivClassName
{
background-color: #8C836C;
}
.BgClassName
{
background-color: #8C836C;
}
</style>
border-color css
<style>
span { border-color: #8C836C; }
span { border-color: rgb(140,131,108); }
td.TdClassName
{
border-color: #8C836C;
}
.TagClassName
{
border-color: #8C836C;
}
</style>