Shades of Avocado #9F9A59
Tints of Avocado #9F9A59
RGB
CMYK
RGB Variations
Color information
#9F9A59 (or 0x9F9A59) is known color: Avocado. HEX triplet: 9F, 9A and 59. RGB value is (159,154,89). Sum of RGB (Red+Green+Blue) = 159+154+89=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9A59 is #6065A6. Grayscale: #949494. Windows color (decimal): -6317479 or 5872287. OLE color: 5872287.
HSL color Cylindrical-coordinate representation of color #9F9A59: hue angle of 55.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F9A59 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 89 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.38 |
| HSL | 55.71º | 0.28% | 0.49% | - |
| HSV(B) | 55.71º | 0.44% | 0.62% | - |
| XYZ | 27.66 | 31.2 | 14.02 | - |
| YUV | 148.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 89 | 0 | 0.03 | 0.44 | 0.38 | 55.71 | 0.28 | 0.49 |
| Hex | 9F | 9A | 59 | 0 | 3 | 2C | 26 | 38 | 1C | 31 |
| Octal | 237 | 232 | 131 | 0 | 3 | 54 | 46 | 70 | 34 | 61 |
| Binary | 10011111 | 10011010 | 1011001 | 0 | 11 | 101100 | 100110 | 111000 | 11100 | 110001 |
Color Harmonies of #9F9A59
Complementary color
Monochromatic Colors of #9F9A59
Black with #9F9A59
Text Example
Text Example
White with #9F9A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A59; }
p { color: rgb(159,154,89); }
H1.HeaderClassName
{
color: #9F9A59;
}
.AnyTagClassName
{
color: #9F9A59;
}
</style>
background-color css
<style>
a { background-color: #9F9A59; }
a { background-color: rgb(159,154,89); }
div.DivClassName
{
background-color: #9F9A59;
}
.BgClassName
{
background-color: #9F9A59;
}
</style>
border-color css
<style>
span { border-color: #9F9A59; }
span { border-color: rgb(159,154,89); }
td.TdClassName
{
border-color: #9F9A59;
}
.TagClassName
{
border-color: #9F9A59;
}
</style>