Shades of Avocado #999D71
Tints of Avocado #999D71
RGB
CMYK
RGB Variations
Color information
#999D71 (or 0x999D71) is known color: Avocado. HEX triplet: 99, 9D and 71. RGB value is (153,157,113). Sum of RGB (Red+Green+Blue) = 153+157+113=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #999D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D71 is #66628E. Grayscale: #969696. Windows color (decimal): -6709903 or 7445913. OLE color: 7445913.
HSL color Cylindrical-coordinate representation of color #999D71: hue angle of 65.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #999D71 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 113 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.38 |
| HSL | 65.45º | 0.18% | 0.53% | - |
| HSV(B) | 65.45º | 0.28% | 0.62% | - |
| XYZ | 28.17 | 32.08 | 20.33 | - |
| YUV | 150.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 113 | 0.03 | 0 | 0.28 | 0.38 | 65.45 | 0.18 | 0.53 |
| Hex | 99 | 9D | 71 | 3 | 0 | 1C | 26 | 41 | 12 | 35 |
| Octal | 231 | 235 | 161 | 3 | 0 | 34 | 46 | 101 | 22 | 65 |
| Binary | 10011001 | 10011101 | 1110001 | 11 | 0 | 11100 | 100110 | 1000001 | 10010 | 110101 |
Color Harmonies of #999D71
Complementary color
Monochromatic Colors of #999D71
Black with #999D71
Text Example
Text Example
White with #999D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D71; }
p { color: rgb(153,157,113); }
H1.HeaderClassName
{
color: #999D71;
}
.AnyTagClassName
{
color: #999D71;
}
</style>
background-color css
<style>
a { background-color: #999D71; }
a { background-color: rgb(153,157,113); }
div.DivClassName
{
background-color: #999D71;
}
.BgClassName
{
background-color: #999D71;
}
</style>
border-color css
<style>
span { border-color: #999D71; }
span { border-color: rgb(153,157,113); }
td.TdClassName
{
border-color: #999D71;
}
.TagClassName
{
border-color: #999D71;
}
</style>