Shades of Lima #7BB010
Tints of Lima #7BB010
RGB
CMYK
RGB Variations
Color information
#7BB010 (or 0x7BB010) is known color: Lima. HEX triplet: 7B, B0 and 10. RGB value is (123,176,16). Sum of RGB (Red+Green+Blue) = 123+176+16=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BB010 is #844FEF. Grayscale: #8E8E8E. Windows color (decimal): -8671216 or 1093755. OLE color: 1093755.
HSL color Cylindrical-coordinate representation of color #7BB010: hue angle of 79.88º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BB010 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 176 | 16 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.31 |
| HSL | 79.88º | 0.83% | 0.38% | - |
| HSV(B) | 79.88º | 0.91% | 0.69% | - |
| XYZ | 23.79 | 35.3 | 6.05 | - |
| YUV | 141.91 | 56.94 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 16 | 0.30 | 0 | 0.91 | 0.31 | 79.88 | 0.83 | 0.38 |
| Hex | 7B | B0 | 10 | 1E | 0 | 5B | 1F | 50 | 53 | 26 |
| Octal | 173 | 260 | 20 | 36 | 0 | 133 | 37 | 120 | 123 | 46 |
| Binary | 1111011 | 10110000 | 10000 | 11110 | 0 | 1011011 | 11111 | 1010000 | 1010011 | 100110 |
Color Harmonies of #7BB010
Complementary color
Monochromatic Colors of #7BB010
Black with #7BB010
Text Example
Text Example
White with #7BB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB010; }
p { color: rgb(123,176,16); }
H1.HeaderClassName
{
color: #7BB010;
}
.AnyTagClassName
{
color: #7BB010;
}
</style>
background-color css
<style>
a { background-color: #7BB010; }
a { background-color: rgb(123,176,16); }
div.DivClassName
{
background-color: #7BB010;
}
.BgClassName
{
background-color: #7BB010;
}
</style>
border-color css
<style>
span { border-color: #7BB010; }
span { border-color: rgb(123,176,16); }
td.TdClassName
{
border-color: #7BB010;
}
.TagClassName
{
border-color: #7BB010;
}
</style>