Shades of Granite Green #8D8062
Tints of Granite Green #8D8062
RGB
CMYK
RGB Variations
Color information
#8D8062 (or 0x8D8062) is known color: Granite Green. HEX triplet: 8D, 80 and 62. RGB value is (141,128,98). Sum of RGB (Red+Green+Blue) = 141+128+98=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8062 is #727F9D. Grayscale: #808080. Windows color (decimal): -7503774 or 6455437. OLE color: 6455437.
HSL color Cylindrical-coordinate representation of color #8D8062: hue angle of 41.86º 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 #8D8062 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 98 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.45 |
| HSL | 41.86º | 0.18% | 0.47% | - |
| HSV(B) | 41.86º | 0.3% | 0.55% | - |
| XYZ | 20.91 | 21.98 | 14.7 | - |
| YUV | 128.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 98 | 0 | 0.09 | 0.30 | 0.45 | 41.86 | 0.18 | 0.47 |
| Hex | 8D | 80 | 62 | 0 | 9 | 1E | 2D | 2A | 12 | 2F |
| Octal | 215 | 200 | 142 | 0 | 11 | 36 | 55 | 52 | 22 | 57 |
| Binary | 10001101 | 10000000 | 1100010 | 0 | 1001 | 11110 | 101101 | 101010 | 10010 | 101111 |
Color Harmonies of #8D8062
Complementary color
Monochromatic Colors of #8D8062
Black with #8D8062
Text Example
Text Example
White with #8D8062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8062; }
p { color: rgb(141,128,98); }
H1.HeaderClassName
{
color: #8D8062;
}
.AnyTagClassName
{
color: #8D8062;
}
</style>
background-color css
<style>
a { background-color: #8D8062; }
a { background-color: rgb(141,128,98); }
div.DivClassName
{
background-color: #8D8062;
}
.BgClassName
{
background-color: #8D8062;
}
</style>
border-color css
<style>
span { border-color: #8D8062; }
span { border-color: rgb(141,128,98); }
td.TdClassName
{
border-color: #8D8062;
}
.TagClassName
{
border-color: #8D8062;
}
</style>