Shades of Lima #7BBB3A
Tints of Lima #7BBB3A
RGB
CMYK
RGB Variations
Color information
#7BBB3A (or 0x7BBB3A) is known color: Lima. HEX triplet: 7B, BB and 3A. RGB value is (123,187,58). Sum of RGB (Red+Green+Blue) = 123+187+58=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBB3A is #8444C5. Grayscale: #999999. Windows color (decimal): -8668358 or 3849083. OLE color: 3849083.
HSL color Cylindrical-coordinate representation of color #7BBB3A: hue angle of 89.77º degrees, saturation: 0.53, 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 #7BBB3A is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 58 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.27 |
| HSL | 89.77º | 0.53% | 0.48% | - |
| HSV(B) | 89.77º | 0.69% | 0.73% | - |
| XYZ | 26.7 | 40.06 | 10.33 | - |
| YUV | 153.16 | 74.3 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 58 | 0.34 | 0 | 0.69 | 0.27 | 89.77 | 0.53 | 0.48 |
| Hex | 7B | BB | 3A | 22 | 0 | 45 | 1B | 5A | 35 | 30 |
| Octal | 173 | 273 | 72 | 42 | 0 | 105 | 33 | 132 | 65 | 60 |
| Binary | 1111011 | 10111011 | 111010 | 100010 | 0 | 1000101 | 11011 | 1011010 | 110101 | 110000 |
Color Harmonies of #7BBB3A
Complementary color
Monochromatic Colors of #7BBB3A
Black with #7BBB3A
Text Example
Text Example
White with #7BBB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBB3A; }
p { color: rgb(123,187,58); }
H1.HeaderClassName
{
color: #7BBB3A;
}
.AnyTagClassName
{
color: #7BBB3A;
}
</style>
background-color css
<style>
a { background-color: #7BBB3A; }
a { background-color: rgb(123,187,58); }
div.DivClassName
{
background-color: #7BBB3A;
}
.BgClassName
{
background-color: #7BBB3A;
}
</style>
border-color css
<style>
span { border-color: #7BBB3A; }
span { border-color: rgb(123,187,58); }
td.TdClassName
{
border-color: #7BBB3A;
}
.TagClassName
{
border-color: #7BBB3A;
}
</style>