Shades of Lima #7BAC26
Tints of Lima #7BAC26
RGB
CMYK
RGB Variations
Color information
#7BAC26 (or 0x7BAC26) is known color: Lima. HEX triplet: 7B, AC and 26. RGB value is (123,172,38). Sum of RGB (Red+Green+Blue) = 123+172+38=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAC26 is #8453D9. Grayscale: #8E8E8E. Windows color (decimal): -8672218 or 2534523. OLE color: 2534523.
HSL color Cylindrical-coordinate representation of color #7BAC26: hue angle of 81.94º degrees, saturation: 0.64, 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 #7BAC26 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 38 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.33 |
| HSL | 81.94º | 0.64% | 0.41% | - |
| HSV(B) | 81.94º | 0.78% | 0.67% | - |
| XYZ | 23.27 | 33.86 | 7.14 | - |
| YUV | 142.07 | 69.27 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 38 | 0.28 | 0 | 0.78 | 0.33 | 81.94 | 0.64 | 0.41 |
| Hex | 7B | AC | 26 | 1C | 0 | 4E | 21 | 52 | 40 | 29 |
| Octal | 173 | 254 | 46 | 34 | 0 | 116 | 41 | 122 | 100 | 51 |
| Binary | 1111011 | 10101100 | 100110 | 11100 | 0 | 1001110 | 100001 | 1010010 | 1000000 | 101001 |
Color Harmonies of #7BAC26
Complementary color
Monochromatic Colors of #7BAC26
Black with #7BAC26
Text Example
Text Example
White with #7BAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC26; }
p { color: rgb(123,172,38); }
H1.HeaderClassName
{
color: #7BAC26;
}
.AnyTagClassName
{
color: #7BAC26;
}
</style>
background-color css
<style>
a { background-color: #7BAC26; }
a { background-color: rgb(123,172,38); }
div.DivClassName
{
background-color: #7BAC26;
}
.BgClassName
{
background-color: #7BAC26;
}
</style>
border-color css
<style>
span { border-color: #7BAC26; }
span { border-color: rgb(123,172,38); }
td.TdClassName
{
border-color: #7BAC26;
}
.TagClassName
{
border-color: #7BAC26;
}
</style>