Shades of Avocado #969C62
Tints of Avocado #969C62
RGB
CMYK
RGB Variations
Color information
#969C62 (or 0x969C62) is known color: Avocado. HEX triplet: 96, 9C and 62. RGB value is (150,156,98). Sum of RGB (Red+Green+Blue) = 150+156+98=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 156 - color contains mainly: green. Hex color #969C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C62 is #69639D. Grayscale: #939393. Windows color (decimal): -6906782 or 6462614. OLE color: 6462614.
HSL color Cylindrical-coordinate representation of color #969C62: hue angle of 66.21º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969C62 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 98 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.39 |
| HSL | 66.21º | 0.23% | 0.5% | - |
| HSV(B) | 66.21º | 0.37% | 0.61% | - |
| XYZ | 26.67 | 31.14 | 16.16 | - |
| YUV | 147.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 98 | 0.04 | 0 | 0.37 | 0.39 | 66.21 | 0.23 | 0.5 |
| Hex | 96 | 9C | 62 | 4 | 0 | 25 | 27 | 42 | 17 | 32 |
| Octal | 226 | 234 | 142 | 4 | 0 | 45 | 47 | 102 | 27 | 62 |
| Binary | 10010110 | 10011100 | 1100010 | 100 | 0 | 100101 | 100111 | 1000010 | 10111 | 110010 |
Color Harmonies of #969C62
Complementary color
Monochromatic Colors of #969C62
Black with #969C62
Text Example
Text Example
White with #969C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C62; }
p { color: rgb(150,156,98); }
H1.HeaderClassName
{
color: #969C62;
}
.AnyTagClassName
{
color: #969C62;
}
</style>
background-color css
<style>
a { background-color: #969C62; }
a { background-color: rgb(150,156,98); }
div.DivClassName
{
background-color: #969C62;
}
.BgClassName
{
background-color: #969C62;
}
</style>
border-color css
<style>
span { border-color: #969C62; }
span { border-color: rgb(150,156,98); }
td.TdClassName
{
border-color: #969C62;
}
.TagClassName
{
border-color: #969C62;
}
</style>