Shades of Avocado #91965D
Tints of Avocado #91965D
RGB
CMYK
RGB Variations
Color information
#91965D (or 0x91965D) is known color: Avocado. HEX triplet: 91, 96 and 5D. RGB value is (145,150,93). Sum of RGB (Red+Green+Blue) = 145+150+93=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #91965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91965D is #6E69A2. Grayscale: #8E8E8E. Windows color (decimal): -7236003 or 6133393. OLE color: 6133393.
HSL color Cylindrical-coordinate representation of color #91965D: hue angle of 65.26º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91965D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 93 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.41 |
| HSL | 65.26º | 0.23% | 0.48% | - |
| HSV(B) | 65.26º | 0.38% | 0.59% | - |
| XYZ | 24.56 | 28.62 | 14.59 | - |
| YUV | 142.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 93 | 0.03 | 0 | 0.38 | 0.41 | 65.26 | 0.23 | 0.48 |
| Hex | 91 | 96 | 5D | 3 | 0 | 26 | 29 | 41 | 17 | 30 |
| Octal | 221 | 226 | 135 | 3 | 0 | 46 | 51 | 101 | 27 | 60 |
| Binary | 10010001 | 10010110 | 1011101 | 11 | 0 | 100110 | 101001 | 1000001 | 10111 | 110000 |
Color Harmonies of #91965D
Complementary color
Monochromatic Colors of #91965D
Black with #91965D
Text Example
Text Example
White with #91965D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91965D; }
p { color: rgb(145,150,93); }
H1.HeaderClassName
{
color: #91965D;
}
.AnyTagClassName
{
color: #91965D;
}
</style>
background-color css
<style>
a { background-color: #91965D; }
a { background-color: rgb(145,150,93); }
div.DivClassName
{
background-color: #91965D;
}
.BgClassName
{
background-color: #91965D;
}
</style>
border-color css
<style>
span { border-color: #91965D; }
span { border-color: rgb(145,150,93); }
td.TdClassName
{
border-color: #91965D;
}
.TagClassName
{
border-color: #91965D;
}
</style>