Shades of Avocado #8B9964
Tints of Avocado #8B9964
RGB
CMYK
RGB Variations
Color information
#8B9964 (or 0x8B9964) is known color: Avocado. HEX triplet: 8B, 99 and 64. RGB value is (139,153,100). Sum of RGB (Red+Green+Blue) = 139+153+100=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9964 is #74669B. Grayscale: #8E8E8E. Windows color (decimal): -7628444 or 6592907. OLE color: 6592907.
HSL color Cylindrical-coordinate representation of color #8B9964: hue angle of 75.85º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B9964 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 100 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.4 |
| HSL | 75.85º | 0.21% | 0.5% | - |
| HSV(B) | 75.85º | 0.35% | 0.6% | - |
| XYZ | 24.34 | 29.19 | 16.41 | - |
| YUV | 142.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 100 | 0.09 | 0 | 0.35 | 0.4 | 75.85 | 0.21 | 0.5 |
| Hex | 8B | 99 | 64 | 9 | 0 | 23 | 28 | 4C | 15 | 32 |
| Octal | 213 | 231 | 144 | 11 | 0 | 43 | 50 | 114 | 25 | 62 |
| Binary | 10001011 | 10011001 | 1100100 | 1001 | 0 | 100011 | 101000 | 1001100 | 10101 | 110010 |
Color Harmonies of #8B9964
Complementary color
Monochromatic Colors of #8B9964
Black with #8B9964
Text Example
Text Example
White with #8B9964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9964; }
p { color: rgb(139,153,100); }
H1.HeaderClassName
{
color: #8B9964;
}
.AnyTagClassName
{
color: #8B9964;
}
</style>
background-color css
<style>
a { background-color: #8B9964; }
a { background-color: rgb(139,153,100); }
div.DivClassName
{
background-color: #8B9964;
}
.BgClassName
{
background-color: #8B9964;
}
</style>
border-color css
<style>
span { border-color: #8B9964; }
span { border-color: rgb(139,153,100); }
td.TdClassName
{
border-color: #8B9964;
}
.TagClassName
{
border-color: #8B9964;
}
</style>