Shades of Lima #7BAA11
Tints of Lima #7BAA11
RGB
CMYK
RGB Variations
Color information
#7BAA11 (or 0x7BAA11) is known color: Lima. HEX triplet: 7B, AA and 11. RGB value is (123,170,17). Sum of RGB (Red+Green+Blue) = 123+170+17=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA11 is #8455EE. Grayscale: #8B8B8B. Windows color (decimal): -8672751 or 1157755. OLE color: 1157755.
HSL color Cylindrical-coordinate representation of color #7BAA11: hue angle of 78.43º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BAA11 is Cyan = 0.28, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 17 | - |
| CMYK | 0.28 | 0 | 0.9 | 0.33 |
| HSL | 78.43º | 0.82% | 0.37% | - |
| HSV(B) | 78.43º | 0.9% | 0.67% | - |
| XYZ | 22.64 | 33 | 5.71 | - |
| YUV | 138.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 17 | 0.28 | 0 | 0.9 | 0.33 | 78.43 | 0.82 | 0.37 |
| Hex | 7B | AA | 11 | 1C | 0 | 5A | 21 | 4E | 52 | 25 |
| Octal | 173 | 252 | 21 | 34 | 0 | 132 | 41 | 116 | 122 | 45 |
| Binary | 1111011 | 10101010 | 10001 | 11100 | 0 | 1011010 | 100001 | 1001110 | 1010010 | 100101 |
Color Harmonies of #7BAA11
Complementary color
Monochromatic Colors of #7BAA11
Black with #7BAA11
Text Example
Text Example
White with #7BAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA11; }
p { color: rgb(123,170,17); }
H1.HeaderClassName
{
color: #7BAA11;
}
.AnyTagClassName
{
color: #7BAA11;
}
</style>
background-color css
<style>
a { background-color: #7BAA11; }
a { background-color: rgb(123,170,17); }
div.DivClassName
{
background-color: #7BAA11;
}
.BgClassName
{
background-color: #7BAA11;
}
</style>
border-color css
<style>
span { border-color: #7BAA11; }
span { border-color: rgb(123,170,17); }
td.TdClassName
{
border-color: #7BAA11;
}
.TagClassName
{
border-color: #7BAA11;
}
</style>