Shades of Avocado #959357
Tints of Avocado #959357
RGB
CMYK
RGB Variations
Color information
#959357 (or 0x959357) is known color: Avocado. HEX triplet: 95, 93 and 57. RGB value is (149,147,87). Sum of RGB (Red+Green+Blue) = 149+147+87=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #959357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959357 is #6A6CA8. Grayscale: #8C8C8C. Windows color (decimal): -6974633 or 5739413. OLE color: 5739413.
HSL color Cylindrical-coordinate representation of color #959357: hue angle of 58.06º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #959357 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 147 | 87 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.42 |
| HSL | 58.06º | 0.26% | 0.46% | - |
| HSV(B) | 58.06º | 0.42% | 0.58% | - |
| XYZ | 24.55 | 27.95 | 13.12 | - |
| YUV | 140.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 147 | 87 | 0 | 0.01 | 0.42 | 0.42 | 58.06 | 0.26 | 0.46 |
| Hex | 95 | 93 | 57 | 0 | 1 | 2A | 2A | 3A | 1A | 2E |
| Octal | 225 | 223 | 127 | 0 | 1 | 52 | 52 | 72 | 32 | 56 |
| Binary | 10010101 | 10010011 | 1010111 | 0 | 1 | 101010 | 101010 | 111010 | 11010 | 101110 |
Color Harmonies of #959357
Complementary color
Monochromatic Colors of #959357
Black with #959357
Text Example
Text Example
White with #959357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959357; }
p { color: rgb(149,147,87); }
H1.HeaderClassName
{
color: #959357;
}
.AnyTagClassName
{
color: #959357;
}
</style>
background-color css
<style>
a { background-color: #959357; }
a { background-color: rgb(149,147,87); }
div.DivClassName
{
background-color: #959357;
}
.BgClassName
{
background-color: #959357;
}
</style>
border-color css
<style>
span { border-color: #959357; }
span { border-color: rgb(149,147,87); }
td.TdClassName
{
border-color: #959357;
}
.TagClassName
{
border-color: #959357;
}
</style>