Shades of Avocado #919666
Tints of Avocado #919666
RGB
CMYK
RGB Variations
Color information
#919666 (or 0x919666) is known color: Avocado. HEX triplet: 91, 96 and 66. RGB value is (145,150,102). Sum of RGB (Red+Green+Blue) = 145+150+102=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #919666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919666 is #6E6999. Grayscale: #8F8F8F. Windows color (decimal): -7235994 or 6723217. OLE color: 6723217.
HSL color Cylindrical-coordinate representation of color #919666: hue angle of 66.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #919666 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 102 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.41 |
| HSL | 66.25º | 0.19% | 0.49% | - |
| HSV(B) | 66.25º | 0.32% | 0.59% | - |
| XYZ | 24.98 | 28.79 | 16.81 | - |
| YUV | 143.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 102 | 0.03 | 0 | 0.32 | 0.41 | 66.25 | 0.19 | 0.49 |
| Hex | 91 | 96 | 66 | 3 | 0 | 20 | 29 | 42 | 13 | 31 |
| Octal | 221 | 226 | 146 | 3 | 0 | 40 | 51 | 102 | 23 | 61 |
| Binary | 10010001 | 10010110 | 1100110 | 11 | 0 | 100000 | 101001 | 1000010 | 10011 | 110001 |
Color Harmonies of #919666
Complementary color
Monochromatic Colors of #919666
Black with #919666
Text Example
Text Example
White with #919666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919666; }
p { color: rgb(145,150,102); }
H1.HeaderClassName
{
color: #919666;
}
.AnyTagClassName
{
color: #919666;
}
</style>
background-color css
<style>
a { background-color: #919666; }
a { background-color: rgb(145,150,102); }
div.DivClassName
{
background-color: #919666;
}
.BgClassName
{
background-color: #919666;
}
</style>
border-color css
<style>
span { border-color: #919666; }
span { border-color: rgb(145,150,102); }
td.TdClassName
{
border-color: #919666;
}
.TagClassName
{
border-color: #919666;
}
</style>