Shades of Lima #7BAA12
Tints of Lima #7BAA12
RGB
CMYK
RGB Variations
Color information
#7BAA12 (or 0x7BAA12) is known color: Lima. HEX triplet: 7B, AA and 12. RGB value is (123,170,18). Sum of RGB (Red+Green+Blue) = 123+170+18=311 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.55% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA12 is #8455ED. Grayscale: #8B8B8B. Windows color (decimal): -8672750 or 1223291. OLE color: 1223291.
HSL color Cylindrical-coordinate representation of color #7BAA12: hue angle of 78.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BAA12 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 18 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.33 |
| HSL | 78.55º | 0.81% | 0.37% | - |
| HSV(B) | 78.55º | 0.89% | 0.67% | - |
| XYZ | 22.65 | 33 | 5.75 | - |
| YUV | 138.62 | 59.93 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 18 | 0.28 | 0 | 0.89 | 0.33 | 78.55 | 0.81 | 0.37 |
| Hex | 7B | AA | 12 | 1C | 0 | 59 | 21 | 4F | 51 | 25 |
| Octal | 173 | 252 | 22 | 34 | 0 | 131 | 41 | 117 | 121 | 45 |
| Binary | 1111011 | 10101010 | 10010 | 11100 | 0 | 1011001 | 100001 | 1001111 | 1010001 | 100101 |
Color Harmonies of #7BAA12
Complementary color
Monochromatic Colors of #7BAA12
Black with #7BAA12
Text Example
Text Example
White with #7BAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA12; }
p { color: rgb(123,170,18); }
H1.HeaderClassName
{
color: #7BAA12;
}
.AnyTagClassName
{
color: #7BAA12;
}
</style>
background-color css
<style>
a { background-color: #7BAA12; }
a { background-color: rgb(123,170,18); }
div.DivClassName
{
background-color: #7BAA12;
}
.BgClassName
{
background-color: #7BAA12;
}
</style>
border-color css
<style>
span { border-color: #7BAA12; }
span { border-color: rgb(123,170,18); }
td.TdClassName
{
border-color: #7BAA12;
}
.TagClassName
{
border-color: #7BAA12;
}
</style>