Shades of Avocado #999E66
Tints of Avocado #999E66
RGB
CMYK
RGB Variations
Color information
#999E66 (or 0x999E66) is known color: Avocado. HEX triplet: 99, 9E and 66. RGB value is (153,158,102). Sum of RGB (Red+Green+Blue) = 153+158+102=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 158 - color contains mainly: green. Hex color #999E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E66 is #666199. Grayscale: #969696. Windows color (decimal): -6709658 or 6725273. OLE color: 6725273.
HSL color Cylindrical-coordinate representation of color #999E66: hue angle of 65.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999E66 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 102 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.38 |
| HSL | 65.36º | 0.22% | 0.51% | - |
| HSV(B) | 65.36º | 0.35% | 0.62% | - |
| XYZ | 27.76 | 32.19 | 17.32 | - |
| YUV | 150.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 102 | 0.03 | 0 | 0.35 | 0.38 | 65.36 | 0.22 | 0.51 |
| Hex | 99 | 9E | 66 | 3 | 0 | 23 | 26 | 41 | 16 | 33 |
| Octal | 231 | 236 | 146 | 3 | 0 | 43 | 46 | 101 | 26 | 63 |
| Binary | 10011001 | 10011110 | 1100110 | 11 | 0 | 100011 | 100110 | 1000001 | 10110 | 110011 |
Color Harmonies of #999E66
Complementary color
Monochromatic Colors of #999E66
Black with #999E66
Text Example
Text Example
White with #999E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E66; }
p { color: rgb(153,158,102); }
H1.HeaderClassName
{
color: #999E66;
}
.AnyTagClassName
{
color: #999E66;
}
</style>
background-color css
<style>
a { background-color: #999E66; }
a { background-color: rgb(153,158,102); }
div.DivClassName
{
background-color: #999E66;
}
.BgClassName
{
background-color: #999E66;
}
</style>
border-color css
<style>
span { border-color: #999E66; }
span { border-color: rgb(153,158,102); }
td.TdClassName
{
border-color: #999E66;
}
.TagClassName
{
border-color: #999E66;
}
</style>