Shades of Avocado #8A936B
Tints of Avocado #8A936B
RGB
CMYK
RGB Variations
Color information
#8A936B (or 0x8A936B) is known color: Avocado. HEX triplet: 8A, 93 and 6B. RGB value is (138,147,107). Sum of RGB (Red+Green+Blue) = 138+147+107=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #8A936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A936B is #756C94. Grayscale: #8B8B8B. Windows color (decimal): -7695509 or 7050122. OLE color: 7050122.
HSL color Cylindrical-coordinate representation of color #8A936B: hue angle of 73.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A936B is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 107 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.42 |
| HSL | 73.5º | 0.16% | 0.5% | - |
| HSV(B) | 73.5º | 0.27% | 0.58% | - |
| XYZ | 23.57 | 27.33 | 17.94 | - |
| YUV | 139.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 107 | 0.06 | 0 | 0.27 | 0.42 | 73.5 | 0.16 | 0.5 |
| Hex | 8A | 93 | 6B | 6 | 0 | 1B | 2A | 4A | 10 | 32 |
| Octal | 212 | 223 | 153 | 6 | 0 | 33 | 52 | 112 | 20 | 62 |
| Binary | 10001010 | 10010011 | 1101011 | 110 | 0 | 11011 | 101010 | 1001010 | 10000 | 110010 |
Color Harmonies of #8A936B
Complementary color
Monochromatic Colors of #8A936B
Black with #8A936B
Text Example
Text Example
White with #8A936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A936B; }
p { color: rgb(138,147,107); }
H1.HeaderClassName
{
color: #8A936B;
}
.AnyTagClassName
{
color: #8A936B;
}
</style>
background-color css
<style>
a { background-color: #8A936B; }
a { background-color: rgb(138,147,107); }
div.DivClassName
{
background-color: #8A936B;
}
.BgClassName
{
background-color: #8A936B;
}
</style>
border-color css
<style>
span { border-color: #8A936B; }
span { border-color: rgb(138,147,107); }
td.TdClassName
{
border-color: #8A936B;
}
.TagClassName
{
border-color: #8A936B;
}
</style>