Shades of Avocado #8F9265
Tints of Avocado #8F9265
RGB
CMYK
RGB Variations
Color information
#8F9265 (or 0x8F9265) is known color: Avocado. HEX triplet: 8F, 92 and 65. RGB value is (143,146,101). Sum of RGB (Red+Green+Blue) = 143+146+101=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9265 is #706D9A. Grayscale: #8C8C8C. Windows color (decimal): -7368091 or 6656655. OLE color: 6656655.
HSL color Cylindrical-coordinate representation of color #8F9265: hue angle of 64º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F9265 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 101 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.43 |
| HSL | 64º | 0.18% | 0.48% | - |
| HSV(B) | 64º | 0.31% | 0.57% | - |
| XYZ | 23.96 | 27.34 | 16.33 | - |
| YUV | 139.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 101 | 0.02 | 0 | 0.31 | 0.43 | 64 | 0.18 | 0.48 |
| Hex | 8F | 92 | 65 | 2 | 0 | 1F | 2B | 40 | 12 | 30 |
| Octal | 217 | 222 | 145 | 2 | 0 | 37 | 53 | 100 | 22 | 60 |
| Binary | 10001111 | 10010010 | 1100101 | 10 | 0 | 11111 | 101011 | 1000000 | 10010 | 110000 |
Color Harmonies of #8F9265
Complementary color
Monochromatic Colors of #8F9265
Black with #8F9265
Text Example
Text Example
White with #8F9265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9265; }
p { color: rgb(143,146,101); }
H1.HeaderClassName
{
color: #8F9265;
}
.AnyTagClassName
{
color: #8F9265;
}
</style>
background-color css
<style>
a { background-color: #8F9265; }
a { background-color: rgb(143,146,101); }
div.DivClassName
{
background-color: #8F9265;
}
.BgClassName
{
background-color: #8F9265;
}
</style>
border-color css
<style>
span { border-color: #8F9265; }
span { border-color: rgb(143,146,101); }
td.TdClassName
{
border-color: #8F9265;
}
.TagClassName
{
border-color: #8F9265;
}
</style>