Shades of Lima #7FAC0C
Tints of Lima #7FAC0C
RGB
CMYK
RGB Variations
Color information
#7FAC0C (or 0x7FAC0C) is known color: Lima. HEX triplet: 7F, AC and 0C. RGB value is (127,172,12). Sum of RGB (Red+Green+Blue) = 127+172+12=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC0C is #8053F3. Grayscale: #8C8C8C. Windows color (decimal): -8410100 or 830591. OLE color: 830591.
HSL color Cylindrical-coordinate representation of color #7FAC0C: hue angle of 76.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FAC0C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 12 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.33 |
| HSL | 76.88º | 0.87% | 0.36% | - |
| HSV(B) | 76.88º | 0.93% | 0.67% | - |
| XYZ | 23.57 | 34.04 | 5.68 | - |
| YUV | 140.31 | 55.59 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 12 | 0.26 | 0 | 0.93 | 0.33 | 76.88 | 0.87 | 0.36 |
| Hex | 7F | AC | C | 1A | 0 | 5D | 21 | 4D | 57 | 24 |
| Octal | 177 | 254 | 14 | 32 | 0 | 135 | 41 | 115 | 127 | 44 |
| Binary | 1111111 | 10101100 | 1100 | 11010 | 0 | 1011101 | 100001 | 1001101 | 1010111 | 100100 |
Color Harmonies of #7FAC0C
Complementary color
Monochromatic Colors of #7FAC0C
Black with #7FAC0C
Text Example
Text Example
White with #7FAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC0C; }
p { color: rgb(127,172,12); }
H1.HeaderClassName
{
color: #7FAC0C;
}
.AnyTagClassName
{
color: #7FAC0C;
}
</style>
background-color css
<style>
a { background-color: #7FAC0C; }
a { background-color: rgb(127,172,12); }
div.DivClassName
{
background-color: #7FAC0C;
}
.BgClassName
{
background-color: #7FAC0C;
}
</style>
border-color css
<style>
span { border-color: #7FAC0C; }
span { border-color: rgb(127,172,12); }
td.TdClassName
{
border-color: #7FAC0C;
}
.TagClassName
{
border-color: #7FAC0C;
}
</style>