Shades of Avocado #8B9860
Tints of Avocado #8B9860
RGB
CMYK
RGB Variations
Color information
#8B9860 (or 0x8B9860) is known color: Avocado. HEX triplet: 8B, 98 and 60. RGB value is (139,152,96). Sum of RGB (Red+Green+Blue) = 139+152+96=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9860 is #74679F. Grayscale: #8D8D8D. Windows color (decimal): -7628704 or 6330507. OLE color: 6330507.
HSL color Cylindrical-coordinate representation of color #8B9860: hue angle of 73.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B9860 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 96 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.40 |
| HSL | 73.93º | 0.23% | 0.49% | - |
| HSV(B) | 73.93º | 0.37% | 0.6% | - |
| XYZ | 23.99 | 28.79 | 15.36 | - |
| YUV | 141.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 96 | 0.09 | 0 | 0.37 | 0.40 | 73.93 | 0.23 | 0.49 |
| Hex | 8B | 98 | 60 | 9 | 0 | 25 | 28 | 4A | 17 | 31 |
| Octal | 213 | 230 | 140 | 11 | 0 | 45 | 50 | 112 | 27 | 61 |
| Binary | 10001011 | 10011000 | 1100000 | 1001 | 0 | 100101 | 101000 | 1001010 | 10111 | 110001 |
Color Harmonies of #8B9860
Complementary color
Monochromatic Colors of #8B9860
Black with #8B9860
Text Example
Text Example
White with #8B9860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9860; }
p { color: rgb(139,152,96); }
H1.HeaderClassName
{
color: #8B9860;
}
.AnyTagClassName
{
color: #8B9860;
}
</style>
background-color css
<style>
a { background-color: #8B9860; }
a { background-color: rgb(139,152,96); }
div.DivClassName
{
background-color: #8B9860;
}
.BgClassName
{
background-color: #8B9860;
}
</style>
border-color css
<style>
span { border-color: #8B9860; }
span { border-color: rgb(139,152,96); }
td.TdClassName
{
border-color: #8B9860;
}
.TagClassName
{
border-color: #8B9860;
}
</style>