Shades of Avocado #91976E
Tints of Avocado #91976E
RGB
CMYK
RGB Variations
Color information
#91976E (or 0x91976E) is known color: Avocado. HEX triplet: 91, 97 and 6E. RGB value is (145,151,110). Sum of RGB (Red+Green+Blue) = 145+151+110=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #91976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91976E is #6E6891. Grayscale: #909090. Windows color (decimal): -7235730 or 7247761. OLE color: 7247761.
HSL color Cylindrical-coordinate representation of color #91976E: hue angle of 68.78º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91976E is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 151 | 110 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.41 |
| HSL | 68.78º | 0.16% | 0.51% | - |
| HSV(B) | 68.78º | 0.27% | 0.59% | - |
| XYZ | 25.56 | 29.28 | 19.06 | - |
| YUV | 144.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 110 | 0.04 | 0 | 0.27 | 0.41 | 68.78 | 0.16 | 0.51 |
| Hex | 91 | 97 | 6E | 4 | 0 | 1B | 29 | 45 | 10 | 33 |
| Octal | 221 | 227 | 156 | 4 | 0 | 33 | 51 | 105 | 20 | 63 |
| Binary | 10010001 | 10010111 | 1101110 | 100 | 0 | 11011 | 101001 | 1000101 | 10000 | 110011 |
Color Harmonies of #91976E
Complementary color
Monochromatic Colors of #91976E
Black with #91976E
Text Example
Text Example
White with #91976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91976E; }
p { color: rgb(145,151,110); }
H1.HeaderClassName
{
color: #91976E;
}
.AnyTagClassName
{
color: #91976E;
}
</style>
background-color css
<style>
a { background-color: #91976E; }
a { background-color: rgb(145,151,110); }
div.DivClassName
{
background-color: #91976E;
}
.BgClassName
{
background-color: #91976E;
}
</style>
border-color css
<style>
span { border-color: #91976E; }
span { border-color: rgb(145,151,110); }
td.TdClassName
{
border-color: #91976E;
}
.TagClassName
{
border-color: #91976E;
}
</style>