Shades of Lima #7BAC14
Tints of Lima #7BAC14
RGB
CMYK
RGB Variations
Color information
#7BAC14 (or 0x7BAC14) is known color: Lima. HEX triplet: 7B, AC and 14. RGB value is (123,172,20). Sum of RGB (Red+Green+Blue) = 123+172+20=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAC14 is #8453EB. Grayscale: #8C8C8C. Windows color (decimal): -8672236 or 1354875. OLE color: 1354875.
HSL color Cylindrical-coordinate representation of color #7BAC14: hue angle of 79.34º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7BAC14 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 20 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.33 |
| HSL | 79.34º | 0.79% | 0.38% | - |
| HSV(B) | 79.34º | 0.88% | 0.67% | - |
| XYZ | 23.05 | 33.77 | 5.96 | - |
| YUV | 140.02 | 60.27 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 20 | 0.28 | 0 | 0.88 | 0.33 | 79.34 | 0.79 | 0.38 |
| Hex | 7B | AC | 14 | 1C | 0 | 58 | 21 | 4F | 4F | 26 |
| Octal | 173 | 254 | 24 | 34 | 0 | 130 | 41 | 117 | 117 | 46 |
| Binary | 1111011 | 10101100 | 10100 | 11100 | 0 | 1011000 | 100001 | 1001111 | 1001111 | 100110 |
Color Harmonies of #7BAC14
Complementary color
Monochromatic Colors of #7BAC14
Black with #7BAC14
Text Example
Text Example
White with #7BAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC14; }
p { color: rgb(123,172,20); }
H1.HeaderClassName
{
color: #7BAC14;
}
.AnyTagClassName
{
color: #7BAC14;
}
</style>
background-color css
<style>
a { background-color: #7BAC14; }
a { background-color: rgb(123,172,20); }
div.DivClassName
{
background-color: #7BAC14;
}
.BgClassName
{
background-color: #7BAC14;
}
</style>
border-color css
<style>
span { border-color: #7BAC14; }
span { border-color: rgb(123,172,20); }
td.TdClassName
{
border-color: #7BAC14;
}
.TagClassName
{
border-color: #7BAC14;
}
</style>