Shades of Avocado #8B9568
Tints of Avocado #8B9568
RGB
CMYK
RGB Variations
Color information
#8B9568 (or 0x8B9568) is known color: Avocado. HEX triplet: 8B, 95 and 68. RGB value is (139,149,104). Sum of RGB (Red+Green+Blue) = 139+149+104=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9568 is #746A97. Grayscale: #8D8D8D. Windows color (decimal): -7629464 or 6854027. OLE color: 6854027.
HSL color Cylindrical-coordinate representation of color #8B9568: hue angle of 73.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B9568 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 104 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.42 |
| HSL | 73.33º | 0.18% | 0.5% | - |
| HSV(B) | 73.33º | 0.3% | 0.58% | - |
| XYZ | 23.89 | 27.98 | 17.24 | - |
| YUV | 140.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 104 | 0.07 | 0 | 0.30 | 0.42 | 73.33 | 0.18 | 0.5 |
| Hex | 8B | 95 | 68 | 7 | 0 | 1E | 2A | 49 | 12 | 32 |
| Octal | 213 | 225 | 150 | 7 | 0 | 36 | 52 | 111 | 22 | 62 |
| Binary | 10001011 | 10010101 | 1101000 | 111 | 0 | 11110 | 101010 | 1001001 | 10010 | 110010 |
Color Harmonies of #8B9568
Complementary color
Monochromatic Colors of #8B9568
Black with #8B9568
Text Example
Text Example
White with #8B9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9568; }
p { color: rgb(139,149,104); }
H1.HeaderClassName
{
color: #8B9568;
}
.AnyTagClassName
{
color: #8B9568;
}
</style>
background-color css
<style>
a { background-color: #8B9568; }
a { background-color: rgb(139,149,104); }
div.DivClassName
{
background-color: #8B9568;
}
.BgClassName
{
background-color: #8B9568;
}
</style>
border-color css
<style>
span { border-color: #8B9568; }
span { border-color: rgb(139,149,104); }
td.TdClassName
{
border-color: #8B9568;
}
.TagClassName
{
border-color: #8B9568;
}
</style>