Shades of Avocado #8F9355
Tints of Avocado #8F9355
RGB
CMYK
RGB Variations
Color information
#8F9355 (or 0x8F9355) is known color: Avocado. HEX triplet: 8F, 93 and 55. RGB value is (143,147,85). Sum of RGB (Red+Green+Blue) = 143+147+85=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9355 is #706CAA. Grayscale: #8A8A8A. Windows color (decimal): -7367851 or 5608335. OLE color: 5608335.
HSL color Cylindrical-coordinate representation of color #8F9355: hue angle of 63.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F9355 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 85 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.42 |
| HSL | 63.87º | 0.27% | 0.45% | - |
| HSV(B) | 63.87º | 0.42% | 0.58% | - |
| XYZ | 23.4 | 27.36 | 12.64 | - |
| YUV | 138.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 85 | 0.03 | 0 | 0.42 | 0.42 | 63.87 | 0.27 | 0.45 |
| Hex | 8F | 93 | 55 | 3 | 0 | 2A | 2A | 40 | 1B | 2D |
| Octal | 217 | 223 | 125 | 3 | 0 | 52 | 52 | 100 | 33 | 55 |
| Binary | 10001111 | 10010011 | 1010101 | 11 | 0 | 101010 | 101010 | 1000000 | 11011 | 101101 |
Color Harmonies of #8F9355
Complementary color
Monochromatic Colors of #8F9355
Black with #8F9355
Text Example
Text Example
White with #8F9355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9355; }
p { color: rgb(143,147,85); }
H1.HeaderClassName
{
color: #8F9355;
}
.AnyTagClassName
{
color: #8F9355;
}
</style>
background-color css
<style>
a { background-color: #8F9355; }
a { background-color: rgb(143,147,85); }
div.DivClassName
{
background-color: #8F9355;
}
.BgClassName
{
background-color: #8F9355;
}
</style>
border-color css
<style>
span { border-color: #8F9355; }
span { border-color: rgb(143,147,85); }
td.TdClassName
{
border-color: #8F9355;
}
.TagClassName
{
border-color: #8F9355;
}
</style>