Shades of Avocado #919365
Tints of Avocado #919365
RGB
CMYK
RGB Variations
Color information
#919365 (or 0x919365) is known color: Avocado. HEX triplet: 91, 93 and 65. RGB value is (145,147,101). Sum of RGB (Red+Green+Blue) = 145+147+101=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #919365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919365 is #6E6C9A. Grayscale: #8D8D8D. Windows color (decimal): -7236763 or 6656913. OLE color: 6656913.
HSL color Cylindrical-coordinate representation of color #919365: hue angle of 62.61º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #919365 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 147 | 101 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.42 |
| HSL | 62.61º | 0.19% | 0.49% | - |
| HSV(B) | 62.61º | 0.31% | 0.58% | - |
| XYZ | 24.46 | 27.83 | 16.39 | - |
| YUV | 141.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 147 | 101 | 0.01 | 0 | 0.31 | 0.42 | 62.61 | 0.19 | 0.49 |
| Hex | 91 | 93 | 65 | 1 | 0 | 1F | 2A | 3F | 13 | 31 |
| Octal | 221 | 223 | 145 | 1 | 0 | 37 | 52 | 77 | 23 | 61 |
| Binary | 10010001 | 10010011 | 1100101 | 1 | 0 | 11111 | 101010 | 111111 | 10011 | 110001 |
Color Harmonies of #919365
Complementary color
Monochromatic Colors of #919365
Black with #919365
Text Example
Text Example
White with #919365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919365; }
p { color: rgb(145,147,101); }
H1.HeaderClassName
{
color: #919365;
}
.AnyTagClassName
{
color: #919365;
}
</style>
background-color css
<style>
a { background-color: #919365; }
a { background-color: rgb(145,147,101); }
div.DivClassName
{
background-color: #919365;
}
.BgClassName
{
background-color: #919365;
}
</style>
border-color css
<style>
span { border-color: #919365; }
span { border-color: rgb(145,147,101); }
td.TdClassName
{
border-color: #919365;
}
.TagClassName
{
border-color: #919365;
}
</style>