Shades of Avocado #919263
Tints of Avocado #919263
RGB
CMYK
RGB Variations
Color information
#919263 (or 0x919263) is known color: Avocado. HEX triplet: 91, 92 and 63. RGB value is (145,146,99). Sum of RGB (Red+Green+Blue) = 145+146+99=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #919263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919263 is #6E6D9C. Grayscale: #8C8C8C. Windows color (decimal): -7237021 or 6525585. OLE color: 6525585.
HSL color Cylindrical-coordinate representation of color #919263: hue angle of 61.28º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #919263 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 146 | 99 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.43 |
| HSL | 61.28º | 0.19% | 0.48% | - |
| HSV(B) | 61.28º | 0.32% | 0.57% | - |
| XYZ | 24.21 | 27.48 | 15.83 | - |
| YUV | 140.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 99 | 0.01 | 0 | 0.32 | 0.43 | 61.28 | 0.19 | 0.48 |
| Hex | 91 | 92 | 63 | 1 | 0 | 20 | 2B | 3D | 13 | 30 |
| Octal | 221 | 222 | 143 | 1 | 0 | 40 | 53 | 75 | 23 | 60 |
| Binary | 10010001 | 10010010 | 1100011 | 1 | 0 | 100000 | 101011 | 111101 | 10011 | 110000 |
Color Harmonies of #919263
Complementary color
Monochromatic Colors of #919263
Black with #919263
Text Example
Text Example
White with #919263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919263; }
p { color: rgb(145,146,99); }
H1.HeaderClassName
{
color: #919263;
}
.AnyTagClassName
{
color: #919263;
}
</style>
background-color css
<style>
a { background-color: #919263; }
a { background-color: rgb(145,146,99); }
div.DivClassName
{
background-color: #919263;
}
.BgClassName
{
background-color: #919263;
}
</style>
border-color css
<style>
span { border-color: #919263; }
span { border-color: rgb(145,146,99); }
td.TdClassName
{
border-color: #919263;
}
.TagClassName
{
border-color: #919263;
}
</style>