Shades of Lima #7BAC11
Tints of Lima #7BAC11
RGB
CMYK
RGB Variations
Color information
#7BAC11 (or 0x7BAC11) is known color: Lima. HEX triplet: 7B, AC and 11. RGB value is (123,172,17). Sum of RGB (Red+Green+Blue) = 123+172+17=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAC11 is #8453EE. Grayscale: #8C8C8C. Windows color (decimal): -8672239 or 1158267. OLE color: 1158267.
HSL color Cylindrical-coordinate representation of color #7BAC11: hue angle of 78.97º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BAC11 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 17 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.33 |
| HSL | 78.97º | 0.82% | 0.37% | - |
| HSV(B) | 78.97º | 0.9% | 0.67% | - |
| XYZ | 23.02 | 33.76 | 5.83 | - |
| YUV | 139.68 | 58.77 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 17 | 0.28 | 0 | 0.90 | 0.33 | 78.97 | 0.82 | 0.37 |
| Hex | 7B | AC | 11 | 1C | 0 | 5A | 21 | 4F | 52 | 25 |
| Octal | 173 | 254 | 21 | 34 | 0 | 132 | 41 | 117 | 122 | 45 |
| Binary | 1111011 | 10101100 | 10001 | 11100 | 0 | 1011010 | 100001 | 1001111 | 1010010 | 100101 |
Color Harmonies of #7BAC11
Complementary color
Monochromatic Colors of #7BAC11
Black with #7BAC11
Text Example
Text Example
White with #7BAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC11; }
p { color: rgb(123,172,17); }
H1.HeaderClassName
{
color: #7BAC11;
}
.AnyTagClassName
{
color: #7BAC11;
}
</style>
background-color css
<style>
a { background-color: #7BAC11; }
a { background-color: rgb(123,172,17); }
div.DivClassName
{
background-color: #7BAC11;
}
.BgClassName
{
background-color: #7BAC11;
}
</style>
border-color css
<style>
span { border-color: #7BAC11; }
span { border-color: rgb(123,172,17); }
td.TdClassName
{
border-color: #7BAC11;
}
.TagClassName
{
border-color: #7BAC11;
}
</style>