Shades of Lima #7BB607
Tints of Lima #7BB607
RGB
CMYK
RGB Variations
Color information
#7BB607 (or 0x7BB607) is known color: Lima. HEX triplet: 7B, B6 and 07. RGB value is (123,182,7). Sum of RGB (Red+Green+Blue) = 123+182+7=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 182 (71.48% from 255 or 58.33% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB607 is #8449F8. Grayscale: #919191. Windows color (decimal): -8669689 or 505467. OLE color: 505467.
HSL color Cylindrical-coordinate representation of color #7BB607: hue angle of 80.23º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7BB607 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 182 | 7 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.29 |
| HSL | 80.23º | 0.93% | 0.37% | - |
| HSV(B) | 80.23º | 0.96% | 0.71% | - |
| XYZ | 24.93 | 37.68 | 6.16 | - |
| YUV | 144.41 | 50.45 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 182 | 7 | 0.32 | 0 | 0.96 | 0.29 | 80.23 | 0.93 | 0.37 |
| Hex | 7B | B6 | 7 | 20 | 0 | 60 | 1D | 50 | 5D | 25 |
| Octal | 173 | 266 | 7 | 40 | 0 | 140 | 35 | 120 | 135 | 45 |
| Binary | 1111011 | 10110110 | 111 | 100000 | 0 | 1100000 | 11101 | 1010000 | 1011101 | 100101 |
Color Harmonies of #7BB607
Complementary color
Monochromatic Colors of #7BB607
Black with #7BB607
Text Example
Text Example
White with #7BB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB607; }
p { color: rgb(123,182,7); }
H1.HeaderClassName
{
color: #7BB607;
}
.AnyTagClassName
{
color: #7BB607;
}
</style>
background-color css
<style>
a { background-color: #7BB607; }
a { background-color: rgb(123,182,7); }
div.DivClassName
{
background-color: #7BB607;
}
.BgClassName
{
background-color: #7BB607;
}
</style>
border-color css
<style>
span { border-color: #7BB607; }
span { border-color: rgb(123,182,7); }
td.TdClassName
{
border-color: #7BB607;
}
.TagClassName
{
border-color: #7BB607;
}
</style>