Shades of Avocado #91935D
Tints of Avocado #91935D
RGB
CMYK
RGB Variations
Color information
#91935D (or 0x91935D) is known color: Avocado. HEX triplet: 91, 93 and 5D. RGB value is (145,147,93). Sum of RGB (Red+Green+Blue) = 145+147+93=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #91935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91935D is #6E6CA2. Grayscale: #8C8C8C. Windows color (decimal): -7236771 or 6132625. OLE color: 6132625.
HSL color Cylindrical-coordinate representation of color #91935D: hue angle of 62.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91935D is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 93 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.42 |
| HSL | 62.22º | 0.23% | 0.47% | - |
| HSV(B) | 62.22º | 0.37% | 0.58% | - |
| XYZ | 24.09 | 27.68 | 14.43 | - |
| YUV | 140.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 93 | 0.01 | 0 | 0.37 | 0.42 | 62.22 | 0.23 | 0.47 |
| Hex | 91 | 93 | 5D | 1 | 0 | 25 | 2A | 3E | 16 | 2F |
| Octal | 221 | 223 | 135 | 1 | 0 | 45 | 52 | 76 | 26 | 57 |
| Binary | 10010001 | 10010011 | 1011101 | 1 | 0 | 100101 | 101010 | 111110 | 10110 | 101111 |
Color Harmonies of #91935D
Complementary color
Monochromatic Colors of #91935D
Black with #91935D
Text Example
Text Example
White with #91935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91935D; }
p { color: rgb(145,147,93); }
H1.HeaderClassName
{
color: #91935D;
}
.AnyTagClassName
{
color: #91935D;
}
</style>
background-color css
<style>
a { background-color: #91935D; }
a { background-color: rgb(145,147,93); }
div.DivClassName
{
background-color: #91935D;
}
.BgClassName
{
background-color: #91935D;
}
</style>
border-color css
<style>
span { border-color: #91935D; }
span { border-color: rgb(145,147,93); }
td.TdClassName
{
border-color: #91935D;
}
.TagClassName
{
border-color: #91935D;
}
</style>