Shades of Avocado #919C61
Tints of Avocado #919C61
RGB
CMYK
RGB Variations
Color information
#919C61 (or 0x919C61) is known color: Avocado. HEX triplet: 91, 9C and 61. RGB value is (145,156,97). Sum of RGB (Red+Green+Blue) = 145+156+97=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #919C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C61 is #6E639E. Grayscale: #929292. Windows color (decimal): -7234463 or 6397073. OLE color: 6397073.
HSL color Cylindrical-coordinate representation of color #919C61: hue angle of 71.19º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919C61 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 97 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.39 |
| HSL | 71.19º | 0.23% | 0.5% | - |
| HSV(B) | 71.19º | 0.38% | 0.61% | - |
| XYZ | 25.72 | 30.66 | 15.87 | - |
| YUV | 145.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 97 | 0.07 | 0 | 0.38 | 0.39 | 71.19 | 0.23 | 0.5 |
| Hex | 91 | 9C | 61 | 7 | 0 | 26 | 27 | 47 | 17 | 32 |
| Octal | 221 | 234 | 141 | 7 | 0 | 46 | 47 | 107 | 27 | 62 |
| Binary | 10010001 | 10011100 | 1100001 | 111 | 0 | 100110 | 100111 | 1000111 | 10111 | 110010 |
Color Harmonies of #919C61
Complementary color
Monochromatic Colors of #919C61
Black with #919C61
Text Example
Text Example
White with #919C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C61; }
p { color: rgb(145,156,97); }
H1.HeaderClassName
{
color: #919C61;
}
.AnyTagClassName
{
color: #919C61;
}
</style>
background-color css
<style>
a { background-color: #919C61; }
a { background-color: rgb(145,156,97); }
div.DivClassName
{
background-color: #919C61;
}
.BgClassName
{
background-color: #919C61;
}
</style>
border-color css
<style>
span { border-color: #919C61; }
span { border-color: rgb(145,156,97); }
td.TdClassName
{
border-color: #919C61;
}
.TagClassName
{
border-color: #919C61;
}
</style>