Shades of Lima #7BA11F
Tints of Lima #7BA11F
RGB
CMYK
RGB Variations
Color information
#7BA11F (or 0x7BA11F) is known color: Lima. HEX triplet: 7B, A1 and 1F. RGB value is (123,161,31). Sum of RGB (Red+Green+Blue) = 123+161+31=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA11F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA11F is #845EE0. Grayscale: #878787. Windows color (decimal): -8675041 or 2072955. OLE color: 2072955.
HSL color Cylindrical-coordinate representation of color #7BA11F: hue angle of 77.54º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BA11F is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 31 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.37 |
| HSL | 77.54º | 0.68% | 0.38% | - |
| HSV(B) | 77.54º | 0.81% | 0.63% | - |
| XYZ | 21.16 | 29.8 | 5.93 | - |
| YUV | 134.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 31 | 0.24 | 0 | 0.81 | 0.37 | 77.54 | 0.68 | 0.38 |
| Hex | 7B | A1 | 1F | 18 | 0 | 51 | 25 | 4E | 44 | 26 |
| Octal | 173 | 241 | 37 | 30 | 0 | 121 | 45 | 116 | 104 | 46 |
| Binary | 1111011 | 10100001 | 11111 | 11000 | 0 | 1010001 | 100101 | 1001110 | 1000100 | 100110 |
Color Harmonies of #7BA11F
Complementary color
Monochromatic Colors of #7BA11F
Black with #7BA11F
Text Example
Text Example
White with #7BA11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA11F; }
p { color: rgb(123,161,31); }
H1.HeaderClassName
{
color: #7BA11F;
}
.AnyTagClassName
{
color: #7BA11F;
}
</style>
background-color css
<style>
a { background-color: #7BA11F; }
a { background-color: rgb(123,161,31); }
div.DivClassName
{
background-color: #7BA11F;
}
.BgClassName
{
background-color: #7BA11F;
}
</style>
border-color css
<style>
span { border-color: #7BA11F; }
span { border-color: rgb(123,161,31); }
td.TdClassName
{
border-color: #7BA11F;
}
.TagClassName
{
border-color: #7BA11F;
}
</style>