Shades of Lima #7BBA3A
Tints of Lima #7BBA3A
RGB
CMYK
RGB Variations
Color information
#7BBA3A (or 0x7BBA3A) is known color: Lima. HEX triplet: 7B, BA and 3A. RGB value is (123,186,58). Sum of RGB (Red+Green+Blue) = 123+186+58=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA3A is #8445C5. Grayscale: #999999. Windows color (decimal): -8668614 or 3848827. OLE color: 3848827.
HSL color Cylindrical-coordinate representation of color #7BBA3A: hue angle of 89.53º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7BBA3A is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 186 | 58 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.27 |
| HSL | 89.53º | 0.52% | 0.48% | - |
| HSV(B) | 89.53º | 0.69% | 0.73% | - |
| XYZ | 26.49 | 39.63 | 10.26 | - |
| YUV | 152.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 186 | 58 | 0.34 | 0 | 0.69 | 0.27 | 89.53 | 0.52 | 0.48 |
| Hex | 7B | BA | 3A | 22 | 0 | 45 | 1B | 5A | 34 | 30 |
| Octal | 173 | 272 | 72 | 42 | 0 | 105 | 33 | 132 | 64 | 60 |
| Binary | 1111011 | 10111010 | 111010 | 100010 | 0 | 1000101 | 11011 | 1011010 | 110100 | 110000 |
Color Harmonies of #7BBA3A
Complementary color
Monochromatic Colors of #7BBA3A
Black with #7BBA3A
Text Example
Text Example
White with #7BBA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBA3A; }
p { color: rgb(123,186,58); }
H1.HeaderClassName
{
color: #7BBA3A;
}
.AnyTagClassName
{
color: #7BBA3A;
}
</style>
background-color css
<style>
a { background-color: #7BBA3A; }
a { background-color: rgb(123,186,58); }
div.DivClassName
{
background-color: #7BBA3A;
}
.BgClassName
{
background-color: #7BBA3A;
}
</style>
border-color css
<style>
span { border-color: #7BBA3A; }
span { border-color: rgb(123,186,58); }
td.TdClassName
{
border-color: #7BBA3A;
}
.TagClassName
{
border-color: #7BBA3A;
}
</style>