Shades of Avocado #8A9664
Tints of Avocado #8A9664
RGB
CMYK
RGB Variations
Color information
#8A9664 (or 0x8A9664) is known color: Avocado. HEX triplet: 8A, 96 and 64. RGB value is (138,150,100). Sum of RGB (Red+Green+Blue) = 138+150+100=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #8A9664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9664 is #75699B. Grayscale: #8C8C8C. Windows color (decimal): -7694748 or 6592138. OLE color: 6592138.
HSL color Cylindrical-coordinate representation of color #8A9664: hue angle of 74.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9664 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 100 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.41 |
| HSL | 74.4º | 0.2% | 0.49% | - |
| HSV(B) | 74.4º | 0.33% | 0.59% | - |
| XYZ | 23.69 | 28.14 | 16.24 | - |
| YUV | 140.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 100 | 0.08 | 0 | 0.33 | 0.41 | 74.4 | 0.2 | 0.49 |
| Hex | 8A | 96 | 64 | 8 | 0 | 21 | 29 | 4A | 14 | 31 |
| Octal | 212 | 226 | 144 | 10 | 0 | 41 | 51 | 112 | 24 | 61 |
| Binary | 10001010 | 10010110 | 1100100 | 1000 | 0 | 100001 | 101001 | 1001010 | 10100 | 110001 |
Color Harmonies of #8A9664
Complementary color
Monochromatic Colors of #8A9664
Black with #8A9664
Text Example
Text Example
White with #8A9664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9664; }
p { color: rgb(138,150,100); }
H1.HeaderClassName
{
color: #8A9664;
}
.AnyTagClassName
{
color: #8A9664;
}
</style>
background-color css
<style>
a { background-color: #8A9664; }
a { background-color: rgb(138,150,100); }
div.DivClassName
{
background-color: #8A9664;
}
.BgClassName
{
background-color: #8A9664;
}
</style>
border-color css
<style>
span { border-color: #8A9664; }
span { border-color: rgb(138,150,100); }
td.TdClassName
{
border-color: #8A9664;
}
.TagClassName
{
border-color: #8A9664;
}
</style>