Shades of Avocado #969D63
Tints of Avocado #969D63
RGB
CMYK
RGB Variations
Color information
#969D63 (or 0x969D63) is known color: Avocado. HEX triplet: 96, 9D and 63. RGB value is (150,157,99). Sum of RGB (Red+Green+Blue) = 150+157+99=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #969D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D63 is #69629C. Grayscale: #949494. Windows color (decimal): -6906525 or 6528406. OLE color: 6528406.
HSL color Cylindrical-coordinate representation of color #969D63: hue angle of 67.24º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969D63 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 99 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.38 |
| HSL | 67.24º | 0.23% | 0.5% | - |
| HSV(B) | 67.24º | 0.37% | 0.62% | - |
| XYZ | 26.89 | 31.5 | 16.47 | - |
| YUV | 148.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 99 | 0.04 | 0 | 0.37 | 0.38 | 67.24 | 0.23 | 0.5 |
| Hex | 96 | 9D | 63 | 4 | 0 | 25 | 26 | 43 | 17 | 32 |
| Octal | 226 | 235 | 143 | 4 | 0 | 45 | 46 | 103 | 27 | 62 |
| Binary | 10010110 | 10011101 | 1100011 | 100 | 0 | 100101 | 100110 | 1000011 | 10111 | 110010 |
Color Harmonies of #969D63
Complementary color
Monochromatic Colors of #969D63
Black with #969D63
Text Example
Text Example
White with #969D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D63; }
p { color: rgb(150,157,99); }
H1.HeaderClassName
{
color: #969D63;
}
.AnyTagClassName
{
color: #969D63;
}
</style>
background-color css
<style>
a { background-color: #969D63; }
a { background-color: rgb(150,157,99); }
div.DivClassName
{
background-color: #969D63;
}
.BgClassName
{
background-color: #969D63;
}
</style>
border-color css
<style>
span { border-color: #969D63; }
span { border-color: rgb(150,157,99); }
td.TdClassName
{
border-color: #969D63;
}
.TagClassName
{
border-color: #969D63;
}
</style>