Shades of Lima #7BAC15
Tints of Lima #7BAC15
RGB
CMYK
RGB Variations
Color information
#7BAC15 (or 0x7BAC15) is known color: Lima. HEX triplet: 7B, AC and 15. RGB value is (123,172,21). Sum of RGB (Red+Green+Blue) = 123+172+21=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAC15 is #8453EA. Grayscale: #8C8C8C. Windows color (decimal): -8672235 or 1420411. OLE color: 1420411.
HSL color Cylindrical-coordinate representation of color #7BAC15: hue angle of 79.47º degrees, saturation: 0.78, 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 #7BAC15 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 21 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.33 |
| HSL | 79.47º | 0.78% | 0.38% | - |
| HSV(B) | 79.47º | 0.88% | 0.67% | - |
| XYZ | 23.06 | 33.77 | 6.01 | - |
| YUV | 140.14 | 60.77 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 21 | 0.28 | 0 | 0.88 | 0.33 | 79.47 | 0.78 | 0.38 |
| Hex | 7B | AC | 15 | 1C | 0 | 58 | 21 | 4F | 4E | 26 |
| Octal | 173 | 254 | 25 | 34 | 0 | 130 | 41 | 117 | 116 | 46 |
| Binary | 1111011 | 10101100 | 10101 | 11100 | 0 | 1011000 | 100001 | 1001111 | 1001110 | 100110 |
Color Harmonies of #7BAC15
Complementary color
Monochromatic Colors of #7BAC15
Black with #7BAC15
Text Example
Text Example
White with #7BAC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC15; }
p { color: rgb(123,172,21); }
H1.HeaderClassName
{
color: #7BAC15;
}
.AnyTagClassName
{
color: #7BAC15;
}
</style>
background-color css
<style>
a { background-color: #7BAC15; }
a { background-color: rgb(123,172,21); }
div.DivClassName
{
background-color: #7BAC15;
}
.BgClassName
{
background-color: #7BAC15;
}
</style>
border-color css
<style>
span { border-color: #7BAC15; }
span { border-color: rgb(123,172,21); }
td.TdClassName
{
border-color: #7BAC15;
}
.TagClassName
{
border-color: #7BAC15;
}
</style>