Shades of Lima #7ABA3A
Tints of Lima #7ABA3A
RGB
CMYK
RGB Variations
Color information
#7ABA3A (or 0x7ABA3A) is known color: Lima. HEX triplet: 7A, BA and 3A. RGB value is (122,186,58). Sum of RGB (Red+Green+Blue) = 122+186+58=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA3A is #8545C5. Grayscale: #989898. Windows color (decimal): -8734150 or 3848826. OLE color: 3848826.
HSL color Cylindrical-coordinate representation of color #7ABA3A: hue angle of 90º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ABA3A is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 58 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.27 |
| HSL | 90º | 0.52% | 0.48% | - |
| HSV(B) | 90º | 0.69% | 0.73% | - |
| XYZ | 26.35 | 39.56 | 10.25 | - |
| YUV | 152.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 58 | 0.34 | 0 | 0.69 | 0.27 | 90 | 0.52 | 0.48 |
| Hex | 7A | BA | 3A | 22 | 0 | 45 | 1B | 5A | 34 | 30 |
| Octal | 172 | 272 | 72 | 42 | 0 | 105 | 33 | 132 | 64 | 60 |
| Binary | 1111010 | 10111010 | 111010 | 100010 | 0 | 1000101 | 11011 | 1011010 | 110100 | 110000 |
Color Harmonies of #7ABA3A
Complementary color
Monochromatic Colors of #7ABA3A
Black with #7ABA3A
Text Example
Text Example
White with #7ABA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA3A; }
p { color: rgb(122,186,58); }
H1.HeaderClassName
{
color: #7ABA3A;
}
.AnyTagClassName
{
color: #7ABA3A;
}
</style>
background-color css
<style>
a { background-color: #7ABA3A; }
a { background-color: rgb(122,186,58); }
div.DivClassName
{
background-color: #7ABA3A;
}
.BgClassName
{
background-color: #7ABA3A;
}
</style>
border-color css
<style>
span { border-color: #7ABA3A; }
span { border-color: rgb(122,186,58); }
td.TdClassName
{
border-color: #7ABA3A;
}
.TagClassName
{
border-color: #7ABA3A;
}
</style>