Shades of Granite Green #8D8561
Tints of Granite Green #8D8561
RGB
CMYK
RGB Variations
Color information
#8D8561 (or 0x8D8561) is known color: Granite Green. HEX triplet: 8D, 85 and 61. RGB value is (141,133,97). Sum of RGB (Red+Green+Blue) = 141+133+97=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8561 is #727A9E. Grayscale: #838383. Windows color (decimal): -7502495 or 6391181. OLE color: 6391181.
HSL color Cylindrical-coordinate representation of color #8D8561: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D8561 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 97 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.45 |
| HSL | 49.09º | 0.18% | 0.47% | - |
| HSV(B) | 49.09º | 0.31% | 0.55% | - |
| XYZ | 21.53 | 23.3 | 14.67 | - |
| YUV | 131.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 97 | 0 | 0.06 | 0.31 | 0.45 | 49.09 | 0.18 | 0.47 |
| Hex | 8D | 85 | 61 | 0 | 6 | 1F | 2D | 31 | 12 | 2F |
| Octal | 215 | 205 | 141 | 0 | 6 | 37 | 55 | 61 | 22 | 57 |
| Binary | 10001101 | 10000101 | 1100001 | 0 | 110 | 11111 | 101101 | 110001 | 10010 | 101111 |
Color Harmonies of #8D8561
Complementary color
Monochromatic Colors of #8D8561
Black with #8D8561
Text Example
Text Example
White with #8D8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8561; }
p { color: rgb(141,133,97); }
H1.HeaderClassName
{
color: #8D8561;
}
.AnyTagClassName
{
color: #8D8561;
}
</style>
background-color css
<style>
a { background-color: #8D8561; }
a { background-color: rgb(141,133,97); }
div.DivClassName
{
background-color: #8D8561;
}
.BgClassName
{
background-color: #8D8561;
}
</style>
border-color css
<style>
span { border-color: #8D8561; }
span { border-color: rgb(141,133,97); }
td.TdClassName
{
border-color: #8D8561;
}
.TagClassName
{
border-color: #8D8561;
}
</style>