Shades of Lima #7BB714
Tints of Lima #7BB714
RGB
CMYK
RGB Variations
Color information
#7BB714 (or 0x7BB714) is known color: Lima. HEX triplet: 7B, B7 and 14. RGB value is (123,183,20). Sum of RGB (Red+Green+Blue) = 123+183+20=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #7BB714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB714 is #8448EB. Grayscale: #939393. Windows color (decimal): -8669420 or 1357691. OLE color: 1357691.
HSL color Cylindrical-coordinate representation of color #7BB714: hue angle of 82.09º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BB714 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 123 | 183 | 20 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.28 |
| HSL | 82.09º | 0.8% | 0.4% | - |
| HSV(B) | 82.09º | 0.89% | 0.72% | - |
| XYZ | 25.23 | 38.13 | 6.69 | - |
| YUV | 146.48 | 56.62 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 183 | 20 | 0.33 | 0 | 0.89 | 0.28 | 82.09 | 0.8 | 0.4 |
| Hex | 7B | B7 | 14 | 21 | 0 | 59 | 1C | 52 | 50 | 28 |
| Octal | 173 | 267 | 24 | 41 | 0 | 131 | 34 | 122 | 120 | 50 |
| Binary | 1111011 | 10110111 | 10100 | 100001 | 0 | 1011001 | 11100 | 1010010 | 1010000 | 101000 |
Color Harmonies of #7BB714
Complementary color
Monochromatic Colors of #7BB714
Black with #7BB714
Text Example
Text Example
White with #7BB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB714; }
p { color: rgb(123,183,20); }
H1.HeaderClassName
{
color: #7BB714;
}
.AnyTagClassName
{
color: #7BB714;
}
</style>
background-color css
<style>
a { background-color: #7BB714; }
a { background-color: rgb(123,183,20); }
div.DivClassName
{
background-color: #7BB714;
}
.BgClassName
{
background-color: #7BB714;
}
</style>
border-color css
<style>
span { border-color: #7BB714; }
span { border-color: rgb(123,183,20); }
td.TdClassName
{
border-color: #7BB714;
}
.TagClassName
{
border-color: #7BB714;
}
</style>