Shades of Avocado #899768
Tints of Avocado #899768
RGB
CMYK
RGB Variations
Color information
#899768 (or 0x899768) is known color: Avocado. HEX triplet: 89, 97 and 68. RGB value is (137,151,104). Sum of RGB (Red+Green+Blue) = 137+151+104=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #899768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899768 is #766897. Grayscale: #8D8D8D. Windows color (decimal): -7760024 or 6854537. OLE color: 6854537.
HSL color Cylindrical-coordinate representation of color #899768: hue angle of 77.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #899768 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 151 | 104 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.41 |
| HSL | 77.87º | 0.18% | 0.5% | - |
| HSV(B) | 77.87º | 0.31% | 0.59% | - |
| XYZ | 23.88 | 28.45 | 17.33 | - |
| YUV | 141.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 104 | 0.09 | 0 | 0.31 | 0.41 | 77.87 | 0.18 | 0.5 |
| Hex | 89 | 97 | 68 | 9 | 0 | 1F | 29 | 4E | 12 | 32 |
| Octal | 211 | 227 | 150 | 11 | 0 | 37 | 51 | 116 | 22 | 62 |
| Binary | 10001001 | 10010111 | 1101000 | 1001 | 0 | 11111 | 101001 | 1001110 | 10010 | 110010 |
Color Harmonies of #899768
Complementary color
Monochromatic Colors of #899768
Black with #899768
Text Example
Text Example
White with #899768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899768; }
p { color: rgb(137,151,104); }
H1.HeaderClassName
{
color: #899768;
}
.AnyTagClassName
{
color: #899768;
}
</style>
background-color css
<style>
a { background-color: #899768; }
a { background-color: rgb(137,151,104); }
div.DivClassName
{
background-color: #899768;
}
.BgClassName
{
background-color: #899768;
}
</style>
border-color css
<style>
span { border-color: #899768; }
span { border-color: rgb(137,151,104); }
td.TdClassName
{
border-color: #899768;
}
.TagClassName
{
border-color: #899768;
}
</style>