Shades of Lima #7BB409
Tints of Lima #7BB409
RGB
CMYK
RGB Variations
Color information
#7BB409 (or 0x7BB409) is known color: Lima. HEX triplet: 7B, B4 and 09. RGB value is (123,180,9). Sum of RGB (Red+Green+Blue) = 123+180+9=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 180 (70.70% from 255 or 57.69% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB409 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB409 is #844BF6. Grayscale: #909090. Windows color (decimal): -8670199 or 636027. OLE color: 636027.
HSL color Cylindrical-coordinate representation of color #7BB409: hue angle of 80º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BB409 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 9 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.29 |
| HSL | 80º | 0.9% | 0.37% | - |
| HSV(B) | 80º | 0.95% | 0.71% | - |
| XYZ | 24.54 | 36.87 | 6.08 | - |
| YUV | 143.46 | 52.12 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 9 | 0.32 | 0 | 0.95 | 0.29 | 80 | 0.9 | 0.37 |
| Hex | 7B | B4 | 9 | 20 | 0 | 5F | 1D | 50 | 5A | 25 |
| Octal | 173 | 264 | 11 | 40 | 0 | 137 | 35 | 120 | 132 | 45 |
| Binary | 1111011 | 10110100 | 1001 | 100000 | 0 | 1011111 | 11101 | 1010000 | 1011010 | 100101 |
Color Harmonies of #7BB409
Complementary color
Monochromatic Colors of #7BB409
Black with #7BB409
Text Example
Text Example
White with #7BB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB409; }
p { color: rgb(123,180,9); }
H1.HeaderClassName
{
color: #7BB409;
}
.AnyTagClassName
{
color: #7BB409;
}
</style>
background-color css
<style>
a { background-color: #7BB409; }
a { background-color: rgb(123,180,9); }
div.DivClassName
{
background-color: #7BB409;
}
.BgClassName
{
background-color: #7BB409;
}
</style>
border-color css
<style>
span { border-color: #7BB409; }
span { border-color: rgb(123,180,9); }
td.TdClassName
{
border-color: #7BB409;
}
.TagClassName
{
border-color: #7BB409;
}
</style>