Shades of Avocado #969768
Tints of Avocado #969768
RGB
CMYK
RGB Variations
Color information
#969768 (or 0x969768) is known color: Avocado. HEX triplet: 96, 97 and 68. RGB value is (150,151,104). Sum of RGB (Red+Green+Blue) = 150+151+104=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 151 - color contains mainly: green. Hex color #969768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969768 is #696897. Grayscale: #919191. Windows color (decimal): -6908056 or 6854550. OLE color: 6854550.
HSL color Cylindrical-coordinate representation of color #969768: hue angle of 61.28º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #969768 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 151 | 104 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.41 |
| HSL | 61.28º | 0.18% | 0.5% | - |
| HSV(B) | 61.28º | 0.31% | 0.59% | - |
| XYZ | 26.14 | 29.62 | 17.44 | - |
| YUV | 145.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 104 | 0.01 | 0 | 0.31 | 0.41 | 61.28 | 0.18 | 0.5 |
| Hex | 96 | 97 | 68 | 1 | 0 | 1F | 29 | 3D | 12 | 32 |
| Octal | 226 | 227 | 150 | 1 | 0 | 37 | 51 | 75 | 22 | 62 |
| Binary | 10010110 | 10010111 | 1101000 | 1 | 0 | 11111 | 101001 | 111101 | 10010 | 110010 |
Color Harmonies of #969768
Complementary color
Monochromatic Colors of #969768
Black with #969768
Text Example
Text Example
White with #969768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969768; }
p { color: rgb(150,151,104); }
H1.HeaderClassName
{
color: #969768;
}
.AnyTagClassName
{
color: #969768;
}
</style>
background-color css
<style>
a { background-color: #969768; }
a { background-color: rgb(150,151,104); }
div.DivClassName
{
background-color: #969768;
}
.BgClassName
{
background-color: #969768;
}
</style>
border-color css
<style>
span { border-color: #969768; }
span { border-color: rgb(150,151,104); }
td.TdClassName
{
border-color: #969768;
}
.TagClassName
{
border-color: #969768;
}
</style>