Shades of Avocado #96996B
Tints of Avocado #96996B
RGB
CMYK
RGB Variations
Color information
#96996B (or 0x96996B) is known color: Avocado. HEX triplet: 96, 99 and 6B. RGB value is (150,153,107). Sum of RGB (Red+Green+Blue) = 150+153+107=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 153 - color contains mainly: green. Hex color #96996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96996B is #696694. Grayscale: #939393. Windows color (decimal): -6907541 or 7051670. OLE color: 7051670.
HSL color Cylindrical-coordinate representation of color #96996B: hue angle of 63.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96996B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 107 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.4 |
| HSL | 63.91º | 0.18% | 0.51% | - |
| HSV(B) | 63.91º | 0.3% | 0.6% | - |
| XYZ | 26.62 | 30.33 | 18.36 | - |
| YUV | 146.86 | 105.51 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 107 | 0.02 | 0 | 0.30 | 0.4 | 63.91 | 0.18 | 0.51 |
| Hex | 96 | 99 | 6B | 2 | 0 | 1E | 28 | 40 | 12 | 33 |
| Octal | 226 | 231 | 153 | 2 | 0 | 36 | 50 | 100 | 22 | 63 |
| Binary | 10010110 | 10011001 | 1101011 | 10 | 0 | 11110 | 101000 | 1000000 | 10010 | 110011 |
Color Harmonies of #96996B
Complementary color
Monochromatic Colors of #96996B
Black with #96996B
Text Example
Text Example
White with #96996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96996B; }
p { color: rgb(150,153,107); }
H1.HeaderClassName
{
color: #96996B;
}
.AnyTagClassName
{
color: #96996B;
}
</style>
background-color css
<style>
a { background-color: #96996B; }
a { background-color: rgb(150,153,107); }
div.DivClassName
{
background-color: #96996B;
}
.BgClassName
{
background-color: #96996B;
}
</style>
border-color css
<style>
span { border-color: #96996B; }
span { border-color: rgb(150,153,107); }
td.TdClassName
{
border-color: #96996B;
}
.TagClassName
{
border-color: #96996B;
}
</style>