Shades of Avocado #999E65
Tints of Avocado #999E65
RGB
CMYK
RGB Variations
Color information
#999E65 (or 0x999E65) is known color: Avocado. HEX triplet: 99, 9E and 65. RGB value is (153,158,101). Sum of RGB (Red+Green+Blue) = 153+158+101=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #999E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999E65 is #66619A. Grayscale: #969696. Windows color (decimal): -6709659 or 6659737. OLE color: 6659737.
HSL color Cylindrical-coordinate representation of color #999E65: hue angle of 65.26º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #999E65 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 158 | 101 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.38 |
| HSL | 65.26º | 0.23% | 0.51% | - |
| HSV(B) | 65.26º | 0.36% | 0.62% | - |
| XYZ | 27.71 | 32.17 | 17.06 | - |
| YUV | 150.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 101 | 0.03 | 0 | 0.36 | 0.38 | 65.26 | 0.23 | 0.51 |
| Hex | 99 | 9E | 65 | 3 | 0 | 24 | 26 | 41 | 17 | 33 |
| Octal | 231 | 236 | 145 | 3 | 0 | 44 | 46 | 101 | 27 | 63 |
| Binary | 10011001 | 10011110 | 1100101 | 11 | 0 | 100100 | 100110 | 1000001 | 10111 | 110011 |
Color Harmonies of #999E65
Complementary color
Monochromatic Colors of #999E65
Black with #999E65
Text Example
Text Example
White with #999E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999E65; }
p { color: rgb(153,158,101); }
H1.HeaderClassName
{
color: #999E65;
}
.AnyTagClassName
{
color: #999E65;
}
</style>
background-color css
<style>
a { background-color: #999E65; }
a { background-color: rgb(153,158,101); }
div.DivClassName
{
background-color: #999E65;
}
.BgClassName
{
background-color: #999E65;
}
</style>
border-color css
<style>
span { border-color: #999E65; }
span { border-color: rgb(153,158,101); }
td.TdClassName
{
border-color: #999E65;
}
.TagClassName
{
border-color: #999E65;
}
</style>