Shades of Lima #7BA910
Tints of Lima #7BA910
RGB
CMYK
RGB Variations
Color information
#7BA910 (or 0x7BA910) is known color: Lima. HEX triplet: 7B, A9 and 10. RGB value is (123,169,16). Sum of RGB (Red+Green+Blue) = 123+169+16=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA910 is #8456EF. Grayscale: #8A8A8A. Windows color (decimal): -8673008 or 1091963. OLE color: 1091963.
HSL color Cylindrical-coordinate representation of color #7BA910: hue angle of 78.04º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BA910 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 16 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.34 |
| HSL | 78.04º | 0.83% | 0.36% | - |
| HSV(B) | 78.04º | 0.91% | 0.66% | - |
| XYZ | 22.45 | 32.62 | 5.6 | - |
| YUV | 137.8 | 59.26 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 16 | 0.27 | 0 | 0.91 | 0.34 | 78.04 | 0.83 | 0.36 |
| Hex | 7B | A9 | 10 | 1B | 0 | 5B | 22 | 4E | 53 | 24 |
| Octal | 173 | 251 | 20 | 33 | 0 | 133 | 42 | 116 | 123 | 44 |
| Binary | 1111011 | 10101001 | 10000 | 11011 | 0 | 1011011 | 100010 | 1001110 | 1010011 | 100100 |
Color Harmonies of #7BA910
Complementary color
Monochromatic Colors of #7BA910
Black with #7BA910
Text Example
Text Example
White with #7BA910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA910; }
p { color: rgb(123,169,16); }
H1.HeaderClassName
{
color: #7BA910;
}
.AnyTagClassName
{
color: #7BA910;
}
</style>
background-color css
<style>
a { background-color: #7BA910; }
a { background-color: rgb(123,169,16); }
div.DivClassName
{
background-color: #7BA910;
}
.BgClassName
{
background-color: #7BA910;
}
</style>
border-color css
<style>
span { border-color: #7BA910; }
span { border-color: rgb(123,169,16); }
td.TdClassName
{
border-color: #7BA910;
}
.TagClassName
{
border-color: #7BA910;
}
</style>