Shades of Avocado #959555
Tints of Avocado #959555
RGB
CMYK
RGB Variations
Color information
#959555 (or 0x959555) is known color: Avocado. HEX triplet: 95, 95 and 55. RGB value is (149,149,85). Sum of RGB (Red+Green+Blue) = 149+149+85=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959555 is #6A6AAA. Grayscale: #8D8D8D. Windows color (decimal): -6974123 or 5608853. OLE color: 5608853.
HSL color Cylindrical-coordinate representation of color #959555: hue angle of 60º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #959555 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 149 | 85 | - |
| CMYK | 0 | 0 | 0.43 | 0.42 |
| HSL | 60º | 0.27% | 0.46% | - |
| HSV(B) | 60º | 0.43% | 0.58% | - |
| XYZ | 24.78 | 28.54 | 12.8 | - |
| YUV | 141.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 85 | 0 | 0 | 0.43 | 0.42 | 60 | 0.27 | 0.46 |
| Hex | 95 | 95 | 55 | 0 | 0 | 2B | 2A | 3C | 1B | 2E |
| Octal | 225 | 225 | 125 | 0 | 0 | 53 | 52 | 74 | 33 | 56 |
| Binary | 10010101 | 10010101 | 1010101 | 0 | 0 | 101011 | 101010 | 111100 | 11011 | 101110 |
Color Harmonies of #959555
Complementary color
Monochromatic Colors of #959555
Black with #959555
Text Example
Text Example
White with #959555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959555; }
p { color: rgb(149,149,85); }
H1.HeaderClassName
{
color: #959555;
}
.AnyTagClassName
{
color: #959555;
}
</style>
background-color css
<style>
a { background-color: #959555; }
a { background-color: rgb(149,149,85); }
div.DivClassName
{
background-color: #959555;
}
.BgClassName
{
background-color: #959555;
}
</style>
border-color css
<style>
span { border-color: #959555; }
span { border-color: rgb(149,149,85); }
td.TdClassName
{
border-color: #959555;
}
.TagClassName
{
border-color: #959555;
}
</style>