Shades of Avocado #969866
Tints of Avocado #969866
RGB
CMYK
RGB Variations
Color information
#969866 (or 0x969866) is known color: Avocado. HEX triplet: 96, 98 and 66. RGB value is (150,152,102). Sum of RGB (Red+Green+Blue) = 150+152+102=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #969866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969866 is #696799. Grayscale: #919191. Windows color (decimal): -6907802 or 6723734. OLE color: 6723734.
HSL color Cylindrical-coordinate representation of color #969866: hue angle of 62.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #969866 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 152 | 102 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.40 |
| HSL | 62.4º | 0.2% | 0.5% | - |
| HSV(B) | 62.4º | 0.33% | 0.6% | - |
| XYZ | 26.2 | 29.9 | 16.96 | - |
| YUV | 145.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 102 | 0.01 | 0 | 0.33 | 0.40 | 62.4 | 0.2 | 0.5 |
| Hex | 96 | 98 | 66 | 1 | 0 | 21 | 28 | 3E | 14 | 32 |
| Octal | 226 | 230 | 146 | 1 | 0 | 41 | 50 | 76 | 24 | 62 |
| Binary | 10010110 | 10011000 | 1100110 | 1 | 0 | 100001 | 101000 | 111110 | 10100 | 110010 |
Color Harmonies of #969866
Complementary color
Monochromatic Colors of #969866
Black with #969866
Text Example
Text Example
White with #969866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969866; }
p { color: rgb(150,152,102); }
H1.HeaderClassName
{
color: #969866;
}
.AnyTagClassName
{
color: #969866;
}
</style>
background-color css
<style>
a { background-color: #969866; }
a { background-color: rgb(150,152,102); }
div.DivClassName
{
background-color: #969866;
}
.BgClassName
{
background-color: #969866;
}
</style>
border-color css
<style>
span { border-color: #969866; }
span { border-color: rgb(150,152,102); }
td.TdClassName
{
border-color: #969866;
}
.TagClassName
{
border-color: #969866;
}
</style>