Shades of Lima #7DA610
Tints of Lima #7DA610
RGB
CMYK
RGB Variations
Color information
#7DA610 (or 0x7DA610) is known color: Lima. HEX triplet: 7D, A6 and 10. RGB value is (125,166,16). Sum of RGB (Red+Green+Blue) = 125+166+16=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DA610 is #8259EF. Grayscale: #898989. Windows color (decimal): -8542704 or 1091197. OLE color: 1091197.
HSL color Cylindrical-coordinate representation of color #7DA610: hue angle of 76.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DA610 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 16 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.35 |
| HSL | 76.4º | 0.82% | 0.36% | - |
| HSV(B) | 76.4º | 0.9% | 0.65% | - |
| XYZ | 22.19 | 31.67 | 5.43 | - |
| YUV | 136.64 | 59.92 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 16 | 0.25 | 0 | 0.90 | 0.35 | 76.4 | 0.82 | 0.36 |
| Hex | 7D | A6 | 10 | 19 | 0 | 5A | 23 | 4C | 52 | 24 |
| Octal | 175 | 246 | 20 | 31 | 0 | 132 | 43 | 114 | 122 | 44 |
| Binary | 1111101 | 10100110 | 10000 | 11001 | 0 | 1011010 | 100011 | 1001100 | 1010010 | 100100 |
Color Harmonies of #7DA610
Complementary color
Monochromatic Colors of #7DA610
Black with #7DA610
Text Example
Text Example
White with #7DA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA610; }
p { color: rgb(125,166,16); }
H1.HeaderClassName
{
color: #7DA610;
}
.AnyTagClassName
{
color: #7DA610;
}
</style>
background-color css
<style>
a { background-color: #7DA610; }
a { background-color: rgb(125,166,16); }
div.DivClassName
{
background-color: #7DA610;
}
.BgClassName
{
background-color: #7DA610;
}
</style>
border-color css
<style>
span { border-color: #7DA610; }
span { border-color: rgb(125,166,16); }
td.TdClassName
{
border-color: #7DA610;
}
.TagClassName
{
border-color: #7DA610;
}
</style>