Shades of Avocado #939A58
Tints of Avocado #939A58
RGB
CMYK
RGB Variations
Color information
#939A58 (or 0x939A58) is known color: Avocado. HEX triplet: 93, 9A and 58. RGB value is (147,154,88). Sum of RGB (Red+Green+Blue) = 147+154+88=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 154 - color contains mainly: green. Hex color #939A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939A58 is #6C65A7. Grayscale: #909090. Windows color (decimal): -7103912 or 5806739. OLE color: 5806739.
HSL color Cylindrical-coordinate representation of color #939A58: hue angle of 66.36º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #939A58 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 154 | 88 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.40 |
| HSL | 66.36º | 0.27% | 0.47% | - |
| HSV(B) | 66.36º | 0.43% | 0.6% | - |
| XYZ | 25.35 | 30.02 | 13.69 | - |
| YUV | 144.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 88 | 0.05 | 0 | 0.43 | 0.40 | 66.36 | 0.27 | 0.47 |
| Hex | 93 | 9A | 58 | 5 | 0 | 2B | 28 | 42 | 1B | 2F |
| Octal | 223 | 232 | 130 | 5 | 0 | 53 | 50 | 102 | 33 | 57 |
| Binary | 10010011 | 10011010 | 1011000 | 101 | 0 | 101011 | 101000 | 1000010 | 11011 | 101111 |
Color Harmonies of #939A58
Complementary color
Monochromatic Colors of #939A58
Black with #939A58
Text Example
Text Example
White with #939A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939A58; }
p { color: rgb(147,154,88); }
H1.HeaderClassName
{
color: #939A58;
}
.AnyTagClassName
{
color: #939A58;
}
</style>
background-color css
<style>
a { background-color: #939A58; }
a { background-color: rgb(147,154,88); }
div.DivClassName
{
background-color: #939A58;
}
.BgClassName
{
background-color: #939A58;
}
</style>
border-color css
<style>
span { border-color: #939A58; }
span { border-color: rgb(147,154,88); }
td.TdClassName
{
border-color: #939A58;
}
.TagClassName
{
border-color: #939A58;
}
</style>