Shades of Lima #7BAA10
Tints of Lima #7BAA10
RGB
CMYK
RGB Variations
Color information
#7BAA10 (or 0x7BAA10) is known color: Lima. HEX triplet: 7B, AA and 10. RGB value is (123,170,16). Sum of RGB (Red+Green+Blue) = 123+170+16=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA10 is #8455EF. Grayscale: #8A8A8A. Windows color (decimal): -8672752 or 1092219. OLE color: 1092219.
HSL color Cylindrical-coordinate representation of color #7BAA10: hue angle of 78.31º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7BAA10 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 16 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.33 |
| HSL | 78.31º | 0.83% | 0.36% | - |
| HSV(B) | 78.31º | 0.91% | 0.67% | - |
| XYZ | 22.64 | 33 | 5.67 | - |
| YUV | 138.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 16 | 0.28 | 0 | 0.91 | 0.33 | 78.31 | 0.83 | 0.36 |
| Hex | 7B | AA | 10 | 1C | 0 | 5B | 21 | 4E | 53 | 24 |
| Octal | 173 | 252 | 20 | 34 | 0 | 133 | 41 | 116 | 123 | 44 |
| Binary | 1111011 | 10101010 | 10000 | 11100 | 0 | 1011011 | 100001 | 1001110 | 1010011 | 100100 |
Color Harmonies of #7BAA10
Complementary color
Monochromatic Colors of #7BAA10
Black with #7BAA10
Text Example
Text Example
White with #7BAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA10; }
p { color: rgb(123,170,16); }
H1.HeaderClassName
{
color: #7BAA10;
}
.AnyTagClassName
{
color: #7BAA10;
}
</style>
background-color css
<style>
a { background-color: #7BAA10; }
a { background-color: rgb(123,170,16); }
div.DivClassName
{
background-color: #7BAA10;
}
.BgClassName
{
background-color: #7BAA10;
}
</style>
border-color css
<style>
span { border-color: #7BAA10; }
span { border-color: rgb(123,170,16); }
td.TdClassName
{
border-color: #7BAA10;
}
.TagClassName
{
border-color: #7BAA10;
}
</style>