Shades of Avocado #9A9F69
Tints of Avocado #9A9F69
RGB
CMYK
RGB Variations
Color information
#9A9F69 (or 0x9A9F69) is known color: Avocado. HEX triplet: 9A, 9F and 69. RGB value is (154,159,105). Sum of RGB (Red+Green+Blue) = 154+159+105=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9F69 is #656096. Grayscale: #979797. Windows color (decimal): -6643863 or 6922138. OLE color: 6922138.
HSL color Cylindrical-coordinate representation of color #9A9F69: hue angle of 65.56º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A9F69 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 159 | 105 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.38 |
| HSL | 65.56º | 0.22% | 0.52% | - |
| HSV(B) | 65.56º | 0.34% | 0.62% | - |
| XYZ | 28.27 | 32.69 | 18.18 | - |
| YUV | 151.35 | 101.84 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 105 | 0.03 | 0 | 0.34 | 0.38 | 65.56 | 0.22 | 0.52 |
| Hex | 9A | 9F | 69 | 3 | 0 | 22 | 26 | 42 | 16 | 34 |
| Octal | 232 | 237 | 151 | 3 | 0 | 42 | 46 | 102 | 26 | 64 |
| Binary | 10011010 | 10011111 | 1101001 | 11 | 0 | 100010 | 100110 | 1000010 | 10110 | 110100 |
Color Harmonies of #9A9F69
Complementary color
Monochromatic Colors of #9A9F69
Black with #9A9F69
Text Example
Text Example
White with #9A9F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9F69; }
p { color: rgb(154,159,105); }
H1.HeaderClassName
{
color: #9A9F69;
}
.AnyTagClassName
{
color: #9A9F69;
}
</style>
background-color css
<style>
a { background-color: #9A9F69; }
a { background-color: rgb(154,159,105); }
div.DivClassName
{
background-color: #9A9F69;
}
.BgClassName
{
background-color: #9A9F69;
}
</style>
border-color css
<style>
span { border-color: #9A9F69; }
span { border-color: rgb(154,159,105); }
td.TdClassName
{
border-color: #9A9F69;
}
.TagClassName
{
border-color: #9A9F69;
}
</style>