Shades of Avocado #999B63
Tints of Avocado #999B63
RGB
CMYK
RGB Variations
Color information
#999B63 (or 0x999B63) is known color: Avocado. HEX triplet: 99, 9B and 63. RGB value is (153,155,99). Sum of RGB (Red+Green+Blue) = 153+155+99=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #999B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B63 is #66649C. Grayscale: #949494. Windows color (decimal): -6710429 or 6527897. OLE color: 6527897.
HSL color Cylindrical-coordinate representation of color #999B63: hue angle of 62.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999B63 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 99 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.39 |
| HSL | 62.14º | 0.22% | 0.5% | - |
| HSV(B) | 62.14º | 0.36% | 0.61% | - |
| XYZ | 27.11 | 31.12 | 16.38 | - |
| YUV | 148.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 99 | 0.01 | 0 | 0.36 | 0.39 | 62.14 | 0.22 | 0.5 |
| Hex | 99 | 9B | 63 | 1 | 0 | 24 | 27 | 3E | 16 | 32 |
| Octal | 231 | 233 | 143 | 1 | 0 | 44 | 47 | 76 | 26 | 62 |
| Binary | 10011001 | 10011011 | 1100011 | 1 | 0 | 100100 | 100111 | 111110 | 10110 | 110010 |
Color Harmonies of #999B63
Complementary color
Monochromatic Colors of #999B63
Black with #999B63
Text Example
Text Example
White with #999B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B63; }
p { color: rgb(153,155,99); }
H1.HeaderClassName
{
color: #999B63;
}
.AnyTagClassName
{
color: #999B63;
}
</style>
background-color css
<style>
a { background-color: #999B63; }
a { background-color: rgb(153,155,99); }
div.DivClassName
{
background-color: #999B63;
}
.BgClassName
{
background-color: #999B63;
}
</style>
border-color css
<style>
span { border-color: #999B63; }
span { border-color: rgb(153,155,99); }
td.TdClassName
{
border-color: #999B63;
}
.TagClassName
{
border-color: #999B63;
}
</style>