Shades of Avocado #8A975A
Tints of Avocado #8A975A
RGB
CMYK
RGB Variations
Color information
#8A975A (or 0x8A975A) is known color: Avocado. HEX triplet: 8A, 97 and 5A. RGB value is (138,151,90). Sum of RGB (Red+Green+Blue) = 138+151+90=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #8A975A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A975A is #7568A5. Grayscale: #8C8C8C. Windows color (decimal): -7694502 or 5937034. OLE color: 5937034.
HSL color Cylindrical-coordinate representation of color #8A975A: hue angle of 72.79º 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 #8A975A is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 151 | 90 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.41 |
| HSL | 72.79º | 0.25% | 0.47% | - |
| HSV(B) | 72.79º | 0.4% | 0.59% | - |
| XYZ | 23.39 | 28.27 | 13.9 | - |
| YUV | 140.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 151 | 90 | 0.09 | 0 | 0.40 | 0.41 | 72.79 | 0.25 | 0.47 |
| Hex | 8A | 97 | 5A | 9 | 0 | 28 | 29 | 49 | 19 | 2F |
| Octal | 212 | 227 | 132 | 11 | 0 | 50 | 51 | 111 | 31 | 57 |
| Binary | 10001010 | 10010111 | 1011010 | 1001 | 0 | 101000 | 101001 | 1001001 | 11001 | 101111 |
Color Harmonies of #8A975A
Complementary color
Monochromatic Colors of #8A975A
Black with #8A975A
Text Example
Text Example
White with #8A975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A975A; }
p { color: rgb(138,151,90); }
H1.HeaderClassName
{
color: #8A975A;
}
.AnyTagClassName
{
color: #8A975A;
}
</style>
background-color css
<style>
a { background-color: #8A975A; }
a { background-color: rgb(138,151,90); }
div.DivClassName
{
background-color: #8A975A;
}
.BgClassName
{
background-color: #8A975A;
}
</style>
border-color css
<style>
span { border-color: #8A975A; }
span { border-color: rgb(138,151,90); }
td.TdClassName
{
border-color: #8A975A;
}
.TagClassName
{
border-color: #8A975A;
}
</style>