Shades of Avocado #919564
Tints of Avocado #919564
RGB
CMYK
RGB Variations
Color information
#919564 (or 0x919564) is known color: Avocado. HEX triplet: 91, 95 and 64. RGB value is (145,149,100). Sum of RGB (Red+Green+Blue) = 145+149+100=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #919564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919564 is #6E6A9B. Grayscale: #8E8E8E. Windows color (decimal): -7236252 or 6591889. OLE color: 6591889.
HSL color Cylindrical-coordinate representation of color #919564: hue angle of 64.9º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919564 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 100 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.42 |
| HSL | 64.9º | 0.2% | 0.49% | - |
| HSV(B) | 64.9º | 0.33% | 0.58% | - |
| XYZ | 24.72 | 28.43 | 16.24 | - |
| YUV | 142.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 100 | 0.03 | 0 | 0.33 | 0.42 | 64.9 | 0.2 | 0.49 |
| Hex | 91 | 95 | 64 | 3 | 0 | 21 | 2A | 41 | 14 | 31 |
| Octal | 221 | 225 | 144 | 3 | 0 | 41 | 52 | 101 | 24 | 61 |
| Binary | 10010001 | 10010101 | 1100100 | 11 | 0 | 100001 | 101010 | 1000001 | 10100 | 110001 |
Color Harmonies of #919564
Complementary color
Monochromatic Colors of #919564
Black with #919564
Text Example
Text Example
White with #919564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919564; }
p { color: rgb(145,149,100); }
H1.HeaderClassName
{
color: #919564;
}
.AnyTagClassName
{
color: #919564;
}
</style>
background-color css
<style>
a { background-color: #919564; }
a { background-color: rgb(145,149,100); }
div.DivClassName
{
background-color: #919564;
}
.BgClassName
{
background-color: #919564;
}
</style>
border-color css
<style>
span { border-color: #919564; }
span { border-color: rgb(145,149,100); }
td.TdClassName
{
border-color: #919564;
}
.TagClassName
{
border-color: #919564;
}
</style>