Shades of Lima #7FAC0D
Tints of Lima #7FAC0D
RGB
CMYK
RGB Variations
Color information
#7FAC0D (or 0x7FAC0D) is known color: Lima. HEX triplet: 7F, AC and 0D. RGB value is (127,172,13). Sum of RGB (Red+Green+Blue) = 127+172+13=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC0D is #8053F2. Grayscale: #8D8D8D. Windows color (decimal): -8410099 or 896127. OLE color: 896127.
HSL color Cylindrical-coordinate representation of color #7FAC0D: hue angle of 76.98º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FAC0D is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 13 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.33 |
| HSL | 76.98º | 0.86% | 0.36% | - |
| HSV(B) | 76.98º | 0.92% | 0.67% | - |
| XYZ | 23.58 | 34.05 | 5.71 | - |
| YUV | 140.42 | 56.09 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 13 | 0.26 | 0 | 0.92 | 0.33 | 76.98 | 0.86 | 0.36 |
| Hex | 7F | AC | D | 1A | 0 | 5C | 21 | 4D | 56 | 24 |
| Octal | 177 | 254 | 15 | 32 | 0 | 134 | 41 | 115 | 126 | 44 |
| Binary | 1111111 | 10101100 | 1101 | 11010 | 0 | 1011100 | 100001 | 1001101 | 1010110 | 100100 |
Color Harmonies of #7FAC0D
Complementary color
Monochromatic Colors of #7FAC0D
Black with #7FAC0D
Text Example
Text Example
White with #7FAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC0D; }
p { color: rgb(127,172,13); }
H1.HeaderClassName
{
color: #7FAC0D;
}
.AnyTagClassName
{
color: #7FAC0D;
}
</style>
background-color css
<style>
a { background-color: #7FAC0D; }
a { background-color: rgb(127,172,13); }
div.DivClassName
{
background-color: #7FAC0D;
}
.BgClassName
{
background-color: #7FAC0D;
}
</style>
border-color css
<style>
span { border-color: #7FAC0D; }
span { border-color: rgb(127,172,13); }
td.TdClassName
{
border-color: #7FAC0D;
}
.TagClassName
{
border-color: #7FAC0D;
}
</style>