Shades of Avocado #9C9D69
Tints of Avocado #9C9D69
RGB
CMYK
RGB Variations
Color information
#9C9D69 (or 0x9C9D69) is known color: Avocado. HEX triplet: 9C, 9D and 69. RGB value is (156,157,105). Sum of RGB (Red+Green+Blue) = 156+157+105=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9D69 is #636296. Grayscale: #969696. Windows color (decimal): -6513303 or 6921628. OLE color: 6921628.
HSL color Cylindrical-coordinate representation of color #9C9D69: hue angle of 61.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C9D69 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 157 | 105 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.38 |
| HSL | 61.15º | 0.21% | 0.51% | - |
| HSV(B) | 61.15º | 0.33% | 0.62% | - |
| XYZ | 28.32 | 32.2 | 18.09 | - |
| YUV | 150.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 105 | 0.01 | 0 | 0.33 | 0.38 | 61.15 | 0.21 | 0.51 |
| Hex | 9C | 9D | 69 | 1 | 0 | 21 | 26 | 3D | 15 | 33 |
| Octal | 234 | 235 | 151 | 1 | 0 | 41 | 46 | 75 | 25 | 63 |
| Binary | 10011100 | 10011101 | 1101001 | 1 | 0 | 100001 | 100110 | 111101 | 10101 | 110011 |
Color Harmonies of #9C9D69
Complementary color
Monochromatic Colors of #9C9D69
Black with #9C9D69
Text Example
Text Example
White with #9C9D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9D69; }
p { color: rgb(156,157,105); }
H1.HeaderClassName
{
color: #9C9D69;
}
.AnyTagClassName
{
color: #9C9D69;
}
</style>
background-color css
<style>
a { background-color: #9C9D69; }
a { background-color: rgb(156,157,105); }
div.DivClassName
{
background-color: #9C9D69;
}
.BgClassName
{
background-color: #9C9D69;
}
</style>
border-color css
<style>
span { border-color: #9C9D69; }
span { border-color: rgb(156,157,105); }
td.TdClassName
{
border-color: #9C9D69;
}
.TagClassName
{
border-color: #9C9D69;
}
</style>