Shades of Avocado #91966A
Tints of Avocado #91966A
RGB
CMYK
RGB Variations
Color information
#91966A (or 0x91966A) is known color: Avocado. HEX triplet: 91, 96 and 6A. RGB value is (145,150,106). Sum of RGB (Red+Green+Blue) = 145+150+106=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #91966A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91966A is #6E6995. Grayscale: #8F8F8F. Windows color (decimal): -7235990 or 6985361. OLE color: 6985361.
HSL color Cylindrical-coordinate representation of color #91966A: hue angle of 66.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91966A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 106 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.41 |
| HSL | 66.82º | 0.17% | 0.5% | - |
| HSV(B) | 66.82º | 0.29% | 0.59% | - |
| XYZ | 25.18 | 28.87 | 17.88 | - |
| YUV | 143.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 106 | 0.03 | 0 | 0.29 | 0.41 | 66.82 | 0.17 | 0.5 |
| Hex | 91 | 96 | 6A | 3 | 0 | 1D | 29 | 43 | 11 | 32 |
| Octal | 221 | 226 | 152 | 3 | 0 | 35 | 51 | 103 | 21 | 62 |
| Binary | 10010001 | 10010110 | 1101010 | 11 | 0 | 11101 | 101001 | 1000011 | 10001 | 110010 |
Color Harmonies of #91966A
Complementary color
Monochromatic Colors of #91966A
Black with #91966A
Text Example
Text Example
White with #91966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91966A; }
p { color: rgb(145,150,106); }
H1.HeaderClassName
{
color: #91966A;
}
.AnyTagClassName
{
color: #91966A;
}
</style>
background-color css
<style>
a { background-color: #91966A; }
a { background-color: rgb(145,150,106); }
div.DivClassName
{
background-color: #91966A;
}
.BgClassName
{
background-color: #91966A;
}
</style>
border-color css
<style>
span { border-color: #91966A; }
span { border-color: rgb(145,150,106); }
td.TdClassName
{
border-color: #91966A;
}
.TagClassName
{
border-color: #91966A;
}
</style>