Shades of Avocado #999964
Tints of Avocado #999964
RGB
CMYK
RGB Variations
Color information
#999964 (or 0x999964) is known color: Avocado. HEX triplet: 99, 99 and 64. RGB value is (153,153,100). Sum of RGB (Red+Green+Blue) = 153+153+100=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999964 is #66669B. Grayscale: #939393. Windows color (decimal): -6710940 or 6592921. OLE color: 6592921.
HSL color Cylindrical-coordinate representation of color #999964: hue angle of 60º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999964 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 100 | - |
| CMYK | 0 | 0 | 0.35 | 0.4 |
| HSL | 60º | 0.21% | 0.5% | - |
| HSV(B) | 60º | 0.35% | 0.6% | - |
| XYZ | 26.83 | 30.47 | 16.52 | - |
| YUV | 146.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 100 | 0 | 0 | 0.35 | 0.4 | 60 | 0.21 | 0.5 |
| Hex | 99 | 99 | 64 | 0 | 0 | 23 | 28 | 3C | 15 | 32 |
| Octal | 231 | 231 | 144 | 0 | 0 | 43 | 50 | 74 | 25 | 62 |
| Binary | 10011001 | 10011001 | 1100100 | 0 | 0 | 100011 | 101000 | 111100 | 10101 | 110010 |
Color Harmonies of #999964
Complementary color
Monochromatic Colors of #999964
Black with #999964
Text Example
Text Example
White with #999964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999964; }
p { color: rgb(153,153,100); }
H1.HeaderClassName
{
color: #999964;
}
.AnyTagClassName
{
color: #999964;
}
</style>
background-color css
<style>
a { background-color: #999964; }
a { background-color: rgb(153,153,100); }
div.DivClassName
{
background-color: #999964;
}
.BgClassName
{
background-color: #999964;
}
</style>
border-color css
<style>
span { border-color: #999964; }
span { border-color: rgb(153,153,100); }
td.TdClassName
{
border-color: #999964;
}
.TagClassName
{
border-color: #999964;
}
</style>