Shades of Avocado #969D68
Tints of Avocado #969D68
RGB
CMYK
RGB Variations
Color information
#969D68 (or 0x969D68) is known color: Avocado. HEX triplet: 96, 9D and 68. RGB value is (150,157,104). Sum of RGB (Red+Green+Blue) = 150+157+104=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #969D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969D68 is #696297. Grayscale: #959595. Windows color (decimal): -6906520 or 6856086. OLE color: 6856086.
HSL color Cylindrical-coordinate representation of color #969D68: hue angle of 67.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #969D68 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 104 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.38 |
| HSL | 67.92º | 0.21% | 0.51% | - |
| HSV(B) | 67.92º | 0.34% | 0.62% | - |
| XYZ | 27.13 | 31.6 | 17.77 | - |
| YUV | 148.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 104 | 0.04 | 0 | 0.34 | 0.38 | 67.92 | 0.21 | 0.51 |
| Hex | 96 | 9D | 68 | 4 | 0 | 22 | 26 | 44 | 15 | 33 |
| Octal | 226 | 235 | 150 | 4 | 0 | 42 | 46 | 104 | 25 | 63 |
| Binary | 10010110 | 10011101 | 1101000 | 100 | 0 | 100010 | 100110 | 1000100 | 10101 | 110011 |
Color Harmonies of #969D68
Complementary color
Monochromatic Colors of #969D68
Black with #969D68
Text Example
Text Example
White with #969D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D68; }
p { color: rgb(150,157,104); }
H1.HeaderClassName
{
color: #969D68;
}
.AnyTagClassName
{
color: #969D68;
}
</style>
background-color css
<style>
a { background-color: #969D68; }
a { background-color: rgb(150,157,104); }
div.DivClassName
{
background-color: #969D68;
}
.BgClassName
{
background-color: #969D68;
}
</style>
border-color css
<style>
span { border-color: #969D68; }
span { border-color: rgb(150,157,104); }
td.TdClassName
{
border-color: #969D68;
}
.TagClassName
{
border-color: #969D68;
}
</style>