Shades of Avocado #9B9A60
Tints of Avocado #9B9A60
RGB
CMYK
RGB Variations
Color information
#9B9A60 (or 0x9B9A60) is known color: Avocado. HEX triplet: 9B, 9A and 60. RGB value is (155,154,96). Sum of RGB (Red+Green+Blue) = 155+154+96=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9A60 is #64659F. Grayscale: #939393. Windows color (decimal): -6579616 or 6331035. OLE color: 6331035.
HSL color Cylindrical-coordinate representation of color #9B9A60: hue angle of 58.98º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B9A60 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 154 | 96 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.39 |
| HSL | 58.98º | 0.24% | 0.49% | - |
| HSV(B) | 58.98º | 0.38% | 0.61% | - |
| XYZ | 27.18 | 30.92 | 15.6 | - |
| YUV | 147.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 96 | 0 | 0.01 | 0.38 | 0.39 | 58.98 | 0.24 | 0.49 |
| Hex | 9B | 9A | 60 | 0 | 1 | 26 | 27 | 3B | 18 | 31 |
| Octal | 233 | 232 | 140 | 0 | 1 | 46 | 47 | 73 | 30 | 61 |
| Binary | 10011011 | 10011010 | 1100000 | 0 | 1 | 100110 | 100111 | 111011 | 11000 | 110001 |
Color Harmonies of #9B9A60
Complementary color
Monochromatic Colors of #9B9A60
Black with #9B9A60
Text Example
Text Example
White with #9B9A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9A60; }
p { color: rgb(155,154,96); }
H1.HeaderClassName
{
color: #9B9A60;
}
.AnyTagClassName
{
color: #9B9A60;
}
</style>
background-color css
<style>
a { background-color: #9B9A60; }
a { background-color: rgb(155,154,96); }
div.DivClassName
{
background-color: #9B9A60;
}
.BgClassName
{
background-color: #9B9A60;
}
</style>
border-color css
<style>
span { border-color: #9B9A60; }
span { border-color: rgb(155,154,96); }
td.TdClassName
{
border-color: #9B9A60;
}
.TagClassName
{
border-color: #9B9A60;
}
</style>