Shades of Avocado #879462
Tints of Avocado #879462
RGB
CMYK
RGB Variations
Color information
#879462 (or 0x879462) is known color: Avocado. HEX triplet: 87, 94 and 62. RGB value is (135,148,98). Sum of RGB (Red+Green+Blue) = 135+148+98=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #879462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879462 is #786B9D. Grayscale: #8A8A8A. Windows color (decimal): -7891870 or 6460551. OLE color: 6460551.
HSL color Cylindrical-coordinate representation of color #879462: hue angle of 75.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #879462 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 135 | 148 | 98 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.42 |
| HSL | 75.6º | 0.2% | 0.48% | - |
| HSV(B) | 75.6º | 0.34% | 0.58% | - |
| XYZ | 22.79 | 27.21 | 15.61 | - |
| YUV | 138.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 148 | 98 | 0.09 | 0 | 0.34 | 0.42 | 75.6 | 0.2 | 0.48 |
| Hex | 87 | 94 | 62 | 9 | 0 | 22 | 2A | 4C | 14 | 30 |
| Octal | 207 | 224 | 142 | 11 | 0 | 42 | 52 | 114 | 24 | 60 |
| Binary | 10000111 | 10010100 | 1100010 | 1001 | 0 | 100010 | 101010 | 1001100 | 10100 | 110000 |
Color Harmonies of #879462
Complementary color
Monochromatic Colors of #879462
Black with #879462
Text Example
Text Example
White with #879462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879462; }
p { color: rgb(135,148,98); }
H1.HeaderClassName
{
color: #879462;
}
.AnyTagClassName
{
color: #879462;
}
</style>
background-color css
<style>
a { background-color: #879462; }
a { background-color: rgb(135,148,98); }
div.DivClassName
{
background-color: #879462;
}
.BgClassName
{
background-color: #879462;
}
</style>
border-color css
<style>
span { border-color: #879462; }
span { border-color: rgb(135,148,98); }
td.TdClassName
{
border-color: #879462;
}
.TagClassName
{
border-color: #879462;
}
</style>