Shades of Avocado #959866
Tints of Avocado #959866
RGB
CMYK
RGB Variations
Color information
#959866 (or 0x959866) is known color: Avocado. HEX triplet: 95, 98 and 66. RGB value is (149,152,102). Sum of RGB (Red+Green+Blue) = 149+152+102=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #959866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959866 is #6A6799. Grayscale: #919191. Windows color (decimal): -6973338 or 6723733. OLE color: 6723733.
HSL color Cylindrical-coordinate representation of color #959866: hue angle of 63.6º 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 #959866 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 152 | 102 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.40 |
| HSL | 63.6º | 0.2% | 0.5% | - |
| HSV(B) | 63.6º | 0.33% | 0.6% | - |
| XYZ | 26.02 | 29.81 | 16.95 | - |
| YUV | 145.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 152 | 102 | 0.02 | 0 | 0.33 | 0.40 | 63.6 | 0.2 | 0.5 |
| Hex | 95 | 98 | 66 | 2 | 0 | 21 | 28 | 40 | 14 | 32 |
| Octal | 225 | 230 | 146 | 2 | 0 | 41 | 50 | 100 | 24 | 62 |
| Binary | 10010101 | 10011000 | 1100110 | 10 | 0 | 100001 | 101000 | 1000000 | 10100 | 110010 |
Color Harmonies of #959866
Complementary color
Monochromatic Colors of #959866
Black with #959866
Text Example
Text Example
White with #959866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959866; }
p { color: rgb(149,152,102); }
H1.HeaderClassName
{
color: #959866;
}
.AnyTagClassName
{
color: #959866;
}
</style>
background-color css
<style>
a { background-color: #959866; }
a { background-color: rgb(149,152,102); }
div.DivClassName
{
background-color: #959866;
}
.BgClassName
{
background-color: #959866;
}
</style>
border-color css
<style>
span { border-color: #959866; }
span { border-color: rgb(149,152,102); }
td.TdClassName
{
border-color: #959866;
}
.TagClassName
{
border-color: #959866;
}
</style>