Shades of Avocado #91965E
Tints of Avocado #91965E
RGB
CMYK
RGB Variations
Color information
#91965E (or 0x91965E) is known color: Avocado. HEX triplet: 91, 96 and 5E. RGB value is (145,150,94). Sum of RGB (Red+Green+Blue) = 145+150+94=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #91965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91965E is #6E69A1. Grayscale: #8E8E8E. Windows color (decimal): -7236002 or 6198929. OLE color: 6198929.
HSL color Cylindrical-coordinate representation of color #91965E: hue angle of 65.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91965E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 94 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.41 |
| HSL | 65.36º | 0.23% | 0.48% | - |
| HSV(B) | 65.36º | 0.37% | 0.59% | - |
| XYZ | 24.6 | 28.64 | 14.82 | - |
| YUV | 142.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 94 | 0.03 | 0 | 0.37 | 0.41 | 65.36 | 0.23 | 0.48 |
| Hex | 91 | 96 | 5E | 3 | 0 | 25 | 29 | 41 | 17 | 30 |
| Octal | 221 | 226 | 136 | 3 | 0 | 45 | 51 | 101 | 27 | 60 |
| Binary | 10010001 | 10010110 | 1011110 | 11 | 0 | 100101 | 101001 | 1000001 | 10111 | 110000 |
Color Harmonies of #91965E
Complementary color
Monochromatic Colors of #91965E
Black with #91965E
Text Example
Text Example
White with #91965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91965E; }
p { color: rgb(145,150,94); }
H1.HeaderClassName
{
color: #91965E;
}
.AnyTagClassName
{
color: #91965E;
}
</style>
background-color css
<style>
a { background-color: #91965E; }
a { background-color: rgb(145,150,94); }
div.DivClassName
{
background-color: #91965E;
}
.BgClassName
{
background-color: #91965E;
}
</style>
border-color css
<style>
span { border-color: #91965E; }
span { border-color: rgb(145,150,94); }
td.TdClassName
{
border-color: #91965E;
}
.TagClassName
{
border-color: #91965E;
}
</style>