Shades of Lima #7BA417
Tints of Lima #7BA417
RGB
CMYK
RGB Variations
Color information
#7BA417 (or 0x7BA417) is known color: Lima. HEX triplet: 7B, A4 and 17. RGB value is (123,164,23). Sum of RGB (Red+Green+Blue) = 123+164+23=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA417 is #845BE8. Grayscale: #888888. Windows color (decimal): -8674281 or 1549435. OLE color: 1549435.
HSL color Cylindrical-coordinate representation of color #7BA417: hue angle of 77.45º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BA417 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 23 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.36 |
| HSL | 77.45º | 0.75% | 0.37% | - |
| HSV(B) | 77.45º | 0.86% | 0.64% | - |
| XYZ | 21.6 | 30.82 | 5.62 | - |
| YUV | 135.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 23 | 0.25 | 0 | 0.86 | 0.36 | 77.45 | 0.75 | 0.37 |
| Hex | 7B | A4 | 17 | 19 | 0 | 56 | 24 | 4D | 4B | 25 |
| Octal | 173 | 244 | 27 | 31 | 0 | 126 | 44 | 115 | 113 | 45 |
| Binary | 1111011 | 10100100 | 10111 | 11001 | 0 | 1010110 | 100100 | 1001101 | 1001011 | 100101 |
Color Harmonies of #7BA417
Complementary color
Monochromatic Colors of #7BA417
Black with #7BA417
Text Example
Text Example
White with #7BA417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA417; }
p { color: rgb(123,164,23); }
H1.HeaderClassName
{
color: #7BA417;
}
.AnyTagClassName
{
color: #7BA417;
}
</style>
background-color css
<style>
a { background-color: #7BA417; }
a { background-color: rgb(123,164,23); }
div.DivClassName
{
background-color: #7BA417;
}
.BgClassName
{
background-color: #7BA417;
}
</style>
border-color css
<style>
span { border-color: #7BA417; }
span { border-color: rgb(123,164,23); }
td.TdClassName
{
border-color: #7BA417;
}
.TagClassName
{
border-color: #7BA417;
}
</style>