Shades of Avocado #999960
Tints of Avocado #999960
RGB
CMYK
RGB Variations
Color information
#999960 (or 0x999960) is known color: Avocado. HEX triplet: 99, 99 and 60. RGB value is (153,153,96). Sum of RGB (Red+Green+Blue) = 153+153+96=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999960 is #66669F. Grayscale: #929292. Windows color (decimal): -6710944 or 6330777. OLE color: 6330777.
HSL color Cylindrical-coordinate representation of color #999960: hue angle of 60º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #999960 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 96 | - |
| CMYK | 0 | 0 | 0.37 | 0.4 |
| HSL | 60º | 0.23% | 0.49% | - |
| HSV(B) | 60º | 0.37% | 0.6% | - |
| XYZ | 26.64 | 30.4 | 15.53 | - |
| YUV | 146.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 96 | 0 | 0 | 0.37 | 0.4 | 60 | 0.23 | 0.49 |
| Hex | 99 | 99 | 60 | 0 | 0 | 25 | 28 | 3C | 17 | 31 |
| Octal | 231 | 231 | 140 | 0 | 0 | 45 | 50 | 74 | 27 | 61 |
| Binary | 10011001 | 10011001 | 1100000 | 0 | 0 | 100101 | 101000 | 111100 | 10111 | 110001 |
Color Harmonies of #999960
Complementary color
Monochromatic Colors of #999960
Black with #999960
Text Example
Text Example
White with #999960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999960; }
p { color: rgb(153,153,96); }
H1.HeaderClassName
{
color: #999960;
}
.AnyTagClassName
{
color: #999960;
}
</style>
background-color css
<style>
a { background-color: #999960; }
a { background-color: rgb(153,153,96); }
div.DivClassName
{
background-color: #999960;
}
.BgClassName
{
background-color: #999960;
}
</style>
border-color css
<style>
span { border-color: #999960; }
span { border-color: rgb(153,153,96); }
td.TdClassName
{
border-color: #999960;
}
.TagClassName
{
border-color: #999960;
}
</style>