Shades of Lima #7BAD1C
Tints of Lima #7BAD1C
RGB
CMYK
RGB Variations
Color information
#7BAD1C (or 0x7BAD1C) is known color: Lima. HEX triplet: 7B, AD and 1C. RGB value is (123,173,28). Sum of RGB (Red+Green+Blue) = 123+173+28=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAD1C is #8452E3. Grayscale: #8E8E8E. Windows color (decimal): -8671972 or 1879419. OLE color: 1879419.
HSL color Cylindrical-coordinate representation of color #7BAD1C: hue angle of 80.69º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BAD1C is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 28 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.32 |
| HSL | 80.69º | 0.72% | 0.39% | - |
| HSV(B) | 80.69º | 0.84% | 0.68% | - |
| XYZ | 23.32 | 34.18 | 6.47 | - |
| YUV | 141.52 | 63.94 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 28 | 0.29 | 0 | 0.84 | 0.32 | 80.69 | 0.72 | 0.39 |
| Hex | 7B | AD | 1C | 1D | 0 | 54 | 20 | 51 | 48 | 27 |
| Octal | 173 | 255 | 34 | 35 | 0 | 124 | 40 | 121 | 110 | 47 |
| Binary | 1111011 | 10101101 | 11100 | 11101 | 0 | 1010100 | 100000 | 1010001 | 1001000 | 100111 |
Color Harmonies of #7BAD1C
Complementary color
Monochromatic Colors of #7BAD1C
Black with #7BAD1C
Text Example
Text Example
White with #7BAD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD1C; }
p { color: rgb(123,173,28); }
H1.HeaderClassName
{
color: #7BAD1C;
}
.AnyTagClassName
{
color: #7BAD1C;
}
</style>
background-color css
<style>
a { background-color: #7BAD1C; }
a { background-color: rgb(123,173,28); }
div.DivClassName
{
background-color: #7BAD1C;
}
.BgClassName
{
background-color: #7BAD1C;
}
</style>
border-color css
<style>
span { border-color: #7BAD1C; }
span { border-color: rgb(123,173,28); }
td.TdClassName
{
border-color: #7BAD1C;
}
.TagClassName
{
border-color: #7BAD1C;
}
</style>