Shades of Avocado #999955
Tints of Avocado #999955
RGB
CMYK
RGB Variations
Color information
#999955 (or 0x999955) is known color: Avocado. HEX triplet: 99, 99 and 55. RGB value is (153,153,85). Sum of RGB (Red+Green+Blue) = 153+153+85=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999955 is #6666AA. Grayscale: #919191. Windows color (decimal): -6710955 or 5609881. OLE color: 5609881.
HSL color Cylindrical-coordinate representation of color #999955: hue angle of 60º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #999955 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 85 | - |
| CMYK | 0 | 0 | 0.44 | 0.4 |
| HSL | 60º | 0.29% | 0.47% | - |
| HSV(B) | 60º | 0.44% | 0.6% | - |
| XYZ | 26.17 | 30.21 | 13.05 | - |
| YUV | 145.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 85 | 0 | 0 | 0.44 | 0.4 | 60 | 0.29 | 0.47 |
| Hex | 99 | 99 | 55 | 0 | 0 | 2C | 28 | 3C | 1D | 2F |
| Octal | 231 | 231 | 125 | 0 | 0 | 54 | 50 | 74 | 35 | 57 |
| Binary | 10011001 | 10011001 | 1010101 | 0 | 0 | 101100 | 101000 | 111100 | 11101 | 101111 |
Color Harmonies of #999955
Complementary color
Monochromatic Colors of #999955
Black with #999955
Text Example
Text Example
White with #999955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999955; }
p { color: rgb(153,153,85); }
H1.HeaderClassName
{
color: #999955;
}
.AnyTagClassName
{
color: #999955;
}
</style>
background-color css
<style>
a { background-color: #999955; }
a { background-color: rgb(153,153,85); }
div.DivClassName
{
background-color: #999955;
}
.BgClassName
{
background-color: #999955;
}
</style>
border-color css
<style>
span { border-color: #999955; }
span { border-color: rgb(153,153,85); }
td.TdClassName
{
border-color: #999955;
}
.TagClassName
{
border-color: #999955;
}
</style>