Shades of Lima #7AAF0E
Tints of Lima #7AAF0E
RGB
CMYK
RGB Variations
Color information
#7AAF0E (or 0x7AAF0E) is known color: Lima. HEX triplet: 7A, AF and 0E. RGB value is (122,175,14). Sum of RGB (Red+Green+Blue) = 122+175+14=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AAF0E is #8550F1. Grayscale: #8D8D8D. Windows color (decimal): -8737010 or 962426. OLE color: 962426.
HSL color Cylindrical-coordinate representation of color #7AAF0E: hue angle of 79.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7AAF0E is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 14 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.31 |
| HSL | 79.75º | 0.85% | 0.37% | - |
| HSV(B) | 79.75º | 0.92% | 0.69% | - |
| XYZ | 23.44 | 34.83 | 5.9 | - |
| YUV | 140.8 | 56.44 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 14 | 0.30 | 0 | 0.92 | 0.31 | 79.75 | 0.85 | 0.37 |
| Hex | 7A | AF | E | 1E | 0 | 5C | 1F | 50 | 55 | 25 |
| Octal | 172 | 257 | 16 | 36 | 0 | 134 | 37 | 120 | 125 | 45 |
| Binary | 1111010 | 10101111 | 1110 | 11110 | 0 | 1011100 | 11111 | 1010000 | 1010101 | 100101 |
Color Harmonies of #7AAF0E
Complementary color
Monochromatic Colors of #7AAF0E
Black with #7AAF0E
Text Example
Text Example
White with #7AAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF0E; }
p { color: rgb(122,175,14); }
H1.HeaderClassName
{
color: #7AAF0E;
}
.AnyTagClassName
{
color: #7AAF0E;
}
</style>
background-color css
<style>
a { background-color: #7AAF0E; }
a { background-color: rgb(122,175,14); }
div.DivClassName
{
background-color: #7AAF0E;
}
.BgClassName
{
background-color: #7AAF0E;
}
</style>
border-color css
<style>
span { border-color: #7AAF0E; }
span { border-color: rgb(122,175,14); }
td.TdClassName
{
border-color: #7AAF0E;
}
.TagClassName
{
border-color: #7AAF0E;
}
</style>