Shades of Granite Green #8D836D
Tints of Granite Green #8D836D
RGB
CMYK
RGB Variations
Color information
#8D836D (or 0x8D836D) is known color: Granite Green. HEX triplet: 8D, 83 and 6D. RGB value is (141,131,109). Sum of RGB (Red+Green+Blue) = 141+131+109=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D836D is #727C92. Grayscale: #838383. Windows color (decimal): -7502995 or 7177101. OLE color: 7177101.
HSL color Cylindrical-coordinate representation of color #8D836D: hue angle of 41.25º 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 #8D836D is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 109 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.45 |
| HSL | 41.25º | 0.13% | 0.49% | - |
| HSV(B) | 41.25º | 0.23% | 0.55% | - |
| XYZ | 21.86 | 23 | 17.76 | - |
| YUV | 131.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 109 | 0 | 0.07 | 0.23 | 0.45 | 41.25 | 0.13 | 0.49 |
| Hex | 8D | 83 | 6D | 0 | 7 | 17 | 2D | 29 | D | 31 |
| Octal | 215 | 203 | 155 | 0 | 7 | 27 | 55 | 51 | 15 | 61 |
| Binary | 10001101 | 10000011 | 1101101 | 0 | 111 | 10111 | 101101 | 101001 | 1101 | 110001 |
Color Harmonies of #8D836D
Complementary color
Monochromatic Colors of #8D836D
Black with #8D836D
Text Example
Text Example
White with #8D836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D836D; }
p { color: rgb(141,131,109); }
H1.HeaderClassName
{
color: #8D836D;
}
.AnyTagClassName
{
color: #8D836D;
}
</style>
background-color css
<style>
a { background-color: #8D836D; }
a { background-color: rgb(141,131,109); }
div.DivClassName
{
background-color: #8D836D;
}
.BgClassName
{
background-color: #8D836D;
}
</style>
border-color css
<style>
span { border-color: #8D836D; }
span { border-color: rgb(141,131,109); }
td.TdClassName
{
border-color: #8D836D;
}
.TagClassName
{
border-color: #8D836D;
}
</style>