Shades of Avocado #999658
Tints of Avocado #999658
RGB
CMYK
RGB Variations
Color information
#999658 (or 0x999658) is known color: Avocado. HEX triplet: 99, 96 and 58. RGB value is (153,150,88). Sum of RGB (Red+Green+Blue) = 153+150+88=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #999658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999658 is #6669A7. Grayscale: #909090. Windows color (decimal): -6711720 or 5805721. OLE color: 5805721.
HSL color Cylindrical-coordinate representation of color #999658: hue angle of 57.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #999658 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 88 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.4 |
| HSL | 57.23º | 0.27% | 0.47% | - |
| HSV(B) | 57.23º | 0.42% | 0.6% | - |
| XYZ | 25.8 | 29.29 | 13.53 | - |
| YUV | 143.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 88 | 0 | 0.02 | 0.42 | 0.4 | 57.23 | 0.27 | 0.47 |
| Hex | 99 | 96 | 58 | 0 | 2 | 2A | 28 | 39 | 1B | 2F |
| Octal | 231 | 226 | 130 | 0 | 2 | 52 | 50 | 71 | 33 | 57 |
| Binary | 10011001 | 10010110 | 1011000 | 0 | 10 | 101010 | 101000 | 111001 | 11011 | 101111 |
Color Harmonies of #999658
Complementary color
Monochromatic Colors of #999658
Black with #999658
Text Example
Text Example
White with #999658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999658; }
p { color: rgb(153,150,88); }
H1.HeaderClassName
{
color: #999658;
}
.AnyTagClassName
{
color: #999658;
}
</style>
background-color css
<style>
a { background-color: #999658; }
a { background-color: rgb(153,150,88); }
div.DivClassName
{
background-color: #999658;
}
.BgClassName
{
background-color: #999658;
}
</style>
border-color css
<style>
span { border-color: #999658; }
span { border-color: rgb(153,150,88); }
td.TdClassName
{
border-color: #999658;
}
.TagClassName
{
border-color: #999658;
}
</style>