Shades of Lima #7DAA1B
Tints of Lima #7DAA1B
RGB
CMYK
RGB Variations
Color information
#7DAA1B (or 0x7DAA1B) is known color: Lima. HEX triplet: 7D, AA and 1B. RGB value is (125,170,27). Sum of RGB (Red+Green+Blue) = 125+170+27=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA1B is #8255E4. Grayscale: #8C8C8C. Windows color (decimal): -8541669 or 1813117. OLE color: 1813117.
HSL color Cylindrical-coordinate representation of color #7DAA1B: hue angle of 78.88º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DAA1B is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 170 | 27 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.33 |
| HSL | 78.88º | 0.73% | 0.39% | - |
| HSV(B) | 78.88º | 0.84% | 0.67% | - |
| XYZ | 23.03 | 33.19 | 6.23 | - |
| YUV | 140.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 170 | 27 | 0.26 | 0 | 0.84 | 0.33 | 78.88 | 0.73 | 0.39 |
| Hex | 7D | AA | 1B | 1A | 0 | 54 | 21 | 4F | 49 | 27 |
| Octal | 175 | 252 | 33 | 32 | 0 | 124 | 41 | 117 | 111 | 47 |
| Binary | 1111101 | 10101010 | 11011 | 11010 | 0 | 1010100 | 100001 | 1001111 | 1001001 | 100111 |
Color Harmonies of #7DAA1B
Complementary color
Monochromatic Colors of #7DAA1B
Black with #7DAA1B
Text Example
Text Example
White with #7DAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAA1B; }
p { color: rgb(125,170,27); }
H1.HeaderClassName
{
color: #7DAA1B;
}
.AnyTagClassName
{
color: #7DAA1B;
}
</style>
background-color css
<style>
a { background-color: #7DAA1B; }
a { background-color: rgb(125,170,27); }
div.DivClassName
{
background-color: #7DAA1B;
}
.BgClassName
{
background-color: #7DAA1B;
}
</style>
border-color css
<style>
span { border-color: #7DAA1B; }
span { border-color: rgb(125,170,27); }
td.TdClassName
{
border-color: #7DAA1B;
}
.TagClassName
{
border-color: #7DAA1B;
}
</style>