Shades of Avocado #879460
Tints of Avocado #879460
RGB
CMYK
RGB Variations
Color information
#879460 (or 0x879460) is known color: Avocado. HEX triplet: 87, 94 and 60. RGB value is (135,148,96). Sum of RGB (Red+Green+Blue) = 135+148+96=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #879460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879460 is #786B9F. Grayscale: #8A8A8A. Windows color (decimal): -7891872 or 6329479. OLE color: 6329479.
HSL color Cylindrical-coordinate representation of color #879460: hue angle of 75º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #879460 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 96 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.42 |
| HSL | 75º | 0.21% | 0.48% | - |
| HSV(B) | 75º | 0.35% | 0.58% | - |
| XYZ | 22.69 | 27.18 | 15.12 | - |
| YUV | 138.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 96 | 0.09 | 0 | 0.35 | 0.42 | 75 | 0.21 | 0.48 |
| Hex | 87 | 94 | 60 | 9 | 0 | 23 | 2A | 4B | 15 | 30 |
| Octal | 207 | 224 | 140 | 11 | 0 | 43 | 52 | 113 | 25 | 60 |
| Binary | 10000111 | 10010100 | 1100000 | 1001 | 0 | 100011 | 101010 | 1001011 | 10101 | 110000 |
Color Harmonies of #879460
Complementary color
Monochromatic Colors of #879460
Black with #879460
Text Example
Text Example
White with #879460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879460; }
p { color: rgb(135,148,96); }
H1.HeaderClassName
{
color: #879460;
}
.AnyTagClassName
{
color: #879460;
}
</style>
background-color css
<style>
a { background-color: #879460; }
a { background-color: rgb(135,148,96); }
div.DivClassName
{
background-color: #879460;
}
.BgClassName
{
background-color: #879460;
}
</style>
border-color css
<style>
span { border-color: #879460; }
span { border-color: rgb(135,148,96); }
td.TdClassName
{
border-color: #879460;
}
.TagClassName
{
border-color: #879460;
}
</style>