Shades of Granite Green #8D805F
Tints of Granite Green #8D805F
RGB
CMYK
RGB Variations
Color information
#8D805F (or 0x8D805F) is known color: Granite Green. HEX triplet: 8D, 80 and 5F. RGB value is (141,128,95). Sum of RGB (Red+Green+Blue) = 141+128+95=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D805F is #727FA0. Grayscale: #808080. Windows color (decimal): -7503777 or 6258829. OLE color: 6258829.
HSL color Cylindrical-coordinate representation of color #8D805F: hue angle of 43.04º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D805F is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 95 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.45 |
| HSL | 43.04º | 0.19% | 0.46% | - |
| HSV(B) | 43.04º | 0.33% | 0.55% | - |
| XYZ | 20.77 | 21.93 | 13.96 | - |
| YUV | 128.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 95 | 0 | 0.09 | 0.33 | 0.45 | 43.04 | 0.19 | 0.46 |
| Hex | 8D | 80 | 5F | 0 | 9 | 21 | 2D | 2B | 13 | 2E |
| Octal | 215 | 200 | 137 | 0 | 11 | 41 | 55 | 53 | 23 | 56 |
| Binary | 10001101 | 10000000 | 1011111 | 0 | 1001 | 100001 | 101101 | 101011 | 10011 | 101110 |
Color Harmonies of #8D805F
Complementary color
Monochromatic Colors of #8D805F
Black with #8D805F
Text Example
Text Example
White with #8D805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D805F; }
p { color: rgb(141,128,95); }
H1.HeaderClassName
{
color: #8D805F;
}
.AnyTagClassName
{
color: #8D805F;
}
</style>
background-color css
<style>
a { background-color: #8D805F; }
a { background-color: rgb(141,128,95); }
div.DivClassName
{
background-color: #8D805F;
}
.BgClassName
{
background-color: #8D805F;
}
</style>
border-color css
<style>
span { border-color: #8D805F; }
span { border-color: rgb(141,128,95); }
td.TdClassName
{
border-color: #8D805F;
}
.TagClassName
{
border-color: #8D805F;
}
</style>