Shades of Lima #7BA915
Tints of Lima #7BA915
RGB
CMYK
RGB Variations
Color information
#7BA915 (or 0x7BA915) is known color: Lima. HEX triplet: 7B, A9 and 15. RGB value is (123,169,21). Sum of RGB (Red+Green+Blue) = 123+169+21=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 169 (66.41% from 255 or 53.99% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA915 is #8456EA. Grayscale: #8A8A8A. Windows color (decimal): -8673003 or 1419643. OLE color: 1419643.
HSL color Cylindrical-coordinate representation of color #7BA915: hue angle of 78.65º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7BA915 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 21 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.34 |
| HSL | 78.65º | 0.78% | 0.37% | - |
| HSV(B) | 78.65º | 0.88% | 0.66% | - |
| XYZ | 22.49 | 32.64 | 5.82 | - |
| YUV | 138.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 21 | 0.27 | 0 | 0.88 | 0.34 | 78.65 | 0.78 | 0.37 |
| Hex | 7B | A9 | 15 | 1B | 0 | 58 | 22 | 4F | 4E | 25 |
| Octal | 173 | 251 | 25 | 33 | 0 | 130 | 42 | 117 | 116 | 45 |
| Binary | 1111011 | 10101001 | 10101 | 11011 | 0 | 1011000 | 100010 | 1001111 | 1001110 | 100101 |
Color Harmonies of #7BA915
Complementary color
Monochromatic Colors of #7BA915
Black with #7BA915
Text Example
Text Example
White with #7BA915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA915; }
p { color: rgb(123,169,21); }
H1.HeaderClassName
{
color: #7BA915;
}
.AnyTagClassName
{
color: #7BA915;
}
</style>
background-color css
<style>
a { background-color: #7BA915; }
a { background-color: rgb(123,169,21); }
div.DivClassName
{
background-color: #7BA915;
}
.BgClassName
{
background-color: #7BA915;
}
</style>
border-color css
<style>
span { border-color: #7BA915; }
span { border-color: rgb(123,169,21); }
td.TdClassName
{
border-color: #7BA915;
}
.TagClassName
{
border-color: #7BA915;
}
</style>