Shades of Avocado #91936A
Tints of Avocado #91936A
RGB
CMYK
RGB Variations
Color information
#91936A (or 0x91936A) is known color: Avocado. HEX triplet: 91, 93 and 6A. RGB value is (145,147,106). Sum of RGB (Red+Green+Blue) = 145+147+106=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #91936A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91936A is #6E6C95. Grayscale: #8D8D8D. Windows color (decimal): -7236758 or 6984593. OLE color: 6984593.
HSL color Cylindrical-coordinate representation of color #91936A: hue angle of 62.93º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91936A is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 106 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.42 |
| HSL | 62.93º | 0.16% | 0.5% | - |
| HSV(B) | 62.93º | 0.28% | 0.58% | - |
| XYZ | 24.71 | 27.93 | 17.72 | - |
| YUV | 141.73 | 107.84 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 106 | 0.01 | 0 | 0.28 | 0.42 | 62.93 | 0.16 | 0.5 |
| Hex | 91 | 93 | 6A | 1 | 0 | 1C | 2A | 3F | 10 | 32 |
| Octal | 221 | 223 | 152 | 1 | 0 | 34 | 52 | 77 | 20 | 62 |
| Binary | 10010001 | 10010011 | 1101010 | 1 | 0 | 11100 | 101010 | 111111 | 10000 | 110010 |
Color Harmonies of #91936A
Complementary color
Monochromatic Colors of #91936A
Black with #91936A
Text Example
Text Example
White with #91936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91936A; }
p { color: rgb(145,147,106); }
H1.HeaderClassName
{
color: #91936A;
}
.AnyTagClassName
{
color: #91936A;
}
</style>
background-color css
<style>
a { background-color: #91936A; }
a { background-color: rgb(145,147,106); }
div.DivClassName
{
background-color: #91936A;
}
.BgClassName
{
background-color: #91936A;
}
</style>
border-color css
<style>
span { border-color: #91936A; }
span { border-color: rgb(145,147,106); }
td.TdClassName
{
border-color: #91936A;
}
.TagClassName
{
border-color: #91936A;
}
</style>