Shades of Avocado #919475
Tints of Avocado #919475
RGB
CMYK
RGB Variations
Color information
#919475 (or 0x919475) is known color: Avocado. HEX triplet: 91, 94 and 75. RGB value is (145,148,117). Sum of RGB (Red+Green+Blue) = 145+148+117=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #919475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919475 is #6E6B8A. Grayscale: #8F8F8F. Windows color (decimal): -7236491 or 7705745. OLE color: 7705745.
HSL color Cylindrical-coordinate representation of color #919475: hue angle of 65.81º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #919475 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 117 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.42 |
| HSL | 65.81º | 0.13% | 0.52% | - |
| HSV(B) | 65.81º | 0.21% | 0.58% | - |
| XYZ | 25.48 | 28.48 | 20.98 | - |
| YUV | 143.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 117 | 0.02 | 0 | 0.21 | 0.42 | 65.81 | 0.13 | 0.52 |
| Hex | 91 | 94 | 75 | 2 | 0 | 15 | 2A | 42 | D | 34 |
| Octal | 221 | 224 | 165 | 2 | 0 | 25 | 52 | 102 | 15 | 64 |
| Binary | 10010001 | 10010100 | 1110101 | 10 | 0 | 10101 | 101010 | 1000010 | 1101 | 110100 |
Color Harmonies of #919475
Complementary color
Monochromatic Colors of #919475
Black with #919475
Text Example
Text Example
White with #919475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919475; }
p { color: rgb(145,148,117); }
H1.HeaderClassName
{
color: #919475;
}
.AnyTagClassName
{
color: #919475;
}
</style>
background-color css
<style>
a { background-color: #919475; }
a { background-color: rgb(145,148,117); }
div.DivClassName
{
background-color: #919475;
}
.BgClassName
{
background-color: #919475;
}
</style>
border-color css
<style>
span { border-color: #919475; }
span { border-color: rgb(145,148,117); }
td.TdClassName
{
border-color: #919475;
}
.TagClassName
{
border-color: #919475;
}
</style>