Shades of Lima #7BAA19
Tints of Lima #7BAA19
RGB
CMYK
RGB Variations
Color information
#7BAA19 (or 0x7BAA19) is known color: Lima. HEX triplet: 7B, AA and 19. RGB value is (123,170,25). Sum of RGB (Red+Green+Blue) = 123+170+25=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA19 is #8455E6. Grayscale: #8B8B8B. Windows color (decimal): -8672743 or 1682043. OLE color: 1682043.
HSL color Cylindrical-coordinate representation of color #7BAA19: hue angle of 79.45º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7BAA19 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 25 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.33 |
| HSL | 79.45º | 0.74% | 0.38% | - |
| HSV(B) | 79.45º | 0.85% | 0.67% | - |
| XYZ | 22.72 | 33.03 | 6.1 | - |
| YUV | 139.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 25 | 0.28 | 0 | 0.85 | 0.33 | 79.45 | 0.74 | 0.38 |
| Hex | 7B | AA | 19 | 1C | 0 | 55 | 21 | 4F | 4A | 26 |
| Octal | 173 | 252 | 31 | 34 | 0 | 125 | 41 | 117 | 112 | 46 |
| Binary | 1111011 | 10101010 | 11001 | 11100 | 0 | 1010101 | 100001 | 1001111 | 1001010 | 100110 |
Color Harmonies of #7BAA19
Complementary color
Monochromatic Colors of #7BAA19
Black with #7BAA19
Text Example
Text Example
White with #7BAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA19; }
p { color: rgb(123,170,25); }
H1.HeaderClassName
{
color: #7BAA19;
}
.AnyTagClassName
{
color: #7BAA19;
}
</style>
background-color css
<style>
a { background-color: #7BAA19; }
a { background-color: rgb(123,170,25); }
div.DivClassName
{
background-color: #7BAA19;
}
.BgClassName
{
background-color: #7BAA19;
}
</style>
border-color css
<style>
span { border-color: #7BAA19; }
span { border-color: rgb(123,170,25); }
td.TdClassName
{
border-color: #7BAA19;
}
.TagClassName
{
border-color: #7BAA19;
}
</style>