Shades of Avocado #8A9362
Tints of Avocado #8A9362
RGB
CMYK
RGB Variations
Color information
#8A9362 (or 0x8A9362) is known color: Avocado. HEX triplet: 8A, 93 and 62. RGB value is (138,147,98). Sum of RGB (Red+Green+Blue) = 138+147+98=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9362 is #756C9D. Grayscale: #8A8A8A. Windows color (decimal): -7695518 or 6460298. OLE color: 6460298.
HSL color Cylindrical-coordinate representation of color #8A9362: hue angle of 71.02º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9362 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 98 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.42 |
| HSL | 71.02º | 0.2% | 0.48% | - |
| HSV(B) | 71.02º | 0.33% | 0.58% | - |
| XYZ | 23.12 | 27.15 | 15.58 | - |
| YUV | 138.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 98 | 0.06 | 0 | 0.33 | 0.42 | 71.02 | 0.2 | 0.48 |
| Hex | 8A | 93 | 62 | 6 | 0 | 21 | 2A | 47 | 14 | 30 |
| Octal | 212 | 223 | 142 | 6 | 0 | 41 | 52 | 107 | 24 | 60 |
| Binary | 10001010 | 10010011 | 1100010 | 110 | 0 | 100001 | 101010 | 1000111 | 10100 | 110000 |
Color Harmonies of #8A9362
Complementary color
Monochromatic Colors of #8A9362
Black with #8A9362
Text Example
Text Example
White with #8A9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9362; }
p { color: rgb(138,147,98); }
H1.HeaderClassName
{
color: #8A9362;
}
.AnyTagClassName
{
color: #8A9362;
}
</style>
background-color css
<style>
a { background-color: #8A9362; }
a { background-color: rgb(138,147,98); }
div.DivClassName
{
background-color: #8A9362;
}
.BgClassName
{
background-color: #8A9362;
}
</style>
border-color css
<style>
span { border-color: #8A9362; }
span { border-color: rgb(138,147,98); }
td.TdClassName
{
border-color: #8A9362;
}
.TagClassName
{
border-color: #8A9362;
}
</style>