Shades of Avocado #999E6D
Tints of Avocado #999E6D
RGB
CMYK
RGB Variations
Color information
#999E6D (or 0x999E6D) is known color: Avocado. HEX triplet: 99, 9E and 6D. RGB value is (153,158,109). Sum of RGB (Red+Green+Blue) = 153+158+109=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #999E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E6D is #666192. Grayscale: #979797. Windows color (decimal): -6709651 or 7184025. OLE color: 7184025.
HSL color Cylindrical-coordinate representation of color #999E6D: hue angle of 66.12º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999E6D is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 109 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.38 |
| HSL | 66.12º | 0.2% | 0.52% | - |
| HSV(B) | 66.12º | 0.31% | 0.62% | - |
| XYZ | 28.12 | 32.33 | 19.23 | - |
| YUV | 150.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 109 | 0.03 | 0 | 0.31 | 0.38 | 66.12 | 0.2 | 0.52 |
| Hex | 99 | 9E | 6D | 3 | 0 | 1F | 26 | 42 | 14 | 34 |
| Octal | 231 | 236 | 155 | 3 | 0 | 37 | 46 | 102 | 24 | 64 |
| Binary | 10011001 | 10011110 | 1101101 | 11 | 0 | 11111 | 100110 | 1000010 | 10100 | 110100 |
Color Harmonies of #999E6D
Complementary color
Monochromatic Colors of #999E6D
Black with #999E6D
Text Example
Text Example
White with #999E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E6D; }
p { color: rgb(153,158,109); }
H1.HeaderClassName
{
color: #999E6D;
}
.AnyTagClassName
{
color: #999E6D;
}
</style>
background-color css
<style>
a { background-color: #999E6D; }
a { background-color: rgb(153,158,109); }
div.DivClassName
{
background-color: #999E6D;
}
.BgClassName
{
background-color: #999E6D;
}
</style>
border-color css
<style>
span { border-color: #999E6D; }
span { border-color: rgb(153,158,109); }
td.TdClassName
{
border-color: #999E6D;
}
.TagClassName
{
border-color: #999E6D;
}
</style>