Shades of Lima #7AAF1B
Tints of Lima #7AAF1B
RGB
CMYK
RGB Variations
Color information
#7AAF1B (or 0x7AAF1B) is known color: Lima. HEX triplet: 7A, AF and 1B. RGB value is (122,175,27). Sum of RGB (Red+Green+Blue) = 122+175+27=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF1B is #8550E4. Grayscale: #8E8E8E. Windows color (decimal): -8736997 or 1814394. OLE color: 1814394.
HSL color Cylindrical-coordinate representation of color #7AAF1B: hue angle of 81.49º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AAF1B is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 27 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.31 |
| HSL | 81.49º | 0.73% | 0.4% | - |
| HSV(B) | 81.49º | 0.85% | 0.69% | - |
| XYZ | 23.55 | 34.88 | 6.53 | - |
| YUV | 142.28 | 62.94 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 27 | 0.30 | 0 | 0.85 | 0.31 | 81.49 | 0.73 | 0.4 |
| Hex | 7A | AF | 1B | 1E | 0 | 55 | 1F | 51 | 49 | 28 |
| Octal | 172 | 257 | 33 | 36 | 0 | 125 | 37 | 121 | 111 | 50 |
| Binary | 1111010 | 10101111 | 11011 | 11110 | 0 | 1010101 | 11111 | 1010001 | 1001001 | 101000 |
Color Harmonies of #7AAF1B
Complementary color
Monochromatic Colors of #7AAF1B
Black with #7AAF1B
Text Example
Text Example
White with #7AAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF1B; }
p { color: rgb(122,175,27); }
H1.HeaderClassName
{
color: #7AAF1B;
}
.AnyTagClassName
{
color: #7AAF1B;
}
</style>
background-color css
<style>
a { background-color: #7AAF1B; }
a { background-color: rgb(122,175,27); }
div.DivClassName
{
background-color: #7AAF1B;
}
.BgClassName
{
background-color: #7AAF1B;
}
</style>
border-color css
<style>
span { border-color: #7AAF1B; }
span { border-color: rgb(122,175,27); }
td.TdClassName
{
border-color: #7AAF1B;
}
.TagClassName
{
border-color: #7AAF1B;
}
</style>