Shades of Avocado #919474
Tints of Avocado #919474
RGB
CMYK
RGB Variations
Color information
#919474 (or 0x919474) is known color: Avocado. HEX triplet: 91, 94 and 74. RGB value is (145,148,116). Sum of RGB (Red+Green+Blue) = 145+148+116=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #919474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919474 is #6E6B8B. Grayscale: #8F8F8F. Windows color (decimal): -7236492 or 7640209. OLE color: 7640209.
HSL color Cylindrical-coordinate representation of color #919474: hue angle of 65.62º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919474 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 116 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.42 |
| HSL | 65.63º | 0.13% | 0.52% | - |
| HSV(B) | 65.63º | 0.22% | 0.58% | - |
| XYZ | 25.42 | 28.46 | 20.68 | - |
| YUV | 143.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 116 | 0.02 | 0 | 0.22 | 0.42 | 65.63 | 0.13 | 0.52 |
| Hex | 91 | 94 | 74 | 2 | 0 | 16 | 2A | 42 | D | 34 |
| Octal | 221 | 224 | 164 | 2 | 0 | 26 | 52 | 102 | 15 | 64 |
| Binary | 10010001 | 10010100 | 1110100 | 10 | 0 | 10110 | 101010 | 1000010 | 1101 | 110100 |
Color Harmonies of #919474
Complementary color
Monochromatic Colors of #919474
Black with #919474
Text Example
Text Example
White with #919474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919474; }
p { color: rgb(145,148,116); }
H1.HeaderClassName
{
color: #919474;
}
.AnyTagClassName
{
color: #919474;
}
</style>
background-color css
<style>
a { background-color: #919474; }
a { background-color: rgb(145,148,116); }
div.DivClassName
{
background-color: #919474;
}
.BgClassName
{
background-color: #919474;
}
</style>
border-color css
<style>
span { border-color: #919474; }
span { border-color: rgb(145,148,116); }
td.TdClassName
{
border-color: #919474;
}
.TagClassName
{
border-color: #919474;
}
</style>