Shades of Avocado #8F9262
Tints of Avocado #8F9262
RGB
CMYK
RGB Variations
Color information
#8F9262 (or 0x8F9262) is known color: Avocado. HEX triplet: 8F, 92 and 62. RGB value is (143,146,98). Sum of RGB (Red+Green+Blue) = 143+146+98=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9262 is #706D9D. Grayscale: #8B8B8B. Windows color (decimal): -7368094 or 6460047. OLE color: 6460047.
HSL color Cylindrical-coordinate representation of color #8F9262: hue angle of 63.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F9262 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 98 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.43 |
| HSL | 63.75º | 0.2% | 0.48% | - |
| HSV(B) | 63.75º | 0.33% | 0.57% | - |
| XYZ | 23.81 | 27.28 | 15.57 | - |
| YUV | 139.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 98 | 0.02 | 0 | 0.33 | 0.43 | 63.75 | 0.2 | 0.48 |
| Hex | 8F | 92 | 62 | 2 | 0 | 21 | 2B | 40 | 14 | 30 |
| Octal | 217 | 222 | 142 | 2 | 0 | 41 | 53 | 100 | 24 | 60 |
| Binary | 10001111 | 10010010 | 1100010 | 10 | 0 | 100001 | 101011 | 1000000 | 10100 | 110000 |
Color Harmonies of #8F9262
Complementary color
Monochromatic Colors of #8F9262
Black with #8F9262
Text Example
Text Example
White with #8F9262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9262; }
p { color: rgb(143,146,98); }
H1.HeaderClassName
{
color: #8F9262;
}
.AnyTagClassName
{
color: #8F9262;
}
</style>
background-color css
<style>
a { background-color: #8F9262; }
a { background-color: rgb(143,146,98); }
div.DivClassName
{
background-color: #8F9262;
}
.BgClassName
{
background-color: #8F9262;
}
</style>
border-color css
<style>
span { border-color: #8F9262; }
span { border-color: rgb(143,146,98); }
td.TdClassName
{
border-color: #8F9262;
}
.TagClassName
{
border-color: #8F9262;
}
</style>