Shades of Avocado #999963
Tints of Avocado #999963
RGB
CMYK
RGB Variations
Color information
#999963 (or 0x999963) is known color: Avocado. HEX triplet: 99, 99 and 63. RGB value is (153,153,99). Sum of RGB (Red+Green+Blue) = 153+153+99=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999963 is #66669C. Grayscale: #939393. Windows color (decimal): -6710941 or 6527385. OLE color: 6527385.
HSL color Cylindrical-coordinate representation of color #999963: hue angle of 60º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999963 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 99 | - |
| CMYK | 0 | 0 | 0.35 | 0.4 |
| HSL | 60º | 0.21% | 0.49% | - |
| HSV(B) | 60º | 0.35% | 0.6% | - |
| XYZ | 26.78 | 30.46 | 16.27 | - |
| YUV | 146.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 99 | 0 | 0 | 0.35 | 0.4 | 60 | 0.21 | 0.49 |
| Hex | 99 | 99 | 63 | 0 | 0 | 23 | 28 | 3C | 15 | 31 |
| Octal | 231 | 231 | 143 | 0 | 0 | 43 | 50 | 74 | 25 | 61 |
| Binary | 10011001 | 10011001 | 1100011 | 0 | 0 | 100011 | 101000 | 111100 | 10101 | 110001 |
Color Harmonies of #999963
Complementary color
Monochromatic Colors of #999963
Black with #999963
Text Example
Text Example
White with #999963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999963; }
p { color: rgb(153,153,99); }
H1.HeaderClassName
{
color: #999963;
}
.AnyTagClassName
{
color: #999963;
}
</style>
background-color css
<style>
a { background-color: #999963; }
a { background-color: rgb(153,153,99); }
div.DivClassName
{
background-color: #999963;
}
.BgClassName
{
background-color: #999963;
}
</style>
border-color css
<style>
span { border-color: #999963; }
span { border-color: rgb(153,153,99); }
td.TdClassName
{
border-color: #999963;
}
.TagClassName
{
border-color: #999963;
}
</style>