Shades of Avocado #9F9959
Tints of Avocado #9F9959
RGB
CMYK
RGB Variations
Color information
#9F9959 (or 0x9F9959) is known color: Avocado. HEX triplet: 9F, 99 and 59. RGB value is (159,153,89). Sum of RGB (Red+Green+Blue) = 159+153+89=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9959 is #6066A6. Grayscale: #939393. Windows color (decimal): -6317735 or 5872031. OLE color: 5872031.
HSL color Cylindrical-coordinate representation of color #9F9959: hue angle of 54.86º 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 #9F9959 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 89 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.38 |
| HSL | 54.86º | 0.28% | 0.49% | - |
| HSV(B) | 54.86º | 0.44% | 0.62% | - |
| XYZ | 27.49 | 30.87 | 13.96 | - |
| YUV | 147.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 89 | 0 | 0.04 | 0.44 | 0.38 | 54.86 | 0.28 | 0.49 |
| Hex | 9F | 99 | 59 | 0 | 4 | 2C | 26 | 37 | 1C | 31 |
| Octal | 237 | 231 | 131 | 0 | 4 | 54 | 46 | 67 | 34 | 61 |
| Binary | 10011111 | 10011001 | 1011001 | 0 | 100 | 101100 | 100110 | 110111 | 11100 | 110001 |
Color Harmonies of #9F9959
Complementary color
Monochromatic Colors of #9F9959
Black with #9F9959
Text Example
Text Example
White with #9F9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9959; }
p { color: rgb(159,153,89); }
H1.HeaderClassName
{
color: #9F9959;
}
.AnyTagClassName
{
color: #9F9959;
}
</style>
background-color css
<style>
a { background-color: #9F9959; }
a { background-color: rgb(159,153,89); }
div.DivClassName
{
background-color: #9F9959;
}
.BgClassName
{
background-color: #9F9959;
}
</style>
border-color css
<style>
span { border-color: #9F9959; }
span { border-color: rgb(159,153,89); }
td.TdClassName
{
border-color: #9F9959;
}
.TagClassName
{
border-color: #9F9959;
}
</style>