Shades of Avocado #919D69
Tints of Avocado #919D69
RGB
CMYK
RGB Variations
Color information
#919D69 (or 0x919D69) is known color: Avocado. HEX triplet: 91, 9D and 69. RGB value is (145,157,105). Sum of RGB (Red+Green+Blue) = 145+157+105=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #919D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919D69 is #6E6296. Grayscale: #939393. Windows color (decimal): -7234199 or 6921617. OLE color: 6921617.
HSL color Cylindrical-coordinate representation of color #919D69: hue angle of 73.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919D69 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 105 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.38 |
| HSL | 73.85º | 0.21% | 0.51% | - |
| HSV(B) | 73.85º | 0.33% | 0.62% | - |
| XYZ | 26.28 | 31.15 | 17.99 | - |
| YUV | 147.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 105 | 0.08 | 0 | 0.33 | 0.38 | 73.85 | 0.21 | 0.51 |
| Hex | 91 | 9D | 69 | 8 | 0 | 21 | 26 | 4A | 15 | 33 |
| Octal | 221 | 235 | 151 | 10 | 0 | 41 | 46 | 112 | 25 | 63 |
| Binary | 10010001 | 10011101 | 1101001 | 1000 | 0 | 100001 | 100110 | 1001010 | 10101 | 110011 |
Color Harmonies of #919D69
Complementary color
Monochromatic Colors of #919D69
Black with #919D69
Text Example
Text Example
White with #919D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D69; }
p { color: rgb(145,157,105); }
H1.HeaderClassName
{
color: #919D69;
}
.AnyTagClassName
{
color: #919D69;
}
</style>
background-color css
<style>
a { background-color: #919D69; }
a { background-color: rgb(145,157,105); }
div.DivClassName
{
background-color: #919D69;
}
.BgClassName
{
background-color: #919D69;
}
</style>
border-color css
<style>
span { border-color: #919D69; }
span { border-color: rgb(145,157,105); }
td.TdClassName
{
border-color: #919D69;
}
.TagClassName
{
border-color: #919D69;
}
</style>