Shades of Lima #7BA925
Tints of Lima #7BA925
RGB
CMYK
RGB Variations
Color information
#7BA925 (or 0x7BA925) is known color: Lima. HEX triplet: 7B, A9 and 25. RGB value is (123,169,37). Sum of RGB (Red+Green+Blue) = 123+169+37=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA925 is #8456DA. Grayscale: #8C8C8C. Windows color (decimal): -8672987 or 2468219. OLE color: 2468219.
HSL color Cylindrical-coordinate representation of color #7BA925: hue angle of 80.91º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BA925 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 37 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.34 |
| HSL | 80.91º | 0.64% | 0.4% | - |
| HSV(B) | 80.91º | 0.78% | 0.66% | - |
| XYZ | 22.69 | 32.72 | 6.87 | - |
| YUV | 140.2 | 69.76 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 37 | 0.27 | 0 | 0.78 | 0.34 | 80.91 | 0.64 | 0.4 |
| Hex | 7B | A9 | 25 | 1B | 0 | 4E | 22 | 51 | 40 | 28 |
| Octal | 173 | 251 | 45 | 33 | 0 | 116 | 42 | 121 | 100 | 50 |
| Binary | 1111011 | 10101001 | 100101 | 11011 | 0 | 1001110 | 100010 | 1010001 | 1000000 | 101000 |
Color Harmonies of #7BA925
Complementary color
Monochromatic Colors of #7BA925
Black with #7BA925
Text Example
Text Example
White with #7BA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA925; }
p { color: rgb(123,169,37); }
H1.HeaderClassName
{
color: #7BA925;
}
.AnyTagClassName
{
color: #7BA925;
}
</style>
background-color css
<style>
a { background-color: #7BA925; }
a { background-color: rgb(123,169,37); }
div.DivClassName
{
background-color: #7BA925;
}
.BgClassName
{
background-color: #7BA925;
}
</style>
border-color css
<style>
span { border-color: #7BA925; }
span { border-color: rgb(123,169,37); }
td.TdClassName
{
border-color: #7BA925;
}
.TagClassName
{
border-color: #7BA925;
}
</style>