Shades of Avocado #95965E
Tints of Avocado #95965E
RGB
CMYK
RGB Variations
Color information
#95965E (or 0x95965E) is known color: Avocado. HEX triplet: 95, 96 and 5E. RGB value is (149,150,94). Sum of RGB (Red+Green+Blue) = 149+150+94=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #95965E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95965E is #6A69A1. Grayscale: #8F8F8F. Windows color (decimal): -6973858 or 6198933. OLE color: 6198933.
HSL color Cylindrical-coordinate representation of color #95965E: hue angle of 61.07º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95965E is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 149 | 150 | 94 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.41 |
| HSL | 61.07º | 0.23% | 0.48% | - |
| HSV(B) | 61.07º | 0.37% | 0.59% | - |
| XYZ | 25.32 | 29.01 | 14.85 | - |
| YUV | 143.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 150 | 94 | 0.01 | 0 | 0.37 | 0.41 | 61.07 | 0.23 | 0.48 |
| Hex | 95 | 96 | 5E | 1 | 0 | 25 | 29 | 3D | 17 | 30 |
| Octal | 225 | 226 | 136 | 1 | 0 | 45 | 51 | 75 | 27 | 60 |
| Binary | 10010101 | 10010110 | 1011110 | 1 | 0 | 100101 | 101001 | 111101 | 10111 | 110000 |
Color Harmonies of #95965E
Complementary color
Monochromatic Colors of #95965E
Black with #95965E
Text Example
Text Example
White with #95965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95965E; }
p { color: rgb(149,150,94); }
H1.HeaderClassName
{
color: #95965E;
}
.AnyTagClassName
{
color: #95965E;
}
</style>
background-color css
<style>
a { background-color: #95965E; }
a { background-color: rgb(149,150,94); }
div.DivClassName
{
background-color: #95965E;
}
.BgClassName
{
background-color: #95965E;
}
</style>
border-color css
<style>
span { border-color: #95965E; }
span { border-color: rgb(149,150,94); }
td.TdClassName
{
border-color: #95965E;
}
.TagClassName
{
border-color: #95965E;
}
</style>