Shades of Lima #7FAC0F
Tints of Lima #7FAC0F
RGB
CMYK
RGB Variations
Color information
#7FAC0F (or 0x7FAC0F) is known color: Lima. HEX triplet: 7F, AC and 0F. RGB value is (127,172,15). Sum of RGB (Red+Green+Blue) = 127+172+15=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC0F is #8053F0. Grayscale: #8D8D8D. Windows color (decimal): -8410097 or 1027199. OLE color: 1027199.
HSL color Cylindrical-coordinate representation of color #7FAC0F: hue angle of 77.2º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FAC0F is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 15 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.33 |
| HSL | 77.2º | 0.84% | 0.37% | - |
| HSV(B) | 77.2º | 0.91% | 0.67% | - |
| XYZ | 23.59 | 34.05 | 5.78 | - |
| YUV | 140.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 15 | 0.26 | 0 | 0.91 | 0.33 | 77.2 | 0.84 | 0.37 |
| Hex | 7F | AC | F | 1A | 0 | 5B | 21 | 4D | 54 | 25 |
| Octal | 177 | 254 | 17 | 32 | 0 | 133 | 41 | 115 | 124 | 45 |
| Binary | 1111111 | 10101100 | 1111 | 11010 | 0 | 1011011 | 100001 | 1001101 | 1010100 | 100101 |
Color Harmonies of #7FAC0F
Complementary color
Monochromatic Colors of #7FAC0F
Black with #7FAC0F
Text Example
Text Example
White with #7FAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC0F; }
p { color: rgb(127,172,15); }
H1.HeaderClassName
{
color: #7FAC0F;
}
.AnyTagClassName
{
color: #7FAC0F;
}
</style>
background-color css
<style>
a { background-color: #7FAC0F; }
a { background-color: rgb(127,172,15); }
div.DivClassName
{
background-color: #7FAC0F;
}
.BgClassName
{
background-color: #7FAC0F;
}
</style>
border-color css
<style>
span { border-color: #7FAC0F; }
span { border-color: rgb(127,172,15); }
td.TdClassName
{
border-color: #7FAC0F;
}
.TagClassName
{
border-color: #7FAC0F;
}
</style>