Shades of Avocado #919663
Tints of Avocado #919663
RGB
CMYK
RGB Variations
Color information
#919663 (or 0x919663) is known color: Avocado. HEX triplet: 91, 96 and 63. RGB value is (145,150,99). Sum of RGB (Red+Green+Blue) = 145+150+99=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #919663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919663 is #6E699C. Grayscale: #8E8E8E. Windows color (decimal): -7235997 or 6526609. OLE color: 6526609.
HSL color Cylindrical-coordinate representation of color #919663: hue angle of 65.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919663 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 99 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.41 |
| HSL | 65.88º | 0.2% | 0.49% | - |
| HSV(B) | 65.88º | 0.34% | 0.59% | - |
| XYZ | 24.84 | 28.73 | 16.04 | - |
| YUV | 142.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 99 | 0.03 | 0 | 0.34 | 0.41 | 65.88 | 0.2 | 0.49 |
| Hex | 91 | 96 | 63 | 3 | 0 | 22 | 29 | 42 | 14 | 31 |
| Octal | 221 | 226 | 143 | 3 | 0 | 42 | 51 | 102 | 24 | 61 |
| Binary | 10010001 | 10010110 | 1100011 | 11 | 0 | 100010 | 101001 | 1000010 | 10100 | 110001 |
Color Harmonies of #919663
Complementary color
Monochromatic Colors of #919663
Black with #919663
Text Example
Text Example
White with #919663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919663; }
p { color: rgb(145,150,99); }
H1.HeaderClassName
{
color: #919663;
}
.AnyTagClassName
{
color: #919663;
}
</style>
background-color css
<style>
a { background-color: #919663; }
a { background-color: rgb(145,150,99); }
div.DivClassName
{
background-color: #919663;
}
.BgClassName
{
background-color: #919663;
}
</style>
border-color css
<style>
span { border-color: #919663; }
span { border-color: rgb(145,150,99); }
td.TdClassName
{
border-color: #919663;
}
.TagClassName
{
border-color: #919663;
}
</style>