Shades of Avocado #8A9762
Tints of Avocado #8A9762
RGB
CMYK
RGB Variations
Color information
#8A9762 (or 0x8A9762) is known color: Avocado. HEX triplet: 8A, 97 and 62. RGB value is (138,151,98). Sum of RGB (Red+Green+Blue) = 138+151+98=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #8A9762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9762 is #75689D. Grayscale: #8D8D8D. Windows color (decimal): -7694494 or 6461322. OLE color: 6461322.
HSL color Cylindrical-coordinate representation of color #8A9762: hue angle of 74.72º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A9762 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 151 | 98 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.41 |
| HSL | 74.72º | 0.21% | 0.49% | - |
| HSV(B) | 74.72º | 0.35% | 0.59% | - |
| XYZ | 23.75 | 28.42 | 15.79 | - |
| YUV | 141.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 98 | 0.09 | 0 | 0.35 | 0.41 | 74.72 | 0.21 | 0.49 |
| Hex | 8A | 97 | 62 | 9 | 0 | 23 | 29 | 4B | 15 | 31 |
| Octal | 212 | 227 | 142 | 11 | 0 | 43 | 51 | 113 | 25 | 61 |
| Binary | 10001010 | 10010111 | 1100010 | 1001 | 0 | 100011 | 101001 | 1001011 | 10101 | 110001 |
Color Harmonies of #8A9762
Complementary color
Monochromatic Colors of #8A9762
Black with #8A9762
Text Example
Text Example
White with #8A9762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9762; }
p { color: rgb(138,151,98); }
H1.HeaderClassName
{
color: #8A9762;
}
.AnyTagClassName
{
color: #8A9762;
}
</style>
background-color css
<style>
a { background-color: #8A9762; }
a { background-color: rgb(138,151,98); }
div.DivClassName
{
background-color: #8A9762;
}
.BgClassName
{
background-color: #8A9762;
}
</style>
border-color css
<style>
span { border-color: #8A9762; }
span { border-color: rgb(138,151,98); }
td.TdClassName
{
border-color: #8A9762;
}
.TagClassName
{
border-color: #8A9762;
}
</style>