Shades of Avocado #91905A
Tints of Avocado #91905A
RGB
CMYK
RGB Variations
Color information
#91905A (or 0x91905A) is known color: Avocado. HEX triplet: 91, 90 and 5A. RGB value is (145,144,90). Sum of RGB (Red+Green+Blue) = 145+144+90=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 145 - color contains mainly: red. Hex color #91905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91905A is #6E6FA5. Grayscale: #8A8A8A. Windows color (decimal): -7237542 or 5935249. OLE color: 5935249.
HSL color Cylindrical-coordinate representation of color #91905A: hue angle of 58.91º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91905A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 144 | 90 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.43 |
| HSL | 58.91º | 0.23% | 0.46% | - |
| HSV(B) | 58.91º | 0.38% | 0.57% | - |
| XYZ | 23.5 | 26.7 | 13.59 | - |
| YUV | 138.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 90 | 0 | 0.01 | 0.38 | 0.43 | 58.91 | 0.23 | 0.46 |
| Hex | 91 | 90 | 5A | 0 | 1 | 26 | 2B | 3B | 17 | 2E |
| Octal | 221 | 220 | 132 | 0 | 1 | 46 | 53 | 73 | 27 | 56 |
| Binary | 10010001 | 10010000 | 1011010 | 0 | 1 | 100110 | 101011 | 111011 | 10111 | 101110 |
Color Harmonies of #91905A
Complementary color
Monochromatic Colors of #91905A
Black with #91905A
Text Example
Text Example
White with #91905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91905A; }
p { color: rgb(145,144,90); }
H1.HeaderClassName
{
color: #91905A;
}
.AnyTagClassName
{
color: #91905A;
}
</style>
background-color css
<style>
a { background-color: #91905A; }
a { background-color: rgb(145,144,90); }
div.DivClassName
{
background-color: #91905A;
}
.BgClassName
{
background-color: #91905A;
}
</style>
border-color css
<style>
span { border-color: #91905A; }
span { border-color: rgb(145,144,90); }
td.TdClassName
{
border-color: #91905A;
}
.TagClassName
{
border-color: #91905A;
}
</style>