Shades of Avocado #8F9367
Tints of Avocado #8F9367
RGB
CMYK
RGB Variations
Color information
#8F9367 (or 0x8F9367) is known color: Avocado. HEX triplet: 8F, 93 and 67. RGB value is (143,147,103). Sum of RGB (Red+Green+Blue) = 143+147+103=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9367 is #706C98. Grayscale: #8C8C8C. Windows color (decimal): -7367833 or 6787983. OLE color: 6787983.
HSL color Cylindrical-coordinate representation of color #8F9367: hue angle of 65.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9367 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 103 | - |
| CMYK | 0.03 | 0 | 0.30 | 0.42 |
| HSL | 65.45º | 0.18% | 0.49% | - |
| HSV(B) | 65.45º | 0.3% | 0.58% | - |
| XYZ | 24.21 | 27.69 | 16.9 | - |
| YUV | 140.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 103 | 0.03 | 0 | 0.30 | 0.42 | 65.45 | 0.18 | 0.49 |
| Hex | 8F | 93 | 67 | 3 | 0 | 1E | 2A | 41 | 12 | 31 |
| Octal | 217 | 223 | 147 | 3 | 0 | 36 | 52 | 101 | 22 | 61 |
| Binary | 10001111 | 10010011 | 1100111 | 11 | 0 | 11110 | 101010 | 1000001 | 10010 | 110001 |
Color Harmonies of #8F9367
Complementary color
Monochromatic Colors of #8F9367
Black with #8F9367
Text Example
Text Example
White with #8F9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9367; }
p { color: rgb(143,147,103); }
H1.HeaderClassName
{
color: #8F9367;
}
.AnyTagClassName
{
color: #8F9367;
}
</style>
background-color css
<style>
a { background-color: #8F9367; }
a { background-color: rgb(143,147,103); }
div.DivClassName
{
background-color: #8F9367;
}
.BgClassName
{
background-color: #8F9367;
}
</style>
border-color css
<style>
span { border-color: #8F9367; }
span { border-color: rgb(143,147,103); }
td.TdClassName
{
border-color: #8F9367;
}
.TagClassName
{
border-color: #8F9367;
}
</style>