Shades of Avocado #939A60
Tints of Avocado #939A60
RGB
CMYK
RGB Variations
Color information
#939A60 (or 0x939A60) is known color: Avocado. HEX triplet: 93, 9A and 60. RGB value is (147,154,96). Sum of RGB (Red+Green+Blue) = 147+154+96=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 154 - color contains mainly: green. Hex color #939A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939A60 is #6C659F. Grayscale: #919191. Windows color (decimal): -7103904 or 6331027. OLE color: 6331027.
HSL color Cylindrical-coordinate representation of color #939A60: hue angle of 67.24º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #939A60 is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 154 | 96 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.40 |
| HSL | 67.24º | 0.23% | 0.49% | - |
| HSV(B) | 67.24º | 0.38% | 0.6% | - |
| XYZ | 25.7 | 30.16 | 15.53 | - |
| YUV | 145.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 96 | 0.05 | 0 | 0.38 | 0.40 | 67.24 | 0.23 | 0.49 |
| Hex | 93 | 9A | 60 | 5 | 0 | 26 | 28 | 43 | 17 | 31 |
| Octal | 223 | 232 | 140 | 5 | 0 | 46 | 50 | 103 | 27 | 61 |
| Binary | 10010011 | 10011010 | 1100000 | 101 | 0 | 100110 | 101000 | 1000011 | 10111 | 110001 |
Color Harmonies of #939A60
Complementary color
Monochromatic Colors of #939A60
Black with #939A60
Text Example
Text Example
White with #939A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939A60; }
p { color: rgb(147,154,96); }
H1.HeaderClassName
{
color: #939A60;
}
.AnyTagClassName
{
color: #939A60;
}
</style>
background-color css
<style>
a { background-color: #939A60; }
a { background-color: rgb(147,154,96); }
div.DivClassName
{
background-color: #939A60;
}
.BgClassName
{
background-color: #939A60;
}
</style>
border-color css
<style>
span { border-color: #939A60; }
span { border-color: rgb(147,154,96); }
td.TdClassName
{
border-color: #939A60;
}
.TagClassName
{
border-color: #939A60;
}
</style>