Shades of Avocado #969A6D
Tints of Avocado #969A6D
RGB
CMYK
RGB Variations
Color information
#969A6D (or 0x969A6D) is known color: Avocado. HEX triplet: 96, 9A and 6D. RGB value is (150,154,109). Sum of RGB (Red+Green+Blue) = 150+154+109=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 154 - color contains mainly: green. Hex color #969A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969A6D is #696592. Grayscale: #939393. Windows color (decimal): -6907283 or 7182998. OLE color: 7182998.
HSL color Cylindrical-coordinate representation of color #969A6D: hue angle of 65.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #969A6D is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 109 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.40 |
| HSL | 65.33º | 0.18% | 0.52% | - |
| HSV(B) | 65.33º | 0.29% | 0.6% | - |
| XYZ | 26.89 | 30.7 | 18.98 | - |
| YUV | 147.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 109 | 0.03 | 0 | 0.29 | 0.40 | 65.33 | 0.18 | 0.52 |
| Hex | 96 | 9A | 6D | 3 | 0 | 1D | 28 | 41 | 12 | 34 |
| Octal | 226 | 232 | 155 | 3 | 0 | 35 | 50 | 101 | 22 | 64 |
| Binary | 10010110 | 10011010 | 1101101 | 11 | 0 | 11101 | 101000 | 1000001 | 10010 | 110100 |
Color Harmonies of #969A6D
Complementary color
Monochromatic Colors of #969A6D
Black with #969A6D
Text Example
Text Example
White with #969A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A6D; }
p { color: rgb(150,154,109); }
H1.HeaderClassName
{
color: #969A6D;
}
.AnyTagClassName
{
color: #969A6D;
}
</style>
background-color css
<style>
a { background-color: #969A6D; }
a { background-color: rgb(150,154,109); }
div.DivClassName
{
background-color: #969A6D;
}
.BgClassName
{
background-color: #969A6D;
}
</style>
border-color css
<style>
span { border-color: #969A6D; }
span { border-color: rgb(150,154,109); }
td.TdClassName
{
border-color: #969A6D;
}
.TagClassName
{
border-color: #969A6D;
}
</style>