Shades of Lima #7AA827
Tints of Lima #7AA827
RGB
CMYK
RGB Variations
Color information
#7AA827 (or 0x7AA827) is known color: Lima. HEX triplet: 7A, A8 and 27. RGB value is (122,168,39). Sum of RGB (Red+Green+Blue) = 122+168+39=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA827 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA827 is #8557D8. Grayscale: #8C8C8C. Windows color (decimal): -8738777 or 2599034. OLE color: 2599034.
HSL color Cylindrical-coordinate representation of color #7AA827: hue angle of 81.4º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AA827 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 39 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.34 |
| HSL | 81.4º | 0.62% | 0.41% | - |
| HSV(B) | 81.4º | 0.77% | 0.66% | - |
| XYZ | 22.39 | 32.29 | 6.97 | - |
| YUV | 139.54 | 71.26 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 39 | 0.27 | 0 | 0.77 | 0.34 | 81.4 | 0.62 | 0.41 |
| Hex | 7A | A8 | 27 | 1B | 0 | 4D | 22 | 51 | 3E | 29 |
| Octal | 172 | 250 | 47 | 33 | 0 | 115 | 42 | 121 | 76 | 51 |
| Binary | 1111010 | 10101000 | 100111 | 11011 | 0 | 1001101 | 100010 | 1010001 | 111110 | 101001 |
Color Harmonies of #7AA827
Complementary color
Monochromatic Colors of #7AA827
Black with #7AA827
Text Example
Text Example
White with #7AA827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA827; }
p { color: rgb(122,168,39); }
H1.HeaderClassName
{
color: #7AA827;
}
.AnyTagClassName
{
color: #7AA827;
}
</style>
background-color css
<style>
a { background-color: #7AA827; }
a { background-color: rgb(122,168,39); }
div.DivClassName
{
background-color: #7AA827;
}
.BgClassName
{
background-color: #7AA827;
}
</style>
border-color css
<style>
span { border-color: #7AA827; }
span { border-color: rgb(122,168,39); }
td.TdClassName
{
border-color: #7AA827;
}
.TagClassName
{
border-color: #7AA827;
}
</style>