Shades of Lima #7BAD12
Tints of Lima #7BAD12
RGB
CMYK
RGB Variations
Color information
#7BAD12 (or 0x7BAD12) is known color: Lima. HEX triplet: 7B, AD and 12. RGB value is (123,173,18). Sum of RGB (Red+Green+Blue) = 123+173+18=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAD12 is #8452ED. Grayscale: #8C8C8C. Windows color (decimal): -8671982 or 1224059. OLE color: 1224059.
HSL color Cylindrical-coordinate representation of color #7BAD12: hue angle of 79.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BAD12 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 18 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.32 |
| HSL | 79.35º | 0.81% | 0.37% | - |
| HSV(B) | 79.35º | 0.9% | 0.68% | - |
| XYZ | 23.22 | 34.14 | 5.94 | - |
| YUV | 140.38 | 58.94 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 18 | 0.29 | 0 | 0.90 | 0.32 | 79.35 | 0.81 | 0.37 |
| Hex | 7B | AD | 12 | 1D | 0 | 5A | 20 | 4F | 51 | 25 |
| Octal | 173 | 255 | 22 | 35 | 0 | 132 | 40 | 117 | 121 | 45 |
| Binary | 1111011 | 10101101 | 10010 | 11101 | 0 | 1011010 | 100000 | 1001111 | 1010001 | 100101 |
Color Harmonies of #7BAD12
Complementary color
Monochromatic Colors of #7BAD12
Black with #7BAD12
Text Example
Text Example
White with #7BAD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD12; }
p { color: rgb(123,173,18); }
H1.HeaderClassName
{
color: #7BAD12;
}
.AnyTagClassName
{
color: #7BAD12;
}
</style>
background-color css
<style>
a { background-color: #7BAD12; }
a { background-color: rgb(123,173,18); }
div.DivClassName
{
background-color: #7BAD12;
}
.BgClassName
{
background-color: #7BAD12;
}
</style>
border-color css
<style>
span { border-color: #7BAD12; }
span { border-color: rgb(123,173,18); }
td.TdClassName
{
border-color: #7BAD12;
}
.TagClassName
{
border-color: #7BAD12;
}
</style>