Shades of Avocado #91915B
Tints of Avocado #91915B
RGB
CMYK
RGB Variations
Color information
#91915B (or 0x91915B) is known color: Avocado. HEX triplet: 91, 91 and 5B. RGB value is (145,145,91). Sum of RGB (Red+Green+Blue) = 145+145+91=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 145 - color contains mainly: red, green. Hex color #91915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91915B is #6E6EA4. Grayscale: #8B8B8B. Windows color (decimal): -7237285 or 6001041. OLE color: 6001041.
HSL color Cylindrical-coordinate representation of color #91915B: hue angle of 60º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91915B is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 145 | 91 | - |
| CMYK | 0 | 0 | 0.37 | 0.43 |
| HSL | 60º | 0.23% | 0.46% | - |
| HSV(B) | 60º | 0.37% | 0.57% | - |
| XYZ | 23.69 | 27.03 | 13.87 | - |
| YUV | 138.84 | 101 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 91 | 0 | 0 | 0.37 | 0.43 | 60 | 0.23 | 0.46 |
| Hex | 91 | 91 | 5B | 0 | 0 | 25 | 2B | 3C | 17 | 2E |
| Octal | 221 | 221 | 133 | 0 | 0 | 45 | 53 | 74 | 27 | 56 |
| Binary | 10010001 | 10010001 | 1011011 | 0 | 0 | 100101 | 101011 | 111100 | 10111 | 101110 |
Color Harmonies of #91915B
Complementary color
Monochromatic Colors of #91915B
Black with #91915B
Text Example
Text Example
White with #91915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91915B; }
p { color: rgb(145,145,91); }
H1.HeaderClassName
{
color: #91915B;
}
.AnyTagClassName
{
color: #91915B;
}
</style>
background-color css
<style>
a { background-color: #91915B; }
a { background-color: rgb(145,145,91); }
div.DivClassName
{
background-color: #91915B;
}
.BgClassName
{
background-color: #91915B;
}
</style>
border-color css
<style>
span { border-color: #91915B; }
span { border-color: rgb(145,145,91); }
td.TdClassName
{
border-color: #91915B;
}
.TagClassName
{
border-color: #91915B;
}
</style>