Shades of Avocado #999759
Tints of Avocado #999759
RGB
CMYK
RGB Variations
Color information
#999759 (or 0x999759) is known color: Avocado. HEX triplet: 99, 97 and 59. RGB value is (153,151,89). Sum of RGB (Red+Green+Blue) = 153+151+89=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #999759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999759 is #6668A6. Grayscale: #909090. Windows color (decimal): -6711463 or 5871513. OLE color: 5871513.
HSL color Cylindrical-coordinate representation of color #999759: hue angle of 58.12º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #999759 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 151 | 89 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.4 |
| HSL | 58.13º | 0.26% | 0.47% | - |
| HSV(B) | 58.13º | 0.42% | 0.6% | - |
| XYZ | 26.01 | 29.63 | 13.8 | - |
| YUV | 144.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 151 | 89 | 0 | 0.01 | 0.42 | 0.4 | 58.13 | 0.26 | 0.47 |
| Hex | 99 | 97 | 59 | 0 | 1 | 2A | 28 | 3A | 1A | 2F |
| Octal | 231 | 227 | 131 | 0 | 1 | 52 | 50 | 72 | 32 | 57 |
| Binary | 10011001 | 10010111 | 1011001 | 0 | 1 | 101010 | 101000 | 111010 | 11010 | 101111 |
Color Harmonies of #999759
Complementary color
Monochromatic Colors of #999759
Black with #999759
Text Example
Text Example
White with #999759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999759; }
p { color: rgb(153,151,89); }
H1.HeaderClassName
{
color: #999759;
}
.AnyTagClassName
{
color: #999759;
}
</style>
background-color css
<style>
a { background-color: #999759; }
a { background-color: rgb(153,151,89); }
div.DivClassName
{
background-color: #999759;
}
.BgClassName
{
background-color: #999759;
}
</style>
border-color css
<style>
span { border-color: #999759; }
span { border-color: rgb(153,151,89); }
td.TdClassName
{
border-color: #999759;
}
.TagClassName
{
border-color: #999759;
}
</style>