Shades of Avocado #939A61
Tints of Avocado #939A61
RGB
CMYK
RGB Variations
Color information
#939A61 (or 0x939A61) is known color: Avocado. HEX triplet: 93, 9A and 61. RGB value is (147,154,97). Sum of RGB (Red+Green+Blue) = 147+154+97=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 154 - color contains mainly: green. Hex color #939A61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939A61 is #6C659E. Grayscale: #919191. Windows color (decimal): -7103903 or 6396563. OLE color: 6396563.
HSL color Cylindrical-coordinate representation of color #939A61: hue angle of 67.37º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #939A61 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 154 | 97 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.40 |
| HSL | 67.37º | 0.23% | 0.49% | - |
| HSV(B) | 67.37º | 0.37% | 0.6% | - |
| XYZ | 25.75 | 30.18 | 15.78 | - |
| YUV | 145.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 97 | 0.05 | 0 | 0.37 | 0.40 | 67.37 | 0.23 | 0.49 |
| Hex | 93 | 9A | 61 | 5 | 0 | 25 | 28 | 43 | 17 | 31 |
| Octal | 223 | 232 | 141 | 5 | 0 | 45 | 50 | 103 | 27 | 61 |
| Binary | 10010011 | 10011010 | 1100001 | 101 | 0 | 100101 | 101000 | 1000011 | 10111 | 110001 |
Color Harmonies of #939A61
Complementary color
Monochromatic Colors of #939A61
Black with #939A61
Text Example
Text Example
White with #939A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939A61; }
p { color: rgb(147,154,97); }
H1.HeaderClassName
{
color: #939A61;
}
.AnyTagClassName
{
color: #939A61;
}
</style>
background-color css
<style>
a { background-color: #939A61; }
a { background-color: rgb(147,154,97); }
div.DivClassName
{
background-color: #939A61;
}
.BgClassName
{
background-color: #939A61;
}
</style>
border-color css
<style>
span { border-color: #939A61; }
span { border-color: rgb(147,154,97); }
td.TdClassName
{
border-color: #939A61;
}
.TagClassName
{
border-color: #939A61;
}
</style>