Shades of Lima #7BA412
Tints of Lima #7BA412
RGB
CMYK
RGB Variations
Color information
#7BA412 (or 0x7BA412) is known color: Lima. HEX triplet: 7B, A4 and 12. RGB value is (123,164,18). Sum of RGB (Red+Green+Blue) = 123+164+18=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA412 is #845BED. Grayscale: #878787. Windows color (decimal): -8674286 or 1221755. OLE color: 1221755.
HSL color Cylindrical-coordinate representation of color #7BA412: hue angle of 76.85º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BA412 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 18 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.36 |
| HSL | 76.85º | 0.8% | 0.36% | - |
| HSV(B) | 76.85º | 0.89% | 0.64% | - |
| XYZ | 21.55 | 30.81 | 5.38 | - |
| YUV | 135.1 | 61.92 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 18 | 0.25 | 0 | 0.89 | 0.36 | 76.85 | 0.8 | 0.36 |
| Hex | 7B | A4 | 12 | 19 | 0 | 59 | 24 | 4D | 50 | 24 |
| Octal | 173 | 244 | 22 | 31 | 0 | 131 | 44 | 115 | 120 | 44 |
| Binary | 1111011 | 10100100 | 10010 | 11001 | 0 | 1011001 | 100100 | 1001101 | 1010000 | 100100 |
Color Harmonies of #7BA412
Complementary color
Monochromatic Colors of #7BA412
Black with #7BA412
Text Example
Text Example
White with #7BA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA412; }
p { color: rgb(123,164,18); }
H1.HeaderClassName
{
color: #7BA412;
}
.AnyTagClassName
{
color: #7BA412;
}
</style>
background-color css
<style>
a { background-color: #7BA412; }
a { background-color: rgb(123,164,18); }
div.DivClassName
{
background-color: #7BA412;
}
.BgClassName
{
background-color: #7BA412;
}
</style>
border-color css
<style>
span { border-color: #7BA412; }
span { border-color: rgb(123,164,18); }
td.TdClassName
{
border-color: #7BA412;
}
.TagClassName
{
border-color: #7BA412;
}
</style>