Shades of Avocado #999B6C
Tints of Avocado #999B6C
RGB
CMYK
RGB Variations
Color information
#999B6C (or 0x999B6C) is known color: Avocado. HEX triplet: 99, 9B and 6C. RGB value is (153,155,108). Sum of RGB (Red+Green+Blue) = 153+155+108=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 155 - color contains mainly: green. Hex color #999B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B6C is #666493. Grayscale: #959595. Windows color (decimal): -6710420 or 7117721. OLE color: 7117721.
HSL color Cylindrical-coordinate representation of color #999B6C: hue angle of 62.55º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999B6C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 108 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.39 |
| HSL | 62.55º | 0.19% | 0.52% | - |
| HSV(B) | 62.55º | 0.3% | 0.61% | - |
| XYZ | 27.56 | 31.3 | 18.78 | - |
| YUV | 149.04 | 104.84 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 108 | 0.01 | 0 | 0.30 | 0.39 | 62.55 | 0.19 | 0.52 |
| Hex | 99 | 9B | 6C | 1 | 0 | 1E | 27 | 3F | 13 | 34 |
| Octal | 231 | 233 | 154 | 1 | 0 | 36 | 47 | 77 | 23 | 64 |
| Binary | 10011001 | 10011011 | 1101100 | 1 | 0 | 11110 | 100111 | 111111 | 10011 | 110100 |
Color Harmonies of #999B6C
Complementary color
Monochromatic Colors of #999B6C
Black with #999B6C
Text Example
Text Example
White with #999B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B6C; }
p { color: rgb(153,155,108); }
H1.HeaderClassName
{
color: #999B6C;
}
.AnyTagClassName
{
color: #999B6C;
}
</style>
background-color css
<style>
a { background-color: #999B6C; }
a { background-color: rgb(153,155,108); }
div.DivClassName
{
background-color: #999B6C;
}
.BgClassName
{
background-color: #999B6C;
}
</style>
border-color css
<style>
span { border-color: #999B6C; }
span { border-color: rgb(153,155,108); }
td.TdClassName
{
border-color: #999B6C;
}
.TagClassName
{
border-color: #999B6C;
}
</style>