Shades of Avocado #8A965A
Tints of Avocado #8A965A
RGB
CMYK
RGB Variations
Color information
#8A965A (or 0x8A965A) is known color: Avocado. HEX triplet: 8A, 96 and 5A. RGB value is (138,150,90). Sum of RGB (Red+Green+Blue) = 138+150+90=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #8A965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A965A is #7569A5. Grayscale: #8B8B8B. Windows color (decimal): -7694758 or 5936778. OLE color: 5936778.
HSL color Cylindrical-coordinate representation of color #8A965A: hue angle of 72º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A965A is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 90 | - |
| CMYK | 0.08 | 0 | 0.4 | 0.41 |
| HSL | 72º | 0.25% | 0.47% | - |
| HSV(B) | 72º | 0.4% | 0.59% | - |
| XYZ | 23.23 | 27.95 | 13.84 | - |
| YUV | 139.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 90 | 0.08 | 0 | 0.4 | 0.41 | 72 | 0.25 | 0.47 |
| Hex | 8A | 96 | 5A | 8 | 0 | 28 | 29 | 48 | 19 | 2F |
| Octal | 212 | 226 | 132 | 10 | 0 | 50 | 51 | 110 | 31 | 57 |
| Binary | 10001010 | 10010110 | 1011010 | 1000 | 0 | 101000 | 101001 | 1001000 | 11001 | 101111 |
Color Harmonies of #8A965A
Complementary color
Monochromatic Colors of #8A965A
Black with #8A965A
Text Example
Text Example
White with #8A965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A965A; }
p { color: rgb(138,150,90); }
H1.HeaderClassName
{
color: #8A965A;
}
.AnyTagClassName
{
color: #8A965A;
}
</style>
background-color css
<style>
a { background-color: #8A965A; }
a { background-color: rgb(138,150,90); }
div.DivClassName
{
background-color: #8A965A;
}
.BgClassName
{
background-color: #8A965A;
}
</style>
border-color css
<style>
span { border-color: #8A965A; }
span { border-color: rgb(138,150,90); }
td.TdClassName
{
border-color: #8A965A;
}
.TagClassName
{
border-color: #8A965A;
}
</style>