Shades of Avocado #8F9263
Tints of Avocado #8F9263
RGB
CMYK
RGB Variations
Color information
#8F9263 (or 0x8F9263) is known color: Avocado. HEX triplet: 8F, 92 and 63. RGB value is (143,146,99). Sum of RGB (Red+Green+Blue) = 143+146+99=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9263 is #706D9C. Grayscale: #8B8B8B. Windows color (decimal): -7368093 or 6525583. OLE color: 6525583.
HSL color Cylindrical-coordinate representation of color #8F9263: hue angle of 63.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F9263 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 99 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.43 |
| HSL | 63.83º | 0.19% | 0.48% | - |
| HSV(B) | 63.83º | 0.32% | 0.57% | - |
| XYZ | 23.86 | 27.3 | 15.82 | - |
| YUV | 139.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 99 | 0.02 | 0 | 0.32 | 0.43 | 63.83 | 0.19 | 0.48 |
| Hex | 8F | 92 | 63 | 2 | 0 | 20 | 2B | 40 | 13 | 30 |
| Octal | 217 | 222 | 143 | 2 | 0 | 40 | 53 | 100 | 23 | 60 |
| Binary | 10001111 | 10010010 | 1100011 | 10 | 0 | 100000 | 101011 | 1000000 | 10011 | 110000 |
Color Harmonies of #8F9263
Complementary color
Monochromatic Colors of #8F9263
Black with #8F9263
Text Example
Text Example
White with #8F9263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9263; }
p { color: rgb(143,146,99); }
H1.HeaderClassName
{
color: #8F9263;
}
.AnyTagClassName
{
color: #8F9263;
}
</style>
background-color css
<style>
a { background-color: #8F9263; }
a { background-color: rgb(143,146,99); }
div.DivClassName
{
background-color: #8F9263;
}
.BgClassName
{
background-color: #8F9263;
}
</style>
border-color css
<style>
span { border-color: #8F9263; }
span { border-color: rgb(143,146,99); }
td.TdClassName
{
border-color: #8F9263;
}
.TagClassName
{
border-color: #8F9263;
}
</style>