Shades of Lima #7BA21F
Tints of Lima #7BA21F
RGB
CMYK
RGB Variations
Color information
#7BA21F (or 0x7BA21F) is known color: Lima. HEX triplet: 7B, A2 and 1F. RGB value is (123,162,31). Sum of RGB (Red+Green+Blue) = 123+162+31=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA21F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA21F is #845DE0. Grayscale: #878787. Windows color (decimal): -8674785 or 2073211. OLE color: 2073211.
HSL color Cylindrical-coordinate representation of color #7BA21F: hue angle of 77.86º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BA21F is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 31 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.36 |
| HSL | 77.86º | 0.68% | 0.38% | - |
| HSV(B) | 77.86º | 0.81% | 0.64% | - |
| XYZ | 21.34 | 30.15 | 5.99 | - |
| YUV | 135.41 | 69.08 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 31 | 0.24 | 0 | 0.81 | 0.36 | 77.86 | 0.68 | 0.38 |
| Hex | 7B | A2 | 1F | 18 | 0 | 51 | 24 | 4E | 44 | 26 |
| Octal | 173 | 242 | 37 | 30 | 0 | 121 | 44 | 116 | 104 | 46 |
| Binary | 1111011 | 10100010 | 11111 | 11000 | 0 | 1010001 | 100100 | 1001110 | 1000100 | 100110 |
Color Harmonies of #7BA21F
Complementary color
Monochromatic Colors of #7BA21F
Black with #7BA21F
Text Example
Text Example
White with #7BA21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA21F; }
p { color: rgb(123,162,31); }
H1.HeaderClassName
{
color: #7BA21F;
}
.AnyTagClassName
{
color: #7BA21F;
}
</style>
background-color css
<style>
a { background-color: #7BA21F; }
a { background-color: rgb(123,162,31); }
div.DivClassName
{
background-color: #7BA21F;
}
.BgClassName
{
background-color: #7BA21F;
}
</style>
border-color css
<style>
span { border-color: #7BA21F; }
span { border-color: rgb(123,162,31); }
td.TdClassName
{
border-color: #7BA21F;
}
.TagClassName
{
border-color: #7BA21F;
}
</style>