Shades of Avocado #8B9752
Tints of Avocado #8B9752
RGB
CMYK
RGB Variations
Color information
#8B9752 (or 0x8B9752) is known color: Avocado. HEX triplet: 8B, 97 and 52. RGB value is (139,151,82). Sum of RGB (Red+Green+Blue) = 139+151+82=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9752 is #7468AD. Grayscale: #8B8B8B. Windows color (decimal): -7628974 or 5412747. OLE color: 5412747.
HSL color Cylindrical-coordinate representation of color #8B9752: hue angle of 70.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B9752 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 151 | 82 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.41 |
| HSL | 70.43º | 0.3% | 0.46% | - |
| HSV(B) | 70.43º | 0.46% | 0.59% | - |
| XYZ | 23.24 | 28.23 | 12.21 | - |
| YUV | 139.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 82 | 0.08 | 0 | 0.46 | 0.41 | 70.43 | 0.3 | 0.46 |
| Hex | 8B | 97 | 52 | 8 | 0 | 2E | 29 | 46 | 1E | 2E |
| Octal | 213 | 227 | 122 | 10 | 0 | 56 | 51 | 106 | 36 | 56 |
| Binary | 10001011 | 10010111 | 1010010 | 1000 | 0 | 101110 | 101001 | 1000110 | 11110 | 101110 |
Color Harmonies of #8B9752
Complementary color
Monochromatic Colors of #8B9752
Black with #8B9752
Text Example
Text Example
White with #8B9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9752; }
p { color: rgb(139,151,82); }
H1.HeaderClassName
{
color: #8B9752;
}
.AnyTagClassName
{
color: #8B9752;
}
</style>
background-color css
<style>
a { background-color: #8B9752; }
a { background-color: rgb(139,151,82); }
div.DivClassName
{
background-color: #8B9752;
}
.BgClassName
{
background-color: #8B9752;
}
</style>
border-color css
<style>
span { border-color: #8B9752; }
span { border-color: rgb(139,151,82); }
td.TdClassName
{
border-color: #8B9752;
}
.TagClassName
{
border-color: #8B9752;
}
</style>