Shades of Avocado #91935A
Tints of Avocado #91935A
RGB
CMYK
RGB Variations
Color information
#91935A (or 0x91935A) is known color: Avocado. HEX triplet: 91, 93 and 5A. RGB value is (145,147,90). Sum of RGB (Red+Green+Blue) = 145+147+90=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #91935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91935A is #6E6CA5. Grayscale: #8C8C8C. Windows color (decimal): -7236774 or 5936017. OLE color: 5936017.
HSL color Cylindrical-coordinate representation of color #91935A: hue angle of 62.11º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91935A is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 90 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.42 |
| HSL | 62.11º | 0.24% | 0.46% | - |
| HSV(B) | 62.11º | 0.39% | 0.58% | - |
| XYZ | 23.96 | 27.63 | 13.74 | - |
| YUV | 139.9 | 99.84 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 90 | 0.01 | 0 | 0.39 | 0.42 | 62.11 | 0.24 | 0.46 |
| Hex | 91 | 93 | 5A | 1 | 0 | 27 | 2A | 3E | 18 | 2E |
| Octal | 221 | 223 | 132 | 1 | 0 | 47 | 52 | 76 | 30 | 56 |
| Binary | 10010001 | 10010011 | 1011010 | 1 | 0 | 100111 | 101010 | 111110 | 11000 | 101110 |
Color Harmonies of #91935A
Complementary color
Monochromatic Colors of #91935A
Black with #91935A
Text Example
Text Example
White with #91935A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91935A; }
p { color: rgb(145,147,90); }
H1.HeaderClassName
{
color: #91935A;
}
.AnyTagClassName
{
color: #91935A;
}
</style>
background-color css
<style>
a { background-color: #91935A; }
a { background-color: rgb(145,147,90); }
div.DivClassName
{
background-color: #91935A;
}
.BgClassName
{
background-color: #91935A;
}
</style>
border-color css
<style>
span { border-color: #91935A; }
span { border-color: rgb(145,147,90); }
td.TdClassName
{
border-color: #91935A;
}
.TagClassName
{
border-color: #91935A;
}
</style>