Shades of Avocado #91956C
Tints of Avocado #91956C
RGB
CMYK
RGB Variations
Color information
#91956C (or 0x91956C) is known color: Avocado. HEX triplet: 91, 95 and 6C. RGB value is (145,149,108). Sum of RGB (Red+Green+Blue) = 145+149+108=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #91956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91956C is #6E6A93. Grayscale: #8F8F8F. Windows color (decimal): -7236244 or 7116177. OLE color: 7116177.
HSL color Cylindrical-coordinate representation of color #91956C: hue angle of 65.85º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91956C is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 108 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.42 |
| HSL | 65.85º | 0.16% | 0.5% | - |
| HSV(B) | 65.85º | 0.28% | 0.58% | - |
| XYZ | 25.13 | 28.6 | 18.38 | - |
| YUV | 143.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 108 | 0.03 | 0 | 0.28 | 0.42 | 65.85 | 0.16 | 0.5 |
| Hex | 91 | 95 | 6C | 3 | 0 | 1C | 2A | 42 | 10 | 32 |
| Octal | 221 | 225 | 154 | 3 | 0 | 34 | 52 | 102 | 20 | 62 |
| Binary | 10010001 | 10010101 | 1101100 | 11 | 0 | 11100 | 101010 | 1000010 | 10000 | 110010 |
Color Harmonies of #91956C
Complementary color
Monochromatic Colors of #91956C
Black with #91956C
Text Example
Text Example
White with #91956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91956C; }
p { color: rgb(145,149,108); }
H1.HeaderClassName
{
color: #91956C;
}
.AnyTagClassName
{
color: #91956C;
}
</style>
background-color css
<style>
a { background-color: #91956C; }
a { background-color: rgb(145,149,108); }
div.DivClassName
{
background-color: #91956C;
}
.BgClassName
{
background-color: #91956C;
}
</style>
border-color css
<style>
span { border-color: #91956C; }
span { border-color: rgb(145,149,108); }
td.TdClassName
{
border-color: #91956C;
}
.TagClassName
{
border-color: #91956C;
}
</style>