Shades of Avocado #91936C
Tints of Avocado #91936C
RGB
CMYK
RGB Variations
Color information
#91936C (or 0x91936C) is known color: Avocado. HEX triplet: 91, 93 and 6C. RGB value is (145,147,108). Sum of RGB (Red+Green+Blue) = 145+147+108=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #91936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91936C is #6E6C93. Grayscale: #8E8E8E. Windows color (decimal): -7236756 or 7115665. OLE color: 7115665.
HSL color Cylindrical-coordinate representation of color #91936C: hue angle of 63.08º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91936C is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 108 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.42 |
| HSL | 63.08º | 0.15% | 0.5% | - |
| HSV(B) | 63.08º | 0.27% | 0.58% | - |
| XYZ | 24.82 | 27.97 | 18.28 | - |
| YUV | 141.96 | 108.84 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 108 | 0.01 | 0 | 0.27 | 0.42 | 63.08 | 0.15 | 0.5 |
| Hex | 91 | 93 | 6C | 1 | 0 | 1B | 2A | 3F | F | 32 |
| Octal | 221 | 223 | 154 | 1 | 0 | 33 | 52 | 77 | 17 | 62 |
| Binary | 10010001 | 10010011 | 1101100 | 1 | 0 | 11011 | 101010 | 111111 | 1111 | 110010 |
Color Harmonies of #91936C
Complementary color
Monochromatic Colors of #91936C
Black with #91936C
Text Example
Text Example
White with #91936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91936C; }
p { color: rgb(145,147,108); }
H1.HeaderClassName
{
color: #91936C;
}
.AnyTagClassName
{
color: #91936C;
}
</style>
background-color css
<style>
a { background-color: #91936C; }
a { background-color: rgb(145,147,108); }
div.DivClassName
{
background-color: #91936C;
}
.BgClassName
{
background-color: #91936C;
}
</style>
border-color css
<style>
span { border-color: #91936C; }
span { border-color: rgb(145,147,108); }
td.TdClassName
{
border-color: #91936C;
}
.TagClassName
{
border-color: #91936C;
}
</style>