Shades of Granite Green #8D7E61
Tints of Granite Green #8D7E61
RGB
CMYK
RGB Variations
Color information
#8D7E61 (or 0x8D7E61) is known color: Granite Green. HEX triplet: 8D, 7E and 61. RGB value is (141,126,97). Sum of RGB (Red+Green+Blue) = 141+126+97=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7E61 is #72819E. Grayscale: #7F7F7F. Windows color (decimal): -7504287 or 6389389. OLE color: 6389389.
HSL color Cylindrical-coordinate representation of color #8D7E61: hue angle of 39.55º 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 #8D7E61 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 126 | 97 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.45 |
| HSL | 39.55º | 0.18% | 0.47% | - |
| HSV(B) | 39.55º | 0.31% | 0.55% | - |
| XYZ | 20.6 | 21.45 | 14.36 | - |
| YUV | 127.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 126 | 97 | 0 | 0.11 | 0.31 | 0.45 | 39.55 | 0.18 | 0.47 |
| Hex | 8D | 7E | 61 | 0 | B | 1F | 2D | 28 | 12 | 2F |
| Octal | 215 | 176 | 141 | 0 | 13 | 37 | 55 | 50 | 22 | 57 |
| Binary | 10001101 | 1111110 | 1100001 | 0 | 1011 | 11111 | 101101 | 101000 | 10010 | 101111 |
Color Harmonies of #8D7E61
Complementary color
Monochromatic Colors of #8D7E61
Black with #8D7E61
Text Example
Text Example
White with #8D7E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7E61; }
p { color: rgb(141,126,97); }
H1.HeaderClassName
{
color: #8D7E61;
}
.AnyTagClassName
{
color: #8D7E61;
}
</style>
background-color css
<style>
a { background-color: #8D7E61; }
a { background-color: rgb(141,126,97); }
div.DivClassName
{
background-color: #8D7E61;
}
.BgClassName
{
background-color: #8D7E61;
}
</style>
border-color css
<style>
span { border-color: #8D7E61; }
span { border-color: rgb(141,126,97); }
td.TdClassName
{
border-color: #8D7E61;
}
.TagClassName
{
border-color: #8D7E61;
}
</style>