Shades of Avocado #969961
Tints of Avocado #969961
RGB
CMYK
RGB Variations
Color information
#969961 (or 0x969961) is known color: Avocado. HEX triplet: 96, 99 and 61. RGB value is (150,153,97). Sum of RGB (Red+Green+Blue) = 150+153+97=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #969961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969961 is #69669E. Grayscale: #919191. Windows color (decimal): -6907551 or 6396310. OLE color: 6396310.
HSL color Cylindrical-coordinate representation of color #969961: hue angle of 63.21º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969961 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 97 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.4 |
| HSL | 63.21º | 0.22% | 0.49% | - |
| HSV(B) | 63.21º | 0.37% | 0.6% | - |
| XYZ | 26.13 | 30.13 | 15.75 | - |
| YUV | 145.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 97 | 0.02 | 0 | 0.37 | 0.4 | 63.21 | 0.22 | 0.49 |
| Hex | 96 | 99 | 61 | 2 | 0 | 25 | 28 | 3F | 16 | 31 |
| Octal | 226 | 231 | 141 | 2 | 0 | 45 | 50 | 77 | 26 | 61 |
| Binary | 10010110 | 10011001 | 1100001 | 10 | 0 | 100101 | 101000 | 111111 | 10110 | 110001 |
Color Harmonies of #969961
Complementary color
Monochromatic Colors of #969961
Black with #969961
Text Example
Text Example
White with #969961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969961; }
p { color: rgb(150,153,97); }
H1.HeaderClassName
{
color: #969961;
}
.AnyTagClassName
{
color: #969961;
}
</style>
background-color css
<style>
a { background-color: #969961; }
a { background-color: rgb(150,153,97); }
div.DivClassName
{
background-color: #969961;
}
.BgClassName
{
background-color: #969961;
}
</style>
border-color css
<style>
span { border-color: #969961; }
span { border-color: rgb(150,153,97); }
td.TdClassName
{
border-color: #969961;
}
.TagClassName
{
border-color: #969961;
}
</style>