Shades of Avocado #959755
Tints of Avocado #959755
RGB
CMYK
RGB Variations
Color information
#959755 (or 0x959755) is known color: Avocado. HEX triplet: 95, 97 and 55. RGB value is (149,151,85). Sum of RGB (Red+Green+Blue) = 149+151+85=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #959755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959755 is #6A68AA. Grayscale: #8F8F8F. Windows color (decimal): -6973611 or 5609365. OLE color: 5609365.
HSL color Cylindrical-coordinate representation of color #959755: hue angle of 61.82º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #959755 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 151 | 85 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.41 |
| HSL | 61.82º | 0.28% | 0.46% | - |
| HSV(B) | 61.82º | 0.44% | 0.59% | - |
| XYZ | 25.1 | 29.18 | 12.9 | - |
| YUV | 142.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 151 | 85 | 0.01 | 0 | 0.44 | 0.41 | 61.82 | 0.28 | 0.46 |
| Hex | 95 | 97 | 55 | 1 | 0 | 2C | 29 | 3E | 1C | 2E |
| Octal | 225 | 227 | 125 | 1 | 0 | 54 | 51 | 76 | 34 | 56 |
| Binary | 10010101 | 10010111 | 1010101 | 1 | 0 | 101100 | 101001 | 111110 | 11100 | 101110 |
Color Harmonies of #959755
Complementary color
Monochromatic Colors of #959755
Black with #959755
Text Example
Text Example
White with #959755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959755; }
p { color: rgb(149,151,85); }
H1.HeaderClassName
{
color: #959755;
}
.AnyTagClassName
{
color: #959755;
}
</style>
background-color css
<style>
a { background-color: #959755; }
a { background-color: rgb(149,151,85); }
div.DivClassName
{
background-color: #959755;
}
.BgClassName
{
background-color: #959755;
}
</style>
border-color css
<style>
span { border-color: #959755; }
span { border-color: rgb(149,151,85); }
td.TdClassName
{
border-color: #959755;
}
.TagClassName
{
border-color: #959755;
}
</style>