Shades of Avocado #919455
Tints of Avocado #919455
RGB
CMYK
RGB Variations
Color information
#919455 (or 0x919455) is known color: Avocado. HEX triplet: 91, 94 and 55. RGB value is (145,148,85). Sum of RGB (Red+Green+Blue) = 145+148+85=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #919455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919455 is #6E6BAA. Grayscale: #8C8C8C. Windows color (decimal): -7236523 or 5608593. OLE color: 5608593.
HSL color Cylindrical-coordinate representation of color #919455: hue angle of 62.86º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #919455 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 85 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.42 |
| HSL | 62.86º | 0.27% | 0.46% | - |
| HSV(B) | 62.86º | 0.43% | 0.58% | - |
| XYZ | 23.91 | 27.86 | 12.71 | - |
| YUV | 139.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 85 | 0.02 | 0 | 0.43 | 0.42 | 62.86 | 0.27 | 0.46 |
| Hex | 91 | 94 | 55 | 2 | 0 | 2B | 2A | 3F | 1B | 2E |
| Octal | 221 | 224 | 125 | 2 | 0 | 53 | 52 | 77 | 33 | 56 |
| Binary | 10010001 | 10010100 | 1010101 | 10 | 0 | 101011 | 101010 | 111111 | 11011 | 101110 |
Color Harmonies of #919455
Complementary color
Monochromatic Colors of #919455
Black with #919455
Text Example
Text Example
White with #919455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919455; }
p { color: rgb(145,148,85); }
H1.HeaderClassName
{
color: #919455;
}
.AnyTagClassName
{
color: #919455;
}
</style>
background-color css
<style>
a { background-color: #919455; }
a { background-color: rgb(145,148,85); }
div.DivClassName
{
background-color: #919455;
}
.BgClassName
{
background-color: #919455;
}
</style>
border-color css
<style>
span { border-color: #919455; }
span { border-color: rgb(145,148,85); }
td.TdClassName
{
border-color: #919455;
}
.TagClassName
{
border-color: #919455;
}
</style>