Shades of Avocado #919673
Tints of Avocado #919673
RGB
CMYK
RGB Variations
Color information
#919673 (or 0x919673) is known color: Avocado. HEX triplet: 91, 96 and 73. RGB value is (145,150,115). Sum of RGB (Red+Green+Blue) = 145+150+115=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #919673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919673 is #6E698C. Grayscale: #909090. Windows color (decimal): -7235981 or 7575185. OLE color: 7575185.
HSL color Cylindrical-coordinate representation of color #919673: hue angle of 68.57º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #919673 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 115 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.41 |
| HSL | 68.57º | 0.14% | 0.52% | - |
| HSV(B) | 68.57º | 0.23% | 0.59% | - |
| XYZ | 25.68 | 29.07 | 20.48 | - |
| YUV | 144.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 115 | 0.03 | 0 | 0.23 | 0.41 | 68.57 | 0.14 | 0.52 |
| Hex | 91 | 96 | 73 | 3 | 0 | 17 | 29 | 45 | E | 34 |
| Octal | 221 | 226 | 163 | 3 | 0 | 27 | 51 | 105 | 16 | 64 |
| Binary | 10010001 | 10010110 | 1110011 | 11 | 0 | 10111 | 101001 | 1000101 | 1110 | 110100 |
Color Harmonies of #919673
Complementary color
Monochromatic Colors of #919673
Black with #919673
Text Example
Text Example
White with #919673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919673; }
p { color: rgb(145,150,115); }
H1.HeaderClassName
{
color: #919673;
}
.AnyTagClassName
{
color: #919673;
}
</style>
background-color css
<style>
a { background-color: #919673; }
a { background-color: rgb(145,150,115); }
div.DivClassName
{
background-color: #919673;
}
.BgClassName
{
background-color: #919673;
}
</style>
border-color css
<style>
span { border-color: #919673; }
span { border-color: rgb(145,150,115); }
td.TdClassName
{
border-color: #919673;
}
.TagClassName
{
border-color: #919673;
}
</style>