Shades of Avocado #91956B
Tints of Avocado #91956B
RGB
CMYK
RGB Variations
Color information
#91956B (or 0x91956B) is known color: Avocado. HEX triplet: 91, 95 and 6B. RGB value is (145,149,107). Sum of RGB (Red+Green+Blue) = 145+149+107=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #91956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91956B is #6E6A94. Grayscale: #8F8F8F. Windows color (decimal): -7236245 or 7050641. OLE color: 7050641.
HSL color Cylindrical-coordinate representation of color #91956B: hue angle of 65.71º degrees, saturation: 0.17, 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 #91956B is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 149 | 107 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.42 |
| HSL | 65.71º | 0.17% | 0.5% | - |
| HSV(B) | 65.71º | 0.28% | 0.58% | - |
| XYZ | 25.08 | 28.58 | 18.1 | - |
| YUV | 143.02 | 107.67 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 149 | 107 | 0.03 | 0 | 0.28 | 0.42 | 65.71 | 0.17 | 0.5 |
| Hex | 91 | 95 | 6B | 3 | 0 | 1C | 2A | 42 | 11 | 32 |
| Octal | 221 | 225 | 153 | 3 | 0 | 34 | 52 | 102 | 21 | 62 |
| Binary | 10010001 | 10010101 | 1101011 | 11 | 0 | 11100 | 101010 | 1000010 | 10001 | 110010 |
Color Harmonies of #91956B
Complementary color
Monochromatic Colors of #91956B
Black with #91956B
Text Example
Text Example
White with #91956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91956B; }
p { color: rgb(145,149,107); }
H1.HeaderClassName
{
color: #91956B;
}
.AnyTagClassName
{
color: #91956B;
}
</style>
background-color css
<style>
a { background-color: #91956B; }
a { background-color: rgb(145,149,107); }
div.DivClassName
{
background-color: #91956B;
}
.BgClassName
{
background-color: #91956B;
}
</style>
border-color css
<style>
span { border-color: #91956B; }
span { border-color: rgb(145,149,107); }
td.TdClassName
{
border-color: #91956B;
}
.TagClassName
{
border-color: #91956B;
}
</style>