Shades of Avocado #8F9B69
Tints of Avocado #8F9B69
RGB
CMYK
RGB Variations
Color information
#8F9B69 (or 0x8F9B69) is known color: Avocado. HEX triplet: 8F, 9B and 69. RGB value is (143,155,105). Sum of RGB (Red+Green+Blue) = 143+155+105=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B69 is #706496. Grayscale: #919191. Windows color (decimal): -7365783 or 6921103. OLE color: 6921103.
HSL color Cylindrical-coordinate representation of color #8F9B69: hue angle of 74.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F9B69 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 143 | 155 | 105 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.39 |
| HSL | 74.4º | 0.2% | 0.51% | - |
| HSV(B) | 74.4º | 0.32% | 0.61% | - |
| XYZ | 25.6 | 30.3 | 17.86 | - |
| YUV | 145.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 155 | 105 | 0.08 | 0 | 0.32 | 0.39 | 74.4 | 0.2 | 0.51 |
| Hex | 8F | 9B | 69 | 8 | 0 | 20 | 27 | 4A | 14 | 33 |
| Octal | 217 | 233 | 151 | 10 | 0 | 40 | 47 | 112 | 24 | 63 |
| Binary | 10001111 | 10011011 | 1101001 | 1000 | 0 | 100000 | 100111 | 1001010 | 10100 | 110011 |
Color Harmonies of #8F9B69
Complementary color
Monochromatic Colors of #8F9B69
Black with #8F9B69
Text Example
Text Example
White with #8F9B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9B69; }
p { color: rgb(143,155,105); }
H1.HeaderClassName
{
color: #8F9B69;
}
.AnyTagClassName
{
color: #8F9B69;
}
</style>
background-color css
<style>
a { background-color: #8F9B69; }
a { background-color: rgb(143,155,105); }
div.DivClassName
{
background-color: #8F9B69;
}
.BgClassName
{
background-color: #8F9B69;
}
</style>
border-color css
<style>
span { border-color: #8F9B69; }
span { border-color: rgb(143,155,105); }
td.TdClassName
{
border-color: #8F9B69;
}
.TagClassName
{
border-color: #8F9B69;
}
</style>