Shades of Avocado #959669
Tints of Avocado #959669
RGB
CMYK
RGB Variations
Color information
#959669 (or 0x959669) is known color: Avocado. HEX triplet: 95, 96 and 69. RGB value is (149,150,105). Sum of RGB (Red+Green+Blue) = 149+150+105=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 150 - color contains mainly: green. Hex color #959669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959669 is #6A6996. Grayscale: #909090. Windows color (decimal): -6973847 or 6919829. OLE color: 6919829.
HSL color Cylindrical-coordinate representation of color #959669: hue angle of 61.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959669 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 105 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.41 |
| HSL | 61.33º | 0.18% | 0.5% | - |
| HSV(B) | 61.33º | 0.3% | 0.59% | - |
| XYZ | 25.85 | 29.22 | 17.64 | - |
| YUV | 144.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 105 | 0.01 | 0 | 0.30 | 0.41 | 61.33 | 0.18 | 0.5 |
| Hex | 95 | 96 | 69 | 1 | 0 | 1E | 29 | 3D | 12 | 32 |
| Octal | 225 | 226 | 151 | 1 | 0 | 36 | 51 | 75 | 22 | 62 |
| Binary | 10010101 | 10010110 | 1101001 | 1 | 0 | 11110 | 101001 | 111101 | 10010 | 110010 |
Color Harmonies of #959669
Complementary color
Monochromatic Colors of #959669
Black with #959669
Text Example
Text Example
White with #959669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959669; }
p { color: rgb(149,150,105); }
H1.HeaderClassName
{
color: #959669;
}
.AnyTagClassName
{
color: #959669;
}
</style>
background-color css
<style>
a { background-color: #959669; }
a { background-color: rgb(149,150,105); }
div.DivClassName
{
background-color: #959669;
}
.BgClassName
{
background-color: #959669;
}
</style>
border-color css
<style>
span { border-color: #959669; }
span { border-color: rgb(149,150,105); }
td.TdClassName
{
border-color: #959669;
}
.TagClassName
{
border-color: #959669;
}
</style>