Shades of Granite Green #8D7D62
Tints of Granite Green #8D7D62
RGB
CMYK
RGB Variations
Color information
#8D7D62 (or 0x8D7D62) is known color: Granite Green. HEX triplet: 8D, 7D and 62. RGB value is (141,125,98). Sum of RGB (Red+Green+Blue) = 141+125+98=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7D62 is #72829D. Grayscale: #7E7E7E. Windows color (decimal): -7504542 or 6454669. OLE color: 6454669.
HSL color Cylindrical-coordinate representation of color #8D7D62: hue angle of 37.67º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D7D62 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 125 | 98 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.45 |
| HSL | 37.67º | 0.18% | 0.47% | - |
| HSV(B) | 37.67º | 0.3% | 0.55% | - |
| XYZ | 20.52 | 21.21 | 14.57 | - |
| YUV | 126.71 | 111.8 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 98 | 0 | 0.11 | 0.30 | 0.45 | 37.67 | 0.18 | 0.47 |
| Hex | 8D | 7D | 62 | 0 | B | 1E | 2D | 26 | 12 | 2F |
| Octal | 215 | 175 | 142 | 0 | 13 | 36 | 55 | 46 | 22 | 57 |
| Binary | 10001101 | 1111101 | 1100010 | 0 | 1011 | 11110 | 101101 | 100110 | 10010 | 101111 |
Color Harmonies of #8D7D62
Complementary color
Monochromatic Colors of #8D7D62
Black with #8D7D62
Text Example
Text Example
White with #8D7D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7D62; }
p { color: rgb(141,125,98); }
H1.HeaderClassName
{
color: #8D7D62;
}
.AnyTagClassName
{
color: #8D7D62;
}
</style>
background-color css
<style>
a { background-color: #8D7D62; }
a { background-color: rgb(141,125,98); }
div.DivClassName
{
background-color: #8D7D62;
}
.BgClassName
{
background-color: #8D7D62;
}
</style>
border-color css
<style>
span { border-color: #8D7D62; }
span { border-color: rgb(141,125,98); }
td.TdClassName
{
border-color: #8D7D62;
}
.TagClassName
{
border-color: #8D7D62;
}
</style>