Shades of Avocado #919773
Tints of Avocado #919773
RGB
CMYK
RGB Variations
Color information
#919773 (or 0x919773) is known color: Avocado. HEX triplet: 91, 97 and 73. RGB value is (145,151,115). Sum of RGB (Red+Green+Blue) = 145+151+115=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #919773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919773 is #6E688C. Grayscale: #919191. Windows color (decimal): -7235725 or 7575441. OLE color: 7575441.
HSL color Cylindrical-coordinate representation of color #919773: hue angle of 70º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919773 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 115 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.41 |
| HSL | 70º | 0.15% | 0.52% | - |
| HSV(B) | 70º | 0.24% | 0.59% | - |
| XYZ | 25.84 | 29.39 | 20.53 | - |
| YUV | 145.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 115 | 0.04 | 0 | 0.24 | 0.41 | 70 | 0.15 | 0.52 |
| Hex | 91 | 97 | 73 | 4 | 0 | 18 | 29 | 46 | F | 34 |
| Octal | 221 | 227 | 163 | 4 | 0 | 30 | 51 | 106 | 17 | 64 |
| Binary | 10010001 | 10010111 | 1110011 | 100 | 0 | 11000 | 101001 | 1000110 | 1111 | 110100 |
Color Harmonies of #919773
Complementary color
Monochromatic Colors of #919773
Black with #919773
Text Example
Text Example
White with #919773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919773; }
p { color: rgb(145,151,115); }
H1.HeaderClassName
{
color: #919773;
}
.AnyTagClassName
{
color: #919773;
}
</style>
background-color css
<style>
a { background-color: #919773; }
a { background-color: rgb(145,151,115); }
div.DivClassName
{
background-color: #919773;
}
.BgClassName
{
background-color: #919773;
}
</style>
border-color css
<style>
span { border-color: #919773; }
span { border-color: rgb(145,151,115); }
td.TdClassName
{
border-color: #919773;
}
.TagClassName
{
border-color: #919773;
}
</style>