Shades of Avocado #919157
Tints of Avocado #919157
RGB
CMYK
RGB Variations
Color information
#919157 (or 0x919157) is known color: Avocado. HEX triplet: 91, 91 and 57. RGB value is (145,145,87). Sum of RGB (Red+Green+Blue) = 145+145+87=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 145 - color contains mainly: red, green. Hex color #919157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919157 is #6E6EA8. Grayscale: #8A8A8A. Windows color (decimal): -7237289 or 5738897. OLE color: 5738897.
HSL color Cylindrical-coordinate representation of color #919157: hue angle of 60º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #919157 is Cyan = 0, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 145 | 87 | - |
| CMYK | 0 | 0 | 0.4 | 0.43 |
| HSL | 60º | 0.25% | 0.45% | - |
| HSV(B) | 60º | 0.4% | 0.57% | - |
| XYZ | 23.52 | 26.96 | 12.98 | - |
| YUV | 138.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 87 | 0 | 0 | 0.4 | 0.43 | 60 | 0.25 | 0.45 |
| Hex | 91 | 91 | 57 | 0 | 0 | 28 | 2B | 3C | 19 | 2D |
| Octal | 221 | 221 | 127 | 0 | 0 | 50 | 53 | 74 | 31 | 55 |
| Binary | 10010001 | 10010001 | 1010111 | 0 | 0 | 101000 | 101011 | 111100 | 11001 | 101101 |
Color Harmonies of #919157
Complementary color
Monochromatic Colors of #919157
Black with #919157
Text Example
Text Example
White with #919157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919157; }
p { color: rgb(145,145,87); }
H1.HeaderClassName
{
color: #919157;
}
.AnyTagClassName
{
color: #919157;
}
</style>
background-color css
<style>
a { background-color: #919157; }
a { background-color: rgb(145,145,87); }
div.DivClassName
{
background-color: #919157;
}
.BgClassName
{
background-color: #919157;
}
</style>
border-color css
<style>
span { border-color: #919157; }
span { border-color: rgb(145,145,87); }
td.TdClassName
{
border-color: #919157;
}
.TagClassName
{
border-color: #919157;
}
</style>