Shades of Avocado #8A935F
Tints of Avocado #8A935F
RGB
CMYK
RGB Variations
Color information
#8A935F (or 0x8A935F) is known color: Avocado. HEX triplet: 8A, 93 and 5F. RGB value is (138,147,95). Sum of RGB (Red+Green+Blue) = 138+147+95=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #8A935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A935F is #756CA0. Grayscale: #8A8A8A. Windows color (decimal): -7695521 or 6263690. OLE color: 6263690.
HSL color Cylindrical-coordinate representation of color #8A935F: hue angle of 70.38º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A935F is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 95 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.42 |
| HSL | 70.38º | 0.21% | 0.47% | - |
| HSV(B) | 70.38º | 0.35% | 0.58% | - |
| XYZ | 22.98 | 27.1 | 14.85 | - |
| YUV | 138.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 95 | 0.06 | 0 | 0.35 | 0.42 | 70.38 | 0.21 | 0.47 |
| Hex | 8A | 93 | 5F | 6 | 0 | 23 | 2A | 46 | 15 | 2F |
| Octal | 212 | 223 | 137 | 6 | 0 | 43 | 52 | 106 | 25 | 57 |
| Binary | 10001010 | 10010011 | 1011111 | 110 | 0 | 100011 | 101010 | 1000110 | 10101 | 101111 |
Color Harmonies of #8A935F
Complementary color
Monochromatic Colors of #8A935F
Black with #8A935F
Text Example
Text Example
White with #8A935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A935F; }
p { color: rgb(138,147,95); }
H1.HeaderClassName
{
color: #8A935F;
}
.AnyTagClassName
{
color: #8A935F;
}
</style>
background-color css
<style>
a { background-color: #8A935F; }
a { background-color: rgb(138,147,95); }
div.DivClassName
{
background-color: #8A935F;
}
.BgClassName
{
background-color: #8A935F;
}
</style>
border-color css
<style>
span { border-color: #8A935F; }
span { border-color: rgb(138,147,95); }
td.TdClassName
{
border-color: #8A935F;
}
.TagClassName
{
border-color: #8A935F;
}
</style>