Shades of Avocado #999D66
Tints of Avocado #999D66
RGB
CMYK
RGB Variations
Color information
#999D66 (or 0x999D66) is known color: Avocado. HEX triplet: 99, 9D and 66. RGB value is (153,157,102). Sum of RGB (Red+Green+Blue) = 153+157+102=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #999D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999D66 is #666299. Grayscale: #959595. Windows color (decimal): -6709914 or 6725017. OLE color: 6725017.
HSL color Cylindrical-coordinate representation of color #999D66: hue angle of 64.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 #999D66 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 102 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.38 |
| HSL | 64.36º | 0.22% | 0.51% | - |
| HSV(B) | 64.36º | 0.35% | 0.62% | - |
| XYZ | 27.59 | 31.85 | 17.26 | - |
| YUV | 149.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 102 | 0.03 | 0 | 0.35 | 0.38 | 64.36 | 0.22 | 0.51 |
| Hex | 99 | 9D | 66 | 3 | 0 | 23 | 26 | 40 | 16 | 33 |
| Octal | 231 | 235 | 146 | 3 | 0 | 43 | 46 | 100 | 26 | 63 |
| Binary | 10011001 | 10011101 | 1100110 | 11 | 0 | 100011 | 100110 | 1000000 | 10110 | 110011 |
Color Harmonies of #999D66
Complementary color
Monochromatic Colors of #999D66
Black with #999D66
Text Example
Text Example
White with #999D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D66; }
p { color: rgb(153,157,102); }
H1.HeaderClassName
{
color: #999D66;
}
.AnyTagClassName
{
color: #999D66;
}
</style>
background-color css
<style>
a { background-color: #999D66; }
a { background-color: rgb(153,157,102); }
div.DivClassName
{
background-color: #999D66;
}
.BgClassName
{
background-color: #999D66;
}
</style>
border-color css
<style>
span { border-color: #999D66; }
span { border-color: rgb(153,157,102); }
td.TdClassName
{
border-color: #999D66;
}
.TagClassName
{
border-color: #999D66;
}
</style>