Shades of Avocado #919A64
Tints of Avocado #919A64
RGB
CMYK
RGB Variations
Color information
#919A64 (or 0x919A64) is known color: Avocado. HEX triplet: 91, 9A and 64. RGB value is (145,154,100). Sum of RGB (Red+Green+Blue) = 145+154+100=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 100 (39.45% from 255 or 25.06% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #919A64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919A64 is #6E659B. Grayscale: #919191. Windows color (decimal): -7234972 or 6593169. OLE color: 6593169.
HSL color Cylindrical-coordinate representation of color #919A64: hue angle of 70º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919A64 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 100 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.40 |
| HSL | 70º | 0.21% | 0.5% | - |
| HSV(B) | 70º | 0.35% | 0.6% | - |
| XYZ | 25.53 | 30.05 | 16.51 | - |
| YUV | 145.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 100 | 0.06 | 0 | 0.35 | 0.40 | 70 | 0.21 | 0.5 |
| Hex | 91 | 9A | 64 | 6 | 0 | 23 | 28 | 46 | 15 | 32 |
| Octal | 221 | 232 | 144 | 6 | 0 | 43 | 50 | 106 | 25 | 62 |
| Binary | 10010001 | 10011010 | 1100100 | 110 | 0 | 100011 | 101000 | 1000110 | 10101 | 110010 |
Color Harmonies of #919A64
Complementary color
Monochromatic Colors of #919A64
Black with #919A64
Text Example
Text Example
White with #919A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A64; }
p { color: rgb(145,154,100); }
H1.HeaderClassName
{
color: #919A64;
}
.AnyTagClassName
{
color: #919A64;
}
</style>
background-color css
<style>
a { background-color: #919A64; }
a { background-color: rgb(145,154,100); }
div.DivClassName
{
background-color: #919A64;
}
.BgClassName
{
background-color: #919A64;
}
</style>
border-color css
<style>
span { border-color: #919A64; }
span { border-color: rgb(145,154,100); }
td.TdClassName
{
border-color: #919A64;
}
.TagClassName
{
border-color: #919A64;
}
</style>