Shades of Lima #7BBB0A
Tints of Lima #7BBB0A
RGB
CMYK
RGB Variations
Color information
#7BBB0A (or 0x7BBB0A) is known color: Lima. HEX triplet: 7B, BB and 0A. RGB value is (123,187,10). Sum of RGB (Red+Green+Blue) = 123+187+10=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBB0A is #8444F5. Grayscale: #949494. Windows color (decimal): -8668406 or 703355. OLE color: 703355.
HSL color Cylindrical-coordinate representation of color #7BBB0A: hue angle of 81.69º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BBB0A is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 187 | 10 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.27 |
| HSL | 81.69º | 0.9% | 0.39% | - |
| HSV(B) | 81.69º | 0.95% | 0.73% | - |
| XYZ | 25.99 | 39.77 | 6.59 | - |
| YUV | 147.69 | 50.3 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 187 | 10 | 0.34 | 0 | 0.95 | 0.27 | 81.69 | 0.9 | 0.39 |
| Hex | 7B | BB | A | 22 | 0 | 5F | 1B | 52 | 5A | 27 |
| Octal | 173 | 273 | 12 | 42 | 0 | 137 | 33 | 122 | 132 | 47 |
| Binary | 1111011 | 10111011 | 1010 | 100010 | 0 | 1011111 | 11011 | 1010010 | 1011010 | 100111 |
Color Harmonies of #7BBB0A
Complementary color
Monochromatic Colors of #7BBB0A
Black with #7BBB0A
Text Example
Text Example
White with #7BBB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBB0A; }
p { color: rgb(123,187,10); }
H1.HeaderClassName
{
color: #7BBB0A;
}
.AnyTagClassName
{
color: #7BBB0A;
}
</style>
background-color css
<style>
a { background-color: #7BBB0A; }
a { background-color: rgb(123,187,10); }
div.DivClassName
{
background-color: #7BBB0A;
}
.BgClassName
{
background-color: #7BBB0A;
}
</style>
border-color css
<style>
span { border-color: #7BBB0A; }
span { border-color: rgb(123,187,10); }
td.TdClassName
{
border-color: #7BBB0A;
}
.TagClassName
{
border-color: #7BBB0A;
}
</style>