Shades of Avocado #919155
Tints of Avocado #919155
RGB
CMYK
RGB Variations
Color information
#919155 (or 0x919155) is known color: Avocado. HEX triplet: 91, 91 and 55. RGB value is (145,145,85). Sum of RGB (Red+Green+Blue) = 145+145+85=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 145 - color contains mainly: red, green. Hex color #919155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919155 is #6E6EAA. Grayscale: #8A8A8A. Windows color (decimal): -7237291 or 5607825. OLE color: 5607825.
HSL color Cylindrical-coordinate representation of color #919155: hue angle of 60º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #919155 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 145 | 85 | - |
| CMYK | 0 | 0 | 0.41 | 0.43 |
| HSL | 60º | 0.26% | 0.45% | - |
| HSV(B) | 60º | 0.41% | 0.57% | - |
| XYZ | 23.44 | 26.93 | 12.56 | - |
| YUV | 138.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 85 | 0 | 0 | 0.41 | 0.43 | 60 | 0.26 | 0.45 |
| Hex | 91 | 91 | 55 | 0 | 0 | 29 | 2B | 3C | 1A | 2D |
| Octal | 221 | 221 | 125 | 0 | 0 | 51 | 53 | 74 | 32 | 55 |
| Binary | 10010001 | 10010001 | 1010101 | 0 | 0 | 101001 | 101011 | 111100 | 11010 | 101101 |
Color Harmonies of #919155
Complementary color
Monochromatic Colors of #919155
Black with #919155
Text Example
Text Example
White with #919155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919155; }
p { color: rgb(145,145,85); }
H1.HeaderClassName
{
color: #919155;
}
.AnyTagClassName
{
color: #919155;
}
</style>
background-color css
<style>
a { background-color: #919155; }
a { background-color: rgb(145,145,85); }
div.DivClassName
{
background-color: #919155;
}
.BgClassName
{
background-color: #919155;
}
</style>
border-color css
<style>
span { border-color: #919155; }
span { border-color: rgb(145,145,85); }
td.TdClassName
{
border-color: #919155;
}
.TagClassName
{
border-color: #919155;
}
</style>