Shades of Avocado #959966
Tints of Avocado #959966
RGB
CMYK
RGB Variations
Color information
#959966 (or 0x959966) is known color: Avocado. HEX triplet: 95, 99 and 66. RGB value is (149,153,102). Sum of RGB (Red+Green+Blue) = 149+153+102=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #959966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959966 is #6A6699. Grayscale: #929292. Windows color (decimal): -6973082 or 6723989. OLE color: 6723989.
HSL color Cylindrical-coordinate representation of color #959966: hue angle of 64.71º 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 #959966 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 153 | 102 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.4 |
| HSL | 64.71º | 0.2% | 0.5% | - |
| HSV(B) | 64.71º | 0.33% | 0.6% | - |
| XYZ | 26.18 | 30.13 | 17.01 | - |
| YUV | 145.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 153 | 102 | 0.03 | 0 | 0.33 | 0.4 | 64.71 | 0.2 | 0.5 |
| Hex | 95 | 99 | 66 | 3 | 0 | 21 | 28 | 41 | 14 | 32 |
| Octal | 225 | 231 | 146 | 3 | 0 | 41 | 50 | 101 | 24 | 62 |
| Binary | 10010101 | 10011001 | 1100110 | 11 | 0 | 100001 | 101000 | 1000001 | 10100 | 110010 |
Color Harmonies of #959966
Complementary color
Monochromatic Colors of #959966
Black with #959966
Text Example
Text Example
White with #959966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959966; }
p { color: rgb(149,153,102); }
H1.HeaderClassName
{
color: #959966;
}
.AnyTagClassName
{
color: #959966;
}
</style>
background-color css
<style>
a { background-color: #959966; }
a { background-color: rgb(149,153,102); }
div.DivClassName
{
background-color: #959966;
}
.BgClassName
{
background-color: #959966;
}
</style>
border-color css
<style>
span { border-color: #959966; }
span { border-color: rgb(149,153,102); }
td.TdClassName
{
border-color: #959966;
}
.TagClassName
{
border-color: #959966;
}
</style>