Shades of Avocado #919C64
Tints of Avocado #919C64
RGB
CMYK
RGB Variations
Color information
#919C64 (or 0x919C64) is known color: Avocado. HEX triplet: 91, 9C and 64. RGB value is (145,156,100). Sum of RGB (Red+Green+Blue) = 145+156+100=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #919C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C64 is #6E639B. Grayscale: #929292. Windows color (decimal): -7234460 or 6593681. OLE color: 6593681.
HSL color Cylindrical-coordinate representation of color #919C64: hue angle of 71.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #919C64 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 100 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.39 |
| HSL | 71.79º | 0.22% | 0.5% | - |
| HSV(B) | 71.79º | 0.36% | 0.61% | - |
| XYZ | 25.87 | 30.72 | 16.62 | - |
| YUV | 146.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 100 | 0.07 | 0 | 0.36 | 0.39 | 71.79 | 0.22 | 0.5 |
| Hex | 91 | 9C | 64 | 7 | 0 | 24 | 27 | 48 | 16 | 32 |
| Octal | 221 | 234 | 144 | 7 | 0 | 44 | 47 | 110 | 26 | 62 |
| Binary | 10010001 | 10011100 | 1100100 | 111 | 0 | 100100 | 100111 | 1001000 | 10110 | 110010 |
Color Harmonies of #919C64
Complementary color
Monochromatic Colors of #919C64
Black with #919C64
Text Example
Text Example
White with #919C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C64; }
p { color: rgb(145,156,100); }
H1.HeaderClassName
{
color: #919C64;
}
.AnyTagClassName
{
color: #919C64;
}
</style>
background-color css
<style>
a { background-color: #919C64; }
a { background-color: rgb(145,156,100); }
div.DivClassName
{
background-color: #919C64;
}
.BgClassName
{
background-color: #919C64;
}
</style>
border-color css
<style>
span { border-color: #919C64; }
span { border-color: rgb(145,156,100); }
td.TdClassName
{
border-color: #919C64;
}
.TagClassName
{
border-color: #919C64;
}
</style>