Shades of Lima #7BA926
Tints of Lima #7BA926
RGB
CMYK
RGB Variations
Color information
#7BA926 (or 0x7BA926) is known color: Lima. HEX triplet: 7B, A9 and 26. RGB value is (123,169,38). Sum of RGB (Red+Green+Blue) = 123+169+38=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA926 is #8456D9. Grayscale: #8C8C8C. Windows color (decimal): -8672986 or 2533755. OLE color: 2533755.
HSL color Cylindrical-coordinate representation of color #7BA926: hue angle of 81.07º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BA926 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 38 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.34 |
| HSL | 81.07º | 0.63% | 0.41% | - |
| HSV(B) | 81.07º | 0.78% | 0.66% | - |
| XYZ | 22.71 | 32.73 | 6.95 | - |
| YUV | 140.31 | 70.26 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 38 | 0.27 | 0 | 0.78 | 0.34 | 81.07 | 0.63 | 0.41 |
| Hex | 7B | A9 | 26 | 1B | 0 | 4E | 22 | 51 | 3F | 29 |
| Octal | 173 | 251 | 46 | 33 | 0 | 116 | 42 | 121 | 77 | 51 |
| Binary | 1111011 | 10101001 | 100110 | 11011 | 0 | 1001110 | 100010 | 1010001 | 111111 | 101001 |
Color Harmonies of #7BA926
Complementary color
Monochromatic Colors of #7BA926
Black with #7BA926
Text Example
Text Example
White with #7BA926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA926; }
p { color: rgb(123,169,38); }
H1.HeaderClassName
{
color: #7BA926;
}
.AnyTagClassName
{
color: #7BA926;
}
</style>
background-color css
<style>
a { background-color: #7BA926; }
a { background-color: rgb(123,169,38); }
div.DivClassName
{
background-color: #7BA926;
}
.BgClassName
{
background-color: #7BA926;
}
</style>
border-color css
<style>
span { border-color: #7BA926; }
span { border-color: rgb(123,169,38); }
td.TdClassName
{
border-color: #7BA926;
}
.TagClassName
{
border-color: #7BA926;
}
</style>