Shades of Lima #7BA020
Tints of Lima #7BA020
RGB
CMYK
RGB Variations
Color information
#7BA020 (or 0x7BA020) is known color: Lima. HEX triplet: 7B, A0 and 20. RGB value is (123,160,32). Sum of RGB (Red+Green+Blue) = 123+160+32=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA020 is #845FDF. Grayscale: #868686. Windows color (decimal): -8675296 or 2138235. OLE color: 2138235.
HSL color Cylindrical-coordinate representation of color #7BA020: hue angle of 77.34º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7BA020 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 32 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.37 |
| HSL | 77.34º | 0.67% | 0.38% | - |
| HSV(B) | 77.34º | 0.8% | 0.63% | - |
| XYZ | 21 | 29.46 | 5.95 | - |
| YUV | 134.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 32 | 0.23 | 0 | 0.80 | 0.37 | 77.34 | 0.67 | 0.38 |
| Hex | 7B | A0 | 20 | 17 | 0 | 50 | 25 | 4D | 43 | 26 |
| Octal | 173 | 240 | 40 | 27 | 0 | 120 | 45 | 115 | 103 | 46 |
| Binary | 1111011 | 10100000 | 100000 | 10111 | 0 | 1010000 | 100101 | 1001101 | 1000011 | 100110 |
Color Harmonies of #7BA020
Complementary color
Monochromatic Colors of #7BA020
Black with #7BA020
Text Example
Text Example
White with #7BA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA020; }
p { color: rgb(123,160,32); }
H1.HeaderClassName
{
color: #7BA020;
}
.AnyTagClassName
{
color: #7BA020;
}
</style>
background-color css
<style>
a { background-color: #7BA020; }
a { background-color: rgb(123,160,32); }
div.DivClassName
{
background-color: #7BA020;
}
.BgClassName
{
background-color: #7BA020;
}
</style>
border-color css
<style>
span { border-color: #7BA020; }
span { border-color: rgb(123,160,32); }
td.TdClassName
{
border-color: #7BA020;
}
.TagClassName
{
border-color: #7BA020;
}
</style>