Shades of Avocado #999C60
Tints of Avocado #999C60
RGB
CMYK
RGB Variations
Color information
#999C60 (or 0x999C60) is known color: Avocado. HEX triplet: 99, 9C and 60. RGB value is (153,156,96). Sum of RGB (Red+Green+Blue) = 153+156+96=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #999C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C60 is #66639F. Grayscale: #949494. Windows color (decimal): -6710176 or 6331545. OLE color: 6331545.
HSL color Cylindrical-coordinate representation of color #999C60: hue angle of 63º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #999C60 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 96 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.39 |
| HSL | 63º | 0.24% | 0.49% | - |
| HSV(B) | 63º | 0.38% | 0.61% | - |
| XYZ | 27.14 | 31.39 | 15.7 | - |
| YUV | 148.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 96 | 0.02 | 0 | 0.38 | 0.39 | 63 | 0.24 | 0.49 |
| Hex | 99 | 9C | 60 | 2 | 0 | 26 | 27 | 3F | 18 | 31 |
| Octal | 231 | 234 | 140 | 2 | 0 | 46 | 47 | 77 | 30 | 61 |
| Binary | 10011001 | 10011100 | 1100000 | 10 | 0 | 100110 | 100111 | 111111 | 11000 | 110001 |
Color Harmonies of #999C60
Complementary color
Monochromatic Colors of #999C60
Black with #999C60
Text Example
Text Example
White with #999C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C60; }
p { color: rgb(153,156,96); }
H1.HeaderClassName
{
color: #999C60;
}
.AnyTagClassName
{
color: #999C60;
}
</style>
background-color css
<style>
a { background-color: #999C60; }
a { background-color: rgb(153,156,96); }
div.DivClassName
{
background-color: #999C60;
}
.BgClassName
{
background-color: #999C60;
}
</style>
border-color css
<style>
span { border-color: #999C60; }
span { border-color: rgb(153,156,96); }
td.TdClassName
{
border-color: #999C60;
}
.TagClassName
{
border-color: #999C60;
}
</style>