Shades of Avocado #8D9B62
Tints of Avocado #8D9B62
RGB
CMYK
RGB Variations
Color information
#8D9B62 (or 0x8D9B62) is known color: Avocado. HEX triplet: 8D, 9B and 62. RGB value is (141,155,98). Sum of RGB (Red+Green+Blue) = 141+155+98=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B62 is #72649D. Grayscale: #909090. Windows color (decimal): -7496862 or 6462349. OLE color: 6462349.
HSL color Cylindrical-coordinate representation of color #8D9B62: hue angle of 74.74º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D9B62 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 155 | 98 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.39 |
| HSL | 74.74º | 0.23% | 0.5% | - |
| HSV(B) | 74.74º | 0.37% | 0.61% | - |
| XYZ | 24.91 | 29.99 | 16.03 | - |
| YUV | 144.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 98 | 0.09 | 0 | 0.37 | 0.39 | 74.74 | 0.23 | 0.5 |
| Hex | 8D | 9B | 62 | 9 | 0 | 25 | 27 | 4B | 17 | 32 |
| Octal | 215 | 233 | 142 | 11 | 0 | 45 | 47 | 113 | 27 | 62 |
| Binary | 10001101 | 10011011 | 1100010 | 1001 | 0 | 100101 | 100111 | 1001011 | 10111 | 110010 |
Color Harmonies of #8D9B62
Complementary color
Monochromatic Colors of #8D9B62
Black with #8D9B62
Text Example
Text Example
White with #8D9B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9B62; }
p { color: rgb(141,155,98); }
H1.HeaderClassName
{
color: #8D9B62;
}
.AnyTagClassName
{
color: #8D9B62;
}
</style>
background-color css
<style>
a { background-color: #8D9B62; }
a { background-color: rgb(141,155,98); }
div.DivClassName
{
background-color: #8D9B62;
}
.BgClassName
{
background-color: #8D9B62;
}
</style>
border-color css
<style>
span { border-color: #8D9B62; }
span { border-color: rgb(141,155,98); }
td.TdClassName
{
border-color: #8D9B62;
}
.TagClassName
{
border-color: #8D9B62;
}
</style>