Shades of Avocado #959C66
Tints of Avocado #959C66
RGB
CMYK
RGB Variations
Color information
#959C66 (or 0x959C66) is known color: Avocado. HEX triplet: 95, 9C and 66. RGB value is (149,156,102). Sum of RGB (Red+Green+Blue) = 149+156+102=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #959C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C66 is #6A6399. Grayscale: #939393. Windows color (decimal): -6972314 or 6724757. OLE color: 6724757.
HSL color Cylindrical-coordinate representation of color #959C66: hue angle of 67.78º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959C66 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 102 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.39 |
| HSL | 67.78º | 0.21% | 0.51% | - |
| HSV(B) | 67.78º | 0.35% | 0.61% | - |
| XYZ | 26.68 | 31.13 | 17.17 | - |
| YUV | 147.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 102 | 0.04 | 0 | 0.35 | 0.39 | 67.78 | 0.21 | 0.51 |
| Hex | 95 | 9C | 66 | 4 | 0 | 23 | 27 | 44 | 15 | 33 |
| Octal | 225 | 234 | 146 | 4 | 0 | 43 | 47 | 104 | 25 | 63 |
| Binary | 10010101 | 10011100 | 1100110 | 100 | 0 | 100011 | 100111 | 1000100 | 10101 | 110011 |
Color Harmonies of #959C66
Complementary color
Monochromatic Colors of #959C66
Black with #959C66
Text Example
Text Example
White with #959C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C66; }
p { color: rgb(149,156,102); }
H1.HeaderClassName
{
color: #959C66;
}
.AnyTagClassName
{
color: #959C66;
}
</style>
background-color css
<style>
a { background-color: #959C66; }
a { background-color: rgb(149,156,102); }
div.DivClassName
{
background-color: #959C66;
}
.BgClassName
{
background-color: #959C66;
}
</style>
border-color css
<style>
span { border-color: #959C66; }
span { border-color: rgb(149,156,102); }
td.TdClassName
{
border-color: #959C66;
}
.TagClassName
{
border-color: #959C66;
}
</style>