Shades of Lima #7FAC0B
Tints of Lima #7FAC0B
RGB
CMYK
RGB Variations
Color information
#7FAC0B (or 0x7FAC0B) is known color: Lima. HEX triplet: 7F, AC and 0B. RGB value is (127,172,11). Sum of RGB (Red+Green+Blue) = 127+172+11=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC0B is #8053F4. Grayscale: #8C8C8C. Windows color (decimal): -8410101 or 765055. OLE color: 765055.
HSL color Cylindrical-coordinate representation of color #7FAC0B: hue angle of 76.77º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FAC0B is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 172 | 11 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.33 |
| HSL | 76.77º | 0.88% | 0.36% | - |
| HSV(B) | 76.77º | 0.94% | 0.67% | - |
| XYZ | 23.57 | 34.04 | 5.65 | - |
| YUV | 140.19 | 55.09 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 11 | 0.26 | 0 | 0.94 | 0.33 | 76.77 | 0.88 | 0.36 |
| Hex | 7F | AC | B | 1A | 0 | 5E | 21 | 4D | 58 | 24 |
| Octal | 177 | 254 | 13 | 32 | 0 | 136 | 41 | 115 | 130 | 44 |
| Binary | 1111111 | 10101100 | 1011 | 11010 | 0 | 1011110 | 100001 | 1001101 | 1011000 | 100100 |
Color Harmonies of #7FAC0B
Complementary color
Monochromatic Colors of #7FAC0B
Black with #7FAC0B
Text Example
Text Example
White with #7FAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAC0B; }
p { color: rgb(127,172,11); }
H1.HeaderClassName
{
color: #7FAC0B;
}
.AnyTagClassName
{
color: #7FAC0B;
}
</style>
background-color css
<style>
a { background-color: #7FAC0B; }
a { background-color: rgb(127,172,11); }
div.DivClassName
{
background-color: #7FAC0B;
}
.BgClassName
{
background-color: #7FAC0B;
}
</style>
border-color css
<style>
span { border-color: #7FAC0B; }
span { border-color: rgb(127,172,11); }
td.TdClassName
{
border-color: #7FAC0B;
}
.TagClassName
{
border-color: #7FAC0B;
}
</style>