Shades of Avocado #91915C
Tints of Avocado #91915C
RGB
CMYK
RGB Variations
Color information
#91915C (or 0x91915C) is known color: Avocado. HEX triplet: 91, 91 and 5C. RGB value is (145,145,92). Sum of RGB (Red+Green+Blue) = 145+145+92=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 145 - color contains mainly: red, green. Hex color #91915C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91915C is #6E6EA3. Grayscale: #8B8B8B. Windows color (decimal): -7237284 or 6066577. OLE color: 6066577.
HSL color Cylindrical-coordinate representation of color #91915C: hue angle of 60º degrees, saturation: 0.22, 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 #91915C is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 145 | 92 | - |
| CMYK | 0 | 0 | 0.37 | 0.43 |
| HSL | 60º | 0.22% | 0.46% | - |
| HSV(B) | 60º | 0.37% | 0.57% | - |
| XYZ | 23.73 | 27.04 | 14.09 | - |
| YUV | 138.96 | 101.5 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 92 | 0 | 0 | 0.37 | 0.43 | 60 | 0.22 | 0.46 |
| Hex | 91 | 91 | 5C | 0 | 0 | 25 | 2B | 3C | 16 | 2E |
| Octal | 221 | 221 | 134 | 0 | 0 | 45 | 53 | 74 | 26 | 56 |
| Binary | 10010001 | 10010001 | 1011100 | 0 | 0 | 100101 | 101011 | 111100 | 10110 | 101110 |
Color Harmonies of #91915C
Complementary color
Monochromatic Colors of #91915C
Black with #91915C
Text Example
Text Example
White with #91915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91915C; }
p { color: rgb(145,145,92); }
H1.HeaderClassName
{
color: #91915C;
}
.AnyTagClassName
{
color: #91915C;
}
</style>
background-color css
<style>
a { background-color: #91915C; }
a { background-color: rgb(145,145,92); }
div.DivClassName
{
background-color: #91915C;
}
.BgClassName
{
background-color: #91915C;
}
</style>
border-color css
<style>
span { border-color: #91915C; }
span { border-color: rgb(145,145,92); }
td.TdClassName
{
border-color: #91915C;
}
.TagClassName
{
border-color: #91915C;
}
</style>