Shades of Avocado #959C61
Tints of Avocado #959C61
RGB
CMYK
RGB Variations
Color information
#959C61 (or 0x959C61) is known color: Avocado. HEX triplet: 95, 9C and 61. RGB value is (149,156,97). Sum of RGB (Red+Green+Blue) = 149+156+97=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #959C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C61 is #6A639E. Grayscale: #939393. Windows color (decimal): -6972319 or 6397077. OLE color: 6397077.
HSL color Cylindrical-coordinate representation of color #959C61: hue angle of 67.12º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #959C61 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 97 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.39 |
| HSL | 67.12º | 0.23% | 0.5% | - |
| HSV(B) | 67.12º | 0.38% | 0.61% | - |
| XYZ | 26.44 | 31.03 | 15.91 | - |
| YUV | 147.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 97 | 0.04 | 0 | 0.38 | 0.39 | 67.12 | 0.23 | 0.5 |
| Hex | 95 | 9C | 61 | 4 | 0 | 26 | 27 | 43 | 17 | 32 |
| Octal | 225 | 234 | 141 | 4 | 0 | 46 | 47 | 103 | 27 | 62 |
| Binary | 10010101 | 10011100 | 1100001 | 100 | 0 | 100110 | 100111 | 1000011 | 10111 | 110010 |
Color Harmonies of #959C61
Complementary color
Monochromatic Colors of #959C61
Black with #959C61
Text Example
Text Example
White with #959C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C61; }
p { color: rgb(149,156,97); }
H1.HeaderClassName
{
color: #959C61;
}
.AnyTagClassName
{
color: #959C61;
}
</style>
background-color css
<style>
a { background-color: #959C61; }
a { background-color: rgb(149,156,97); }
div.DivClassName
{
background-color: #959C61;
}
.BgClassName
{
background-color: #959C61;
}
</style>
border-color css
<style>
span { border-color: #959C61; }
span { border-color: rgb(149,156,97); }
td.TdClassName
{
border-color: #959C61;
}
.TagClassName
{
border-color: #959C61;
}
</style>