Shades of Granite Green #8D8360
Tints of Granite Green #8D8360
RGB
CMYK
RGB Variations
Color information
#8D8360 (or 0x8D8360) is known color: Granite Green. HEX triplet: 8D, 83 and 60. RGB value is (141,131,96). Sum of RGB (Red+Green+Blue) = 141+131+96=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8360 is #727C9F. Grayscale: #828282. Windows color (decimal): -7503008 or 6325133. OLE color: 6325133.
HSL color Cylindrical-coordinate representation of color #8D8360: hue angle of 46.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D8360 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 96 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.45 |
| HSL | 46.67º | 0.19% | 0.46% | - |
| HSV(B) | 46.67º | 0.32% | 0.55% | - |
| XYZ | 21.21 | 22.74 | 14.34 | - |
| YUV | 130 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 96 | 0 | 0.07 | 0.32 | 0.45 | 46.67 | 0.19 | 0.46 |
| Hex | 8D | 83 | 60 | 0 | 7 | 20 | 2D | 2F | 13 | 2E |
| Octal | 215 | 203 | 140 | 0 | 7 | 40 | 55 | 57 | 23 | 56 |
| Binary | 10001101 | 10000011 | 1100000 | 0 | 111 | 100000 | 101101 | 101111 | 10011 | 101110 |
Color Harmonies of #8D8360
Complementary color
Monochromatic Colors of #8D8360
Black with #8D8360
Text Example
Text Example
White with #8D8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8360; }
p { color: rgb(141,131,96); }
H1.HeaderClassName
{
color: #8D8360;
}
.AnyTagClassName
{
color: #8D8360;
}
</style>
background-color css
<style>
a { background-color: #8D8360; }
a { background-color: rgb(141,131,96); }
div.DivClassName
{
background-color: #8D8360;
}
.BgClassName
{
background-color: #8D8360;
}
</style>
border-color css
<style>
span { border-color: #8D8360; }
span { border-color: rgb(141,131,96); }
td.TdClassName
{
border-color: #8D8360;
}
.TagClassName
{
border-color: #8D8360;
}
</style>