Shades of Lima #7BB910
Tints of Lima #7BB910
RGB
CMYK
RGB Variations
Color information
#7BB910 (or 0x7BB910) is known color: Lima. HEX triplet: 7B, B9 and 10. RGB value is (123,185,16). Sum of RGB (Red+Green+Blue) = 123+185+16=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB910 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB910 is #8446EF. Grayscale: #939393. Windows color (decimal): -8668912 or 1096059. OLE color: 1096059.
HSL color Cylindrical-coordinate representation of color #7BB910: hue angle of 82.01º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BB910 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 185 | 16 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.27 |
| HSL | 82.01º | 0.84% | 0.39% | - |
| HSV(B) | 82.01º | 0.91% | 0.73% | - |
| XYZ | 25.61 | 38.95 | 6.66 | - |
| YUV | 147.2 | 53.96 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 185 | 16 | 0.34 | 0 | 0.91 | 0.27 | 82.01 | 0.84 | 0.39 |
| Hex | 7B | B9 | 10 | 22 | 0 | 5B | 1B | 52 | 54 | 27 |
| Octal | 173 | 271 | 20 | 42 | 0 | 133 | 33 | 122 | 124 | 47 |
| Binary | 1111011 | 10111001 | 10000 | 100010 | 0 | 1011011 | 11011 | 1010010 | 1010100 | 100111 |
Color Harmonies of #7BB910
Complementary color
Monochromatic Colors of #7BB910
Black with #7BB910
Text Example
Text Example
White with #7BB910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB910; }
p { color: rgb(123,185,16); }
H1.HeaderClassName
{
color: #7BB910;
}
.AnyTagClassName
{
color: #7BB910;
}
</style>
background-color css
<style>
a { background-color: #7BB910; }
a { background-color: rgb(123,185,16); }
div.DivClassName
{
background-color: #7BB910;
}
.BgClassName
{
background-color: #7BB910;
}
</style>
border-color css
<style>
span { border-color: #7BB910; }
span { border-color: rgb(123,185,16); }
td.TdClassName
{
border-color: #7BB910;
}
.TagClassName
{
border-color: #7BB910;
}
</style>