Shades of Granite Green #8C836F
Tints of Granite Green #8C836F
RGB
CMYK
RGB Variations
Color information
#8C836F (or 0x8C836F) is known color: Granite Green. HEX triplet: 8C, 83 and 6F. RGB value is (140,131,111). Sum of RGB (Red+Green+Blue) = 140+131+111=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C836F is #737C90. Grayscale: #838383. Windows color (decimal): -7568529 or 7308172. OLE color: 7308172.
HSL color Cylindrical-coordinate representation of color #8C836F: hue angle of 41.38º 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 #8C836F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 111 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.45 |
| HSL | 41.38º | 0.12% | 0.49% | - |
| HSV(B) | 41.38º | 0.21% | 0.55% | - |
| XYZ | 21.8 | 22.96 | 18.32 | - |
| YUV | 131.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 111 | 0 | 0.06 | 0.21 | 0.45 | 41.38 | 0.12 | 0.49 |
| Hex | 8C | 83 | 6F | 0 | 6 | 15 | 2D | 29 | C | 31 |
| Octal | 214 | 203 | 157 | 0 | 6 | 25 | 55 | 51 | 14 | 61 |
| Binary | 10001100 | 10000011 | 1101111 | 0 | 110 | 10101 | 101101 | 101001 | 1100 | 110001 |
Color Harmonies of #8C836F
Complementary color
Monochromatic Colors of #8C836F
Black with #8C836F
Text Example
Text Example
White with #8C836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C836F; }
p { color: rgb(140,131,111); }
H1.HeaderClassName
{
color: #8C836F;
}
.AnyTagClassName
{
color: #8C836F;
}
</style>
background-color css
<style>
a { background-color: #8C836F; }
a { background-color: rgb(140,131,111); }
div.DivClassName
{
background-color: #8C836F;
}
.BgClassName
{
background-color: #8C836F;
}
</style>
border-color css
<style>
span { border-color: #8C836F; }
span { border-color: rgb(140,131,111); }
td.TdClassName
{
border-color: #8C836F;
}
.TagClassName
{
border-color: #8C836F;
}
</style>