Shades of Avocado #999C6C
Tints of Avocado #999C6C
RGB
CMYK
RGB Variations
Color information
#999C6C (or 0x999C6C) is known color: Avocado. HEX triplet: 99, 9C and 6C. RGB value is (153,156,108). Sum of RGB (Red+Green+Blue) = 153+156+108=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 156 - color contains mainly: green. Hex color #999C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999C6C is #666393. Grayscale: #959595. Windows color (decimal): -6710164 or 7117977. OLE color: 7117977.
HSL color Cylindrical-coordinate representation of color #999C6C: hue angle of 63.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999C6C is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 108 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.39 |
| HSL | 63.75º | 0.2% | 0.52% | - |
| HSV(B) | 63.75º | 0.31% | 0.61% | - |
| XYZ | 27.73 | 31.63 | 18.83 | - |
| YUV | 149.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 108 | 0.02 | 0 | 0.31 | 0.39 | 63.75 | 0.2 | 0.52 |
| Hex | 99 | 9C | 6C | 2 | 0 | 1F | 27 | 40 | 14 | 34 |
| Octal | 231 | 234 | 154 | 2 | 0 | 37 | 47 | 100 | 24 | 64 |
| Binary | 10011001 | 10011100 | 1101100 | 10 | 0 | 11111 | 100111 | 1000000 | 10100 | 110100 |
Color Harmonies of #999C6C
Complementary color
Monochromatic Colors of #999C6C
Black with #999C6C
Text Example
Text Example
White with #999C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C6C; }
p { color: rgb(153,156,108); }
H1.HeaderClassName
{
color: #999C6C;
}
.AnyTagClassName
{
color: #999C6C;
}
</style>
background-color css
<style>
a { background-color: #999C6C; }
a { background-color: rgb(153,156,108); }
div.DivClassName
{
background-color: #999C6C;
}
.BgClassName
{
background-color: #999C6C;
}
</style>
border-color css
<style>
span { border-color: #999C6C; }
span { border-color: rgb(153,156,108); }
td.TdClassName
{
border-color: #999C6C;
}
.TagClassName
{
border-color: #999C6C;
}
</style>