Shades of Avocado #8A9469
Tints of Avocado #8A9469
RGB
CMYK
RGB Variations
Color information
#8A9469 (or 0x8A9469) is known color: Avocado. HEX triplet: 8A, 94 and 69. RGB value is (138,148,105). Sum of RGB (Red+Green+Blue) = 138+148+105=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9469 is #756B96. Grayscale: #8C8C8C. Windows color (decimal): -7695255 or 6919306. OLE color: 6919306.
HSL color Cylindrical-coordinate representation of color #8A9469: hue angle of 73.95º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A9469 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 105 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.42 |
| HSL | 73.95º | 0.17% | 0.5% | - |
| HSV(B) | 73.95º | 0.29% | 0.58% | - |
| XYZ | 23.62 | 27.6 | 17.45 | - |
| YUV | 140.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 105 | 0.07 | 0 | 0.29 | 0.42 | 73.95 | 0.17 | 0.5 |
| Hex | 8A | 94 | 69 | 7 | 0 | 1D | 2A | 4A | 11 | 32 |
| Octal | 212 | 224 | 151 | 7 | 0 | 35 | 52 | 112 | 21 | 62 |
| Binary | 10001010 | 10010100 | 1101001 | 111 | 0 | 11101 | 101010 | 1001010 | 10001 | 110010 |
Color Harmonies of #8A9469
Complementary color
Monochromatic Colors of #8A9469
Black with #8A9469
Text Example
Text Example
White with #8A9469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9469; }
p { color: rgb(138,148,105); }
H1.HeaderClassName
{
color: #8A9469;
}
.AnyTagClassName
{
color: #8A9469;
}
</style>
background-color css
<style>
a { background-color: #8A9469; }
a { background-color: rgb(138,148,105); }
div.DivClassName
{
background-color: #8A9469;
}
.BgClassName
{
background-color: #8A9469;
}
</style>
border-color css
<style>
span { border-color: #8A9469; }
span { border-color: rgb(138,148,105); }
td.TdClassName
{
border-color: #8A9469;
}
.TagClassName
{
border-color: #8A9469;
}
</style>