Shades of Avocado #919262
Tints of Avocado #919262
RGB
CMYK
RGB Variations
Color information
#919262 (or 0x919262) is known color: Avocado. HEX triplet: 91, 92 and 62. RGB value is (145,146,98). Sum of RGB (Red+Green+Blue) = 145+146+98=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #919262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919262 is #6E6D9D. Grayscale: #8C8C8C. Windows color (decimal): -7237022 or 6460049. OLE color: 6460049.
HSL color Cylindrical-coordinate representation of color #919262: hue angle of 61.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919262 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 146 | 98 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.43 |
| HSL | 61.25º | 0.2% | 0.48% | - |
| HSV(B) | 61.25º | 0.33% | 0.57% | - |
| XYZ | 24.16 | 27.46 | 15.58 | - |
| YUV | 140.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 98 | 0.01 | 0 | 0.33 | 0.43 | 61.25 | 0.2 | 0.48 |
| Hex | 91 | 92 | 62 | 1 | 0 | 21 | 2B | 3D | 14 | 30 |
| Octal | 221 | 222 | 142 | 1 | 0 | 41 | 53 | 75 | 24 | 60 |
| Binary | 10010001 | 10010010 | 1100010 | 1 | 0 | 100001 | 101011 | 111101 | 10100 | 110000 |
Color Harmonies of #919262
Complementary color
Monochromatic Colors of #919262
Black with #919262
Text Example
Text Example
White with #919262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919262; }
p { color: rgb(145,146,98); }
H1.HeaderClassName
{
color: #919262;
}
.AnyTagClassName
{
color: #919262;
}
</style>
background-color css
<style>
a { background-color: #919262; }
a { background-color: rgb(145,146,98); }
div.DivClassName
{
background-color: #919262;
}
.BgClassName
{
background-color: #919262;
}
</style>
border-color css
<style>
span { border-color: #919262; }
span { border-color: rgb(145,146,98); }
td.TdClassName
{
border-color: #919262;
}
.TagClassName
{
border-color: #919262;
}
</style>