Shades of Avocado #919269
Tints of Avocado #919269
RGB
CMYK
RGB Variations
Color information
#919269 (or 0x919269) is known color: Avocado. HEX triplet: 91, 92 and 69. RGB value is (145,146,105). Sum of RGB (Red+Green+Blue) = 145+146+105=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #919269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919269 is #6E6D96. Grayscale: #8D8D8D. Windows color (decimal): -7237015 or 6918801. OLE color: 6918801.
HSL color Cylindrical-coordinate representation of color #919269: hue angle of 61.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #919269 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 146 | 105 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.43 |
| HSL | 61.46º | 0.16% | 0.49% | - |
| HSV(B) | 61.46º | 0.28% | 0.57% | - |
| XYZ | 24.51 | 27.6 | 17.4 | - |
| YUV | 141.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 146 | 105 | 0.01 | 0 | 0.28 | 0.43 | 61.46 | 0.16 | 0.49 |
| Hex | 91 | 92 | 69 | 1 | 0 | 1C | 2B | 3D | 10 | 31 |
| Octal | 221 | 222 | 151 | 1 | 0 | 34 | 53 | 75 | 20 | 61 |
| Binary | 10010001 | 10010010 | 1101001 | 1 | 0 | 11100 | 101011 | 111101 | 10000 | 110001 |
Color Harmonies of #919269
Complementary color
Monochromatic Colors of #919269
Black with #919269
Text Example
Text Example
White with #919269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919269; }
p { color: rgb(145,146,105); }
H1.HeaderClassName
{
color: #919269;
}
.AnyTagClassName
{
color: #919269;
}
</style>
background-color css
<style>
a { background-color: #919269; }
a { background-color: rgb(145,146,105); }
div.DivClassName
{
background-color: #919269;
}
.BgClassName
{
background-color: #919269;
}
</style>
border-color css
<style>
span { border-color: #919269; }
span { border-color: rgb(145,146,105); }
td.TdClassName
{
border-color: #919269;
}
.TagClassName
{
border-color: #919269;
}
</style>