Shades of Lima #7FA618
Tints of Lima #7FA618
RGB
CMYK
RGB Variations
Color information
#7FA618 (or 0x7FA618) is known color: Lima. HEX triplet: 7F, A6 and 18. RGB value is (127,166,24). Sum of RGB (Red+Green+Blue) = 127+166+24=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA618 is #8059E7. Grayscale: #8A8A8A. Windows color (decimal): -8411624 or 1615487. OLE color: 1615487.
HSL color Cylindrical-coordinate representation of color #7FA618: hue angle of 76.48º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7FA618 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 24 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.35 |
| HSL | 76.48º | 0.75% | 0.37% | - |
| HSV(B) | 76.48º | 0.86% | 0.65% | - |
| XYZ | 22.55 | 31.85 | 5.82 | - |
| YUV | 138.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 24 | 0.23 | 0 | 0.86 | 0.35 | 76.48 | 0.75 | 0.37 |
| Hex | 7F | A6 | 18 | 17 | 0 | 56 | 23 | 4C | 4B | 25 |
| Octal | 177 | 246 | 30 | 27 | 0 | 126 | 43 | 114 | 113 | 45 |
| Binary | 1111111 | 10100110 | 11000 | 10111 | 0 | 1010110 | 100011 | 1001100 | 1001011 | 100101 |
Color Harmonies of #7FA618
Complementary color
Monochromatic Colors of #7FA618
Black with #7FA618
Text Example
Text Example
White with #7FA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA618; }
p { color: rgb(127,166,24); }
H1.HeaderClassName
{
color: #7FA618;
}
.AnyTagClassName
{
color: #7FA618;
}
</style>
background-color css
<style>
a { background-color: #7FA618; }
a { background-color: rgb(127,166,24); }
div.DivClassName
{
background-color: #7FA618;
}
.BgClassName
{
background-color: #7FA618;
}
</style>
border-color css
<style>
span { border-color: #7FA618; }
span { border-color: rgb(127,166,24); }
td.TdClassName
{
border-color: #7FA618;
}
.TagClassName
{
border-color: #7FA618;
}
</style>