Shades of Avocado #969463
Tints of Avocado #969463
RGB
CMYK
RGB Variations
Color information
#969463 (or 0x969463) is known color: Avocado. HEX triplet: 96, 94 and 63. RGB value is (150,148,99). Sum of RGB (Red+Green+Blue) = 150+148+99=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #969463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969463 is #696B9C. Grayscale: #8F8F8F. Windows color (decimal): -6908829 or 6526102. OLE color: 6526102.
HSL color Cylindrical-coordinate representation of color #969463: hue angle of 57.65º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #969463 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 99 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.41 |
| HSL | 57.65º | 0.2% | 0.49% | - |
| HSV(B) | 57.65º | 0.34% | 0.59% | - |
| XYZ | 25.42 | 28.56 | 15.98 | - |
| YUV | 143.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 99 | 0 | 0.01 | 0.34 | 0.41 | 57.65 | 0.2 | 0.49 |
| Hex | 96 | 94 | 63 | 0 | 1 | 22 | 29 | 3A | 14 | 31 |
| Octal | 226 | 224 | 143 | 0 | 1 | 42 | 51 | 72 | 24 | 61 |
| Binary | 10010110 | 10010100 | 1100011 | 0 | 1 | 100010 | 101001 | 111010 | 10100 | 110001 |
Color Harmonies of #969463
Complementary color
Monochromatic Colors of #969463
Black with #969463
Text Example
Text Example
White with #969463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969463; }
p { color: rgb(150,148,99); }
H1.HeaderClassName
{
color: #969463;
}
.AnyTagClassName
{
color: #969463;
}
</style>
background-color css
<style>
a { background-color: #969463; }
a { background-color: rgb(150,148,99); }
div.DivClassName
{
background-color: #969463;
}
.BgClassName
{
background-color: #969463;
}
</style>
border-color css
<style>
span { border-color: #969463; }
span { border-color: rgb(150,148,99); }
td.TdClassName
{
border-color: #969463;
}
.TagClassName
{
border-color: #969463;
}
</style>