Shades of Avocado #9DA06C
Tints of Avocado #9DA06C
RGB
CMYK
RGB Variations
Color information
#9DA06C (or 0x9DA06C) is known color: Avocado. HEX triplet: 9D, A0 and 6C. RGB value is (157,160,108). Sum of RGB (Red+Green+Blue) = 157+160+108=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA06C is #625F93. Grayscale: #999999. Windows color (decimal): -6446996 or 7119005. OLE color: 7119005.
HSL color Cylindrical-coordinate representation of color #9DA06C: hue angle of 63.46º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DA06C is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 108 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.37 |
| HSL | 63.46º | 0.21% | 0.53% | - |
| HSV(B) | 63.46º | 0.33% | 0.63% | - |
| XYZ | 29.18 | 33.39 | 19.09 | - |
| YUV | 153.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 108 | 0.02 | 0 | 0.32 | 0.37 | 63.46 | 0.21 | 0.53 |
| Hex | 9D | A0 | 6C | 2 | 0 | 20 | 25 | 3F | 15 | 35 |
| Octal | 235 | 240 | 154 | 2 | 0 | 40 | 45 | 77 | 25 | 65 |
| Binary | 10011101 | 10100000 | 1101100 | 10 | 0 | 100000 | 100101 | 111111 | 10101 | 110101 |
Color Harmonies of #9DA06C
Complementary color
Monochromatic Colors of #9DA06C
Black with #9DA06C
Text Example
Text Example
White with #9DA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA06C; }
p { color: rgb(157,160,108); }
H1.HeaderClassName
{
color: #9DA06C;
}
.AnyTagClassName
{
color: #9DA06C;
}
</style>
background-color css
<style>
a { background-color: #9DA06C; }
a { background-color: rgb(157,160,108); }
div.DivClassName
{
background-color: #9DA06C;
}
.BgClassName
{
background-color: #9DA06C;
}
</style>
border-color css
<style>
span { border-color: #9DA06C; }
span { border-color: rgb(157,160,108); }
td.TdClassName
{
border-color: #9DA06C;
}
.TagClassName
{
border-color: #9DA06C;
}
</style>