Shades of Avocado #8A9557
Tints of Avocado #8A9557
RGB
CMYK
RGB Variations
Color information
#8A9557 (or 0x8A9557) is known color: Avocado. HEX triplet: 8A, 95 and 57. RGB value is (138,149,87). Sum of RGB (Red+Green+Blue) = 138+149+87=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9557 is #756AA8. Grayscale: #8A8A8A. Windows color (decimal): -7695017 or 5739914. OLE color: 5739914.
HSL color Cylindrical-coordinate representation of color #8A9557: hue angle of 70.65º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9557 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 87 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.42 |
| HSL | 70.65º | 0.26% | 0.46% | - |
| HSV(B) | 70.65º | 0.42% | 0.58% | - |
| XYZ | 22.95 | 27.59 | 13.13 | - |
| YUV | 138.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 87 | 0.07 | 0 | 0.42 | 0.42 | 70.65 | 0.26 | 0.46 |
| Hex | 8A | 95 | 57 | 7 | 0 | 2A | 2A | 47 | 1A | 2E |
| Octal | 212 | 225 | 127 | 7 | 0 | 52 | 52 | 107 | 32 | 56 |
| Binary | 10001010 | 10010101 | 1010111 | 111 | 0 | 101010 | 101010 | 1000111 | 11010 | 101110 |
Color Harmonies of #8A9557
Complementary color
Monochromatic Colors of #8A9557
Black with #8A9557
Text Example
Text Example
White with #8A9557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9557; }
p { color: rgb(138,149,87); }
H1.HeaderClassName
{
color: #8A9557;
}
.AnyTagClassName
{
color: #8A9557;
}
</style>
background-color css
<style>
a { background-color: #8A9557; }
a { background-color: rgb(138,149,87); }
div.DivClassName
{
background-color: #8A9557;
}
.BgClassName
{
background-color: #8A9557;
}
</style>
border-color css
<style>
span { border-color: #8A9557; }
span { border-color: rgb(138,149,87); }
td.TdClassName
{
border-color: #8A9557;
}
.TagClassName
{
border-color: #8A9557;
}
</style>