Shades of Lima #7BAA26
Tints of Lima #7BAA26
RGB
CMYK
RGB Variations
Color information
#7BAA26 (or 0x7BAA26) is known color: Lima. HEX triplet: 7B, AA and 26. RGB value is (123,170,38). Sum of RGB (Red+Green+Blue) = 123+170+38=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAA26 is #8455D9. Grayscale: #8D8D8D. Windows color (decimal): -8672730 or 2534011. OLE color: 2534011.
HSL color Cylindrical-coordinate representation of color #7BAA26: hue angle of 81.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7BAA26 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 38 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.33 |
| HSL | 81.36º | 0.63% | 0.41% | - |
| HSV(B) | 81.36º | 0.78% | 0.67% | - |
| XYZ | 22.89 | 33.1 | 7.02 | - |
| YUV | 140.9 | 69.93 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 38 | 0.28 | 0 | 0.78 | 0.33 | 81.36 | 0.63 | 0.41 |
| Hex | 7B | AA | 26 | 1C | 0 | 4E | 21 | 51 | 3F | 29 |
| Octal | 173 | 252 | 46 | 34 | 0 | 116 | 41 | 121 | 77 | 51 |
| Binary | 1111011 | 10101010 | 100110 | 11100 | 0 | 1001110 | 100001 | 1010001 | 111111 | 101001 |
Color Harmonies of #7BAA26
Complementary color
Monochromatic Colors of #7BAA26
Black with #7BAA26
Text Example
Text Example
White with #7BAA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA26; }
p { color: rgb(123,170,38); }
H1.HeaderClassName
{
color: #7BAA26;
}
.AnyTagClassName
{
color: #7BAA26;
}
</style>
background-color css
<style>
a { background-color: #7BAA26; }
a { background-color: rgb(123,170,38); }
div.DivClassName
{
background-color: #7BAA26;
}
.BgClassName
{
background-color: #7BAA26;
}
</style>
border-color css
<style>
span { border-color: #7BAA26; }
span { border-color: rgb(123,170,38); }
td.TdClassName
{
border-color: #7BAA26;
}
.TagClassName
{
border-color: #7BAA26;
}
</style>