Shades of Avocado #9BA06F
Tints of Avocado #9BA06F
RGB
CMYK
RGB Variations
Color information
#9BA06F (or 0x9BA06F) is known color: Avocado. HEX triplet: 9B, A0 and 6F. RGB value is (155,160,111). Sum of RGB (Red+Green+Blue) = 155+160+111=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA06F is #645F90. Grayscale: #999999. Windows color (decimal): -6578065 or 7315611. OLE color: 7315611.
HSL color Cylindrical-coordinate representation of color #9BA06F: hue angle of 66.12º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BA06F is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 111 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.37 |
| HSL | 66.12º | 0.21% | 0.53% | - |
| HSV(B) | 66.12º | 0.31% | 0.63% | - |
| XYZ | 28.96 | 33.26 | 19.93 | - |
| YUV | 152.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 111 | 0.03 | 0 | 0.31 | 0.37 | 66.12 | 0.21 | 0.53 |
| Hex | 9B | A0 | 6F | 3 | 0 | 1F | 25 | 42 | 15 | 35 |
| Octal | 233 | 240 | 157 | 3 | 0 | 37 | 45 | 102 | 25 | 65 |
| Binary | 10011011 | 10100000 | 1101111 | 11 | 0 | 11111 | 100101 | 1000010 | 10101 | 110101 |
Color Harmonies of #9BA06F
Complementary color
Monochromatic Colors of #9BA06F
Black with #9BA06F
Text Example
Text Example
White with #9BA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA06F; }
p { color: rgb(155,160,111); }
H1.HeaderClassName
{
color: #9BA06F;
}
.AnyTagClassName
{
color: #9BA06F;
}
</style>
background-color css
<style>
a { background-color: #9BA06F; }
a { background-color: rgb(155,160,111); }
div.DivClassName
{
background-color: #9BA06F;
}
.BgClassName
{
background-color: #9BA06F;
}
</style>
border-color css
<style>
span { border-color: #9BA06F; }
span { border-color: rgb(155,160,111); }
td.TdClassName
{
border-color: #9BA06F;
}
.TagClassName
{
border-color: #9BA06F;
}
</style>