Shades of Avocado #8D9B63
Tints of Avocado #8D9B63
RGB
CMYK
RGB Variations
Color information
#8D9B63 (or 0x8D9B63) is known color: Avocado. HEX triplet: 8D, 9B and 63. RGB value is (141,155,99). Sum of RGB (Red+Green+Blue) = 141+155+99=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 155 - color contains mainly: green. Hex color #8D9B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9B63 is #72649C. Grayscale: #909090. Windows color (decimal): -7496861 or 6527885. OLE color: 6527885.
HSL color Cylindrical-coordinate representation of color #8D9B63: hue angle of 75º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D9B63 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 155 | 99 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.39 |
| HSL | 75º | 0.22% | 0.5% | - |
| HSV(B) | 75º | 0.36% | 0.61% | - |
| XYZ | 24.96 | 30.01 | 16.28 | - |
| YUV | 144.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 155 | 99 | 0.09 | 0 | 0.36 | 0.39 | 75 | 0.22 | 0.5 |
| Hex | 8D | 9B | 63 | 9 | 0 | 24 | 27 | 4B | 16 | 32 |
| Octal | 215 | 233 | 143 | 11 | 0 | 44 | 47 | 113 | 26 | 62 |
| Binary | 10001101 | 10011011 | 1100011 | 1001 | 0 | 100100 | 100111 | 1001011 | 10110 | 110010 |
Color Harmonies of #8D9B63
Complementary color
Monochromatic Colors of #8D9B63
Black with #8D9B63
Text Example
Text Example
White with #8D9B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9B63; }
p { color: rgb(141,155,99); }
H1.HeaderClassName
{
color: #8D9B63;
}
.AnyTagClassName
{
color: #8D9B63;
}
</style>
background-color css
<style>
a { background-color: #8D9B63; }
a { background-color: rgb(141,155,99); }
div.DivClassName
{
background-color: #8D9B63;
}
.BgClassName
{
background-color: #8D9B63;
}
</style>
border-color css
<style>
span { border-color: #8D9B63; }
span { border-color: rgb(141,155,99); }
td.TdClassName
{
border-color: #8D9B63;
}
.TagClassName
{
border-color: #8D9B63;
}
</style>