Shades of Avocado #9A9B69
Tints of Avocado #9A9B69
RGB
CMYK
RGB Variations
Color information
#9A9B69 (or 0x9A9B69) is known color: Avocado. HEX triplet: 9A, 9B and 69. RGB value is (154,155,105). Sum of RGB (Red+Green+Blue) = 154+155+105=414 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.20% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 155 - color contains mainly: green. Hex color #9A9B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9B69 is #656496. Grayscale: #959595. Windows color (decimal): -6644887 or 6921114. OLE color: 6921114.
HSL color Cylindrical-coordinate representation of color #9A9B69: hue angle of 61.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A9B69 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 155 | 105 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.39 |
| HSL | 61.2º | 0.2% | 0.51% | - |
| HSV(B) | 61.2º | 0.32% | 0.61% | - |
| XYZ | 27.6 | 31.33 | 17.96 | - |
| YUV | 149 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 155 | 105 | 0.01 | 0 | 0.32 | 0.39 | 61.2 | 0.2 | 0.51 |
| Hex | 9A | 9B | 69 | 1 | 0 | 20 | 27 | 3D | 14 | 33 |
| Octal | 232 | 233 | 151 | 1 | 0 | 40 | 47 | 75 | 24 | 63 |
| Binary | 10011010 | 10011011 | 1101001 | 1 | 0 | 100000 | 100111 | 111101 | 10100 | 110011 |
Color Harmonies of #9A9B69
Complementary color
Monochromatic Colors of #9A9B69
Black with #9A9B69
Text Example
Text Example
White with #9A9B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9B69; }
p { color: rgb(154,155,105); }
H1.HeaderClassName
{
color: #9A9B69;
}
.AnyTagClassName
{
color: #9A9B69;
}
</style>
background-color css
<style>
a { background-color: #9A9B69; }
a { background-color: rgb(154,155,105); }
div.DivClassName
{
background-color: #9A9B69;
}
.BgClassName
{
background-color: #9A9B69;
}
</style>
border-color css
<style>
span { border-color: #9A9B69; }
span { border-color: rgb(154,155,105); }
td.TdClassName
{
border-color: #9A9B69;
}
.TagClassName
{
border-color: #9A9B69;
}
</style>