Shades of Lima #7BAC13
Tints of Lima #7BAC13
RGB
CMYK
RGB Variations
Color information
#7BAC13 (or 0x7BAC13) is known color: Lima. HEX triplet: 7B, AC and 13. RGB value is (123,172,19). Sum of RGB (Red+Green+Blue) = 123+172+19=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAC13 is #8453EC. Grayscale: #8C8C8C. Windows color (decimal): -8672237 or 1289339. OLE color: 1289339.
HSL color Cylindrical-coordinate representation of color #7BAC13: hue angle of 79.22º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BAC13 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 19 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.33 |
| HSL | 79.22º | 0.8% | 0.37% | - |
| HSV(B) | 79.22º | 0.89% | 0.67% | - |
| XYZ | 23.04 | 33.76 | 5.92 | - |
| YUV | 139.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 19 | 0.28 | 0 | 0.89 | 0.33 | 79.22 | 0.8 | 0.37 |
| Hex | 7B | AC | 13 | 1C | 0 | 59 | 21 | 4F | 50 | 25 |
| Octal | 173 | 254 | 23 | 34 | 0 | 131 | 41 | 117 | 120 | 45 |
| Binary | 1111011 | 10101100 | 10011 | 11100 | 0 | 1011001 | 100001 | 1001111 | 1010000 | 100101 |
Color Harmonies of #7BAC13
Complementary color
Monochromatic Colors of #7BAC13
Black with #7BAC13
Text Example
Text Example
White with #7BAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC13; }
p { color: rgb(123,172,19); }
H1.HeaderClassName
{
color: #7BAC13;
}
.AnyTagClassName
{
color: #7BAC13;
}
</style>
background-color css
<style>
a { background-color: #7BAC13; }
a { background-color: rgb(123,172,19); }
div.DivClassName
{
background-color: #7BAC13;
}
.BgClassName
{
background-color: #7BAC13;
}
</style>
border-color css
<style>
span { border-color: #7BAC13; }
span { border-color: rgb(123,172,19); }
td.TdClassName
{
border-color: #7BAC13;
}
.TagClassName
{
border-color: #7BAC13;
}
</style>