Shades of Granite Green #8D866D
Tints of Granite Green #8D866D
RGB
CMYK
RGB Variations
Color information
#8D866D (or 0x8D866D) is known color: Granite Green. HEX triplet: 8D, 86 and 6D. RGB value is (141,134,109). Sum of RGB (Red+Green+Blue) = 141+134+109=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D866D is #727992. Grayscale: #858585. Windows color (decimal): -7502227 or 7177869. OLE color: 7177869.
HSL color Cylindrical-coordinate representation of color #8D866D: hue angle of 46.88º 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 #8D866D is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 109 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.45 |
| HSL | 46.88º | 0.13% | 0.49% | - |
| HSV(B) | 46.88º | 0.23% | 0.55% | - |
| XYZ | 22.27 | 23.82 | 17.89 | - |
| YUV | 133.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 109 | 0 | 0.05 | 0.23 | 0.45 | 46.88 | 0.13 | 0.49 |
| Hex | 8D | 86 | 6D | 0 | 5 | 17 | 2D | 2F | D | 31 |
| Octal | 215 | 206 | 155 | 0 | 5 | 27 | 55 | 57 | 15 | 61 |
| Binary | 10001101 | 10000110 | 1101101 | 0 | 101 | 10111 | 101101 | 101111 | 1101 | 110001 |
Color Harmonies of #8D866D
Complementary color
Monochromatic Colors of #8D866D
Black with #8D866D
Text Example
Text Example
White with #8D866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D866D; }
p { color: rgb(141,134,109); }
H1.HeaderClassName
{
color: #8D866D;
}
.AnyTagClassName
{
color: #8D866D;
}
</style>
background-color css
<style>
a { background-color: #8D866D; }
a { background-color: rgb(141,134,109); }
div.DivClassName
{
background-color: #8D866D;
}
.BgClassName
{
background-color: #8D866D;
}
</style>
border-color css
<style>
span { border-color: #8D866D; }
span { border-color: rgb(141,134,109); }
td.TdClassName
{
border-color: #8D866D;
}
.TagClassName
{
border-color: #8D866D;
}
</style>