Shades of Lima #7FA006
Tints of Lima #7FA006
RGB
CMYK
RGB Variations
Color information
#7FA006 (or 0x7FA006) is known color: Lima. HEX triplet: 7F, A0 and 06. RGB value is (127,160,6). Sum of RGB (Red+Green+Blue) = 127+160+6=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 6 (2.73% from 255 or 2.05% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA006 is #805FF9. Grayscale: #858585. Windows color (decimal): -8413178 or 434303. OLE color: 434303.
HSL color Cylindrical-coordinate representation of color #7FA006: hue angle of 72.86º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FA006 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 127 | 160 | 6 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.37 |
| HSL | 72.86º | 0.93% | 0.33% | - |
| HSV(B) | 72.86º | 0.96% | 0.63% | - |
| XYZ | 21.36 | 29.67 | 4.77 | - |
| YUV | 132.58 | 56.57 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 160 | 6 | 0.21 | 0 | 0.96 | 0.37 | 72.86 | 0.93 | 0.33 |
| Hex | 7F | A0 | 6 | 15 | 0 | 60 | 25 | 49 | 5D | 21 |
| Octal | 177 | 240 | 6 | 25 | 0 | 140 | 45 | 111 | 135 | 41 |
| Binary | 1111111 | 10100000 | 110 | 10101 | 0 | 1100000 | 100101 | 1001001 | 1011101 | 100001 |
Color Harmonies of #7FA006
Complementary color
Monochromatic Colors of #7FA006
Black with #7FA006
Text Example
Text Example
White with #7FA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA006; }
p { color: rgb(127,160,6); }
H1.HeaderClassName
{
color: #7FA006;
}
.AnyTagClassName
{
color: #7FA006;
}
</style>
background-color css
<style>
a { background-color: #7FA006; }
a { background-color: rgb(127,160,6); }
div.DivClassName
{
background-color: #7FA006;
}
.BgClassName
{
background-color: #7FA006;
}
</style>
border-color css
<style>
span { border-color: #7FA006; }
span { border-color: rgb(127,160,6); }
td.TdClassName
{
border-color: #7FA006;
}
.TagClassName
{
border-color: #7FA006;
}
</style>