Shades of Avocado #8F9A69
Tints of Avocado #8F9A69
RGB
CMYK
RGB Variations
Color information
#8F9A69 (or 0x8F9A69) is known color: Avocado. HEX triplet: 8F, 9A and 69. RGB value is (143,154,105). Sum of RGB (Red+Green+Blue) = 143+154+105=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9A69 is #706596. Grayscale: #919191. Windows color (decimal): -7366039 or 6920847. OLE color: 6920847.
HSL color Cylindrical-coordinate representation of color #8F9A69: hue angle of 73.47º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F9A69 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 154 | 105 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.40 |
| HSL | 73.47º | 0.2% | 0.51% | - |
| HSV(B) | 73.47º | 0.32% | 0.6% | - |
| XYZ | 25.43 | 29.97 | 17.81 | - |
| YUV | 145.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 154 | 105 | 0.07 | 0 | 0.32 | 0.40 | 73.47 | 0.2 | 0.51 |
| Hex | 8F | 9A | 69 | 7 | 0 | 20 | 28 | 49 | 14 | 33 |
| Octal | 217 | 232 | 151 | 7 | 0 | 40 | 50 | 111 | 24 | 63 |
| Binary | 10001111 | 10011010 | 1101001 | 111 | 0 | 100000 | 101000 | 1001001 | 10100 | 110011 |
Color Harmonies of #8F9A69
Complementary color
Monochromatic Colors of #8F9A69
Black with #8F9A69
Text Example
Text Example
White with #8F9A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9A69; }
p { color: rgb(143,154,105); }
H1.HeaderClassName
{
color: #8F9A69;
}
.AnyTagClassName
{
color: #8F9A69;
}
</style>
background-color css
<style>
a { background-color: #8F9A69; }
a { background-color: rgb(143,154,105); }
div.DivClassName
{
background-color: #8F9A69;
}
.BgClassName
{
background-color: #8F9A69;
}
</style>
border-color css
<style>
span { border-color: #8F9A69; }
span { border-color: rgb(143,154,105); }
td.TdClassName
{
border-color: #8F9A69;
}
.TagClassName
{
border-color: #8F9A69;
}
</style>