Shades of Avocado #999657
Tints of Avocado #999657
RGB
CMYK
RGB Variations
Color information
#999657 (or 0x999657) is known color: Avocado. HEX triplet: 99, 96 and 57. RGB value is (153,150,87). Sum of RGB (Red+Green+Blue) = 153+150+87=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #999657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999657 is #6669A8. Grayscale: #8F8F8F. Windows color (decimal): -6711721 or 5740185. OLE color: 5740185.
HSL color Cylindrical-coordinate representation of color #999657: hue angle of 57.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #999657 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 87 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.4 |
| HSL | 57.27º | 0.28% | 0.47% | - |
| HSV(B) | 57.27º | 0.43% | 0.6% | - |
| XYZ | 25.76 | 29.27 | 13.31 | - |
| YUV | 143.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 87 | 0 | 0.02 | 0.43 | 0.4 | 57.27 | 0.28 | 0.47 |
| Hex | 99 | 96 | 57 | 0 | 2 | 2B | 28 | 39 | 1C | 2F |
| Octal | 231 | 226 | 127 | 0 | 2 | 53 | 50 | 71 | 34 | 57 |
| Binary | 10011001 | 10010110 | 1010111 | 0 | 10 | 101011 | 101000 | 111001 | 11100 | 101111 |
Color Harmonies of #999657
Complementary color
Monochromatic Colors of #999657
Black with #999657
Text Example
Text Example
White with #999657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999657; }
p { color: rgb(153,150,87); }
H1.HeaderClassName
{
color: #999657;
}
.AnyTagClassName
{
color: #999657;
}
</style>
background-color css
<style>
a { background-color: #999657; }
a { background-color: rgb(153,150,87); }
div.DivClassName
{
background-color: #999657;
}
.BgClassName
{
background-color: #999657;
}
</style>
border-color css
<style>
span { border-color: #999657; }
span { border-color: rgb(153,150,87); }
td.TdClassName
{
border-color: #999657;
}
.TagClassName
{
border-color: #999657;
}
</style>