Shades of Avocado #919563
Tints of Avocado #919563
RGB
CMYK
RGB Variations
Color information
#919563 (or 0x919563) is known color: Avocado. HEX triplet: 91, 95 and 63. RGB value is (145,149,99). Sum of RGB (Red+Green+Blue) = 145+149+99=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #919563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919563 is #6E6A9C. Grayscale: #8E8E8E. Windows color (decimal): -7236253 or 6526353. OLE color: 6526353.
HSL color Cylindrical-coordinate representation of color #919563: hue angle of 64.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #919563 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 99 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.42 |
| HSL | 64.8º | 0.2% | 0.49% | - |
| HSV(B) | 64.8º | 0.34% | 0.58% | - |
| XYZ | 24.68 | 28.42 | 15.99 | - |
| YUV | 142.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 99 | 0.03 | 0 | 0.34 | 0.42 | 64.8 | 0.2 | 0.49 |
| Hex | 91 | 95 | 63 | 3 | 0 | 22 | 2A | 41 | 14 | 31 |
| Octal | 221 | 225 | 143 | 3 | 0 | 42 | 52 | 101 | 24 | 61 |
| Binary | 10010001 | 10010101 | 1100011 | 11 | 0 | 100010 | 101010 | 1000001 | 10100 | 110001 |
Color Harmonies of #919563
Complementary color
Monochromatic Colors of #919563
Black with #919563
Text Example
Text Example
White with #919563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919563; }
p { color: rgb(145,149,99); }
H1.HeaderClassName
{
color: #919563;
}
.AnyTagClassName
{
color: #919563;
}
</style>
background-color css
<style>
a { background-color: #919563; }
a { background-color: rgb(145,149,99); }
div.DivClassName
{
background-color: #919563;
}
.BgClassName
{
background-color: #919563;
}
</style>
border-color css
<style>
span { border-color: #919563; }
span { border-color: rgb(145,149,99); }
td.TdClassName
{
border-color: #919563;
}
.TagClassName
{
border-color: #919563;
}
</style>