Shades of Avocado #8B9370
Tints of Avocado #8B9370
RGB
CMYK
RGB Variations
Color information
#8B9370 (or 0x8B9370) is known color: Avocado. HEX triplet: 8B, 93 and 70. RGB value is (139,147,112). Sum of RGB (Red+Green+Blue) = 139+147+112=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9370 is #746C8F. Grayscale: #8C8C8C. Windows color (decimal): -7629968 or 7377803. OLE color: 7377803.
HSL color Cylindrical-coordinate representation of color #8B9370: hue angle of 73.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B9370 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 147 | 112 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.42 |
| HSL | 73.71º | 0.14% | 0.51% | - |
| HSV(B) | 73.71º | 0.24% | 0.58% | - |
| XYZ | 24.01 | 27.53 | 19.38 | - |
| YUV | 140.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 147 | 112 | 0.05 | 0 | 0.24 | 0.42 | 73.71 | 0.14 | 0.51 |
| Hex | 8B | 93 | 70 | 5 | 0 | 18 | 2A | 4A | E | 33 |
| Octal | 213 | 223 | 160 | 5 | 0 | 30 | 52 | 112 | 16 | 63 |
| Binary | 10001011 | 10010011 | 1110000 | 101 | 0 | 11000 | 101010 | 1001010 | 1110 | 110011 |
Color Harmonies of #8B9370
Complementary color
Monochromatic Colors of #8B9370
Black with #8B9370
Text Example
Text Example
White with #8B9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9370; }
p { color: rgb(139,147,112); }
H1.HeaderClassName
{
color: #8B9370;
}
.AnyTagClassName
{
color: #8B9370;
}
</style>
background-color css
<style>
a { background-color: #8B9370; }
a { background-color: rgb(139,147,112); }
div.DivClassName
{
background-color: #8B9370;
}
.BgClassName
{
background-color: #8B9370;
}
</style>
border-color css
<style>
span { border-color: #8B9370; }
span { border-color: rgb(139,147,112); }
td.TdClassName
{
border-color: #8B9370;
}
.TagClassName
{
border-color: #8B9370;
}
</style>