Shades of Avocado #8F9266
Tints of Avocado #8F9266
RGB
CMYK
RGB Variations
Color information
#8F9266 (or 0x8F9266) is known color: Avocado. HEX triplet: 8F, 92 and 66. RGB value is (143,146,102). Sum of RGB (Red+Green+Blue) = 143+146+102=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9266 is #706D99. Grayscale: #8C8C8C. Windows color (decimal): -7368090 or 6722191. OLE color: 6722191.
HSL color Cylindrical-coordinate representation of color #8F9266: hue angle of 64.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9266 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 102 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.43 |
| HSL | 64.09º | 0.18% | 0.49% | - |
| HSV(B) | 64.09º | 0.3% | 0.57% | - |
| XYZ | 24 | 27.36 | 16.59 | - |
| YUV | 140.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 102 | 0.02 | 0 | 0.30 | 0.43 | 64.09 | 0.18 | 0.49 |
| Hex | 8F | 92 | 66 | 2 | 0 | 1E | 2B | 40 | 12 | 31 |
| Octal | 217 | 222 | 146 | 2 | 0 | 36 | 53 | 100 | 22 | 61 |
| Binary | 10001111 | 10010010 | 1100110 | 10 | 0 | 11110 | 101011 | 1000000 | 10010 | 110001 |
Color Harmonies of #8F9266
Complementary color
Monochromatic Colors of #8F9266
Black with #8F9266
Text Example
Text Example
White with #8F9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9266; }
p { color: rgb(143,146,102); }
H1.HeaderClassName
{
color: #8F9266;
}
.AnyTagClassName
{
color: #8F9266;
}
</style>
background-color css
<style>
a { background-color: #8F9266; }
a { background-color: rgb(143,146,102); }
div.DivClassName
{
background-color: #8F9266;
}
.BgClassName
{
background-color: #8F9266;
}
</style>
border-color css
<style>
span { border-color: #8F9266; }
span { border-color: rgb(143,146,102); }
td.TdClassName
{
border-color: #8F9266;
}
.TagClassName
{
border-color: #8F9266;
}
</style>