Shades of Avocado #8A9456
Tints of Avocado #8A9456
RGB
CMYK
RGB Variations
Color information
#8A9456 (or 0x8A9456) is known color: Avocado. HEX triplet: 8A, 94 and 56. RGB value is (138,148,86). Sum of RGB (Red+Green+Blue) = 138+148+86=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9456 is #756BA9. Grayscale: #8A8A8A. Windows color (decimal): -7695274 or 5674122. OLE color: 5674122.
HSL color Cylindrical-coordinate representation of color #8A9456: hue angle of 69.68º 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 #8A9456 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 86 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.42 |
| HSL | 69.68º | 0.26% | 0.46% | - |
| HSV(B) | 69.68º | 0.42% | 0.58% | - |
| XYZ | 22.75 | 27.25 | 12.87 | - |
| YUV | 137.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 86 | 0.07 | 0 | 0.42 | 0.42 | 69.68 | 0.26 | 0.46 |
| Hex | 8A | 94 | 56 | 7 | 0 | 2A | 2A | 46 | 1A | 2E |
| Octal | 212 | 224 | 126 | 7 | 0 | 52 | 52 | 106 | 32 | 56 |
| Binary | 10001010 | 10010100 | 1010110 | 111 | 0 | 101010 | 101010 | 1000110 | 11010 | 101110 |
Color Harmonies of #8A9456
Complementary color
Monochromatic Colors of #8A9456
Black with #8A9456
Text Example
Text Example
White with #8A9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9456; }
p { color: rgb(138,148,86); }
H1.HeaderClassName
{
color: #8A9456;
}
.AnyTagClassName
{
color: #8A9456;
}
</style>
background-color css
<style>
a { background-color: #8A9456; }
a { background-color: rgb(138,148,86); }
div.DivClassName
{
background-color: #8A9456;
}
.BgClassName
{
background-color: #8A9456;
}
</style>
border-color css
<style>
span { border-color: #8A9456; }
span { border-color: rgb(138,148,86); }
td.TdClassName
{
border-color: #8A9456;
}
.TagClassName
{
border-color: #8A9456;
}
</style>