Shades of Avocado #93956B
Tints of Avocado #93956B
RGB
CMYK
RGB Variations
Color information
#93956B (or 0x93956B) is known color: Avocado. HEX triplet: 93, 95 and 6B. RGB value is (147,149,107). Sum of RGB (Red+Green+Blue) = 147+149+107=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 149 - color contains mainly: green. Hex color #93956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93956B is #6C6A94. Grayscale: #8F8F8F. Windows color (decimal): -7105173 or 7050643. OLE color: 7050643.
HSL color Cylindrical-coordinate representation of color #93956B: hue angle of 62.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93956B is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 149 | 107 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.42 |
| HSL | 62.86º | 0.17% | 0.5% | - |
| HSV(B) | 62.86º | 0.28% | 0.58% | - |
| XYZ | 25.43 | 28.76 | 18.12 | - |
| YUV | 143.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 149 | 107 | 0.01 | 0 | 0.28 | 0.42 | 62.86 | 0.17 | 0.5 |
| Hex | 93 | 95 | 6B | 1 | 0 | 1C | 2A | 3F | 11 | 32 |
| Octal | 223 | 225 | 153 | 1 | 0 | 34 | 52 | 77 | 21 | 62 |
| Binary | 10010011 | 10010101 | 1101011 | 1 | 0 | 11100 | 101010 | 111111 | 10001 | 110010 |
Color Harmonies of #93956B
Complementary color
Monochromatic Colors of #93956B
Black with #93956B
Text Example
Text Example
White with #93956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93956B; }
p { color: rgb(147,149,107); }
H1.HeaderClassName
{
color: #93956B;
}
.AnyTagClassName
{
color: #93956B;
}
</style>
background-color css
<style>
a { background-color: #93956B; }
a { background-color: rgb(147,149,107); }
div.DivClassName
{
background-color: #93956B;
}
.BgClassName
{
background-color: #93956B;
}
</style>
border-color css
<style>
span { border-color: #93956B; }
span { border-color: rgb(147,149,107); }
td.TdClassName
{
border-color: #93956B;
}
.TagClassName
{
border-color: #93956B;
}
</style>