Shades of Lima #7FAA0F
Tints of Lima #7FAA0F
RGB
CMYK
RGB Variations
Color information
#7FAA0F (or 0x7FAA0F) is known color: Lima. HEX triplet: 7F, AA and 0F. RGB value is (127,170,15). Sum of RGB (Red+Green+Blue) = 127+170+15=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAA0F is #8055F0. Grayscale: #8C8C8C. Windows color (decimal): -8410609 or 1026687. OLE color: 1026687.
HSL color Cylindrical-coordinate representation of color #7FAA0F: hue angle of 76.65º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FAA0F is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 170 | 15 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.33 |
| HSL | 76.65º | 0.84% | 0.36% | - |
| HSV(B) | 76.65º | 0.91% | 0.67% | - |
| XYZ | 23.21 | 33.3 | 5.66 | - |
| YUV | 139.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 170 | 15 | 0.25 | 0 | 0.91 | 0.33 | 76.65 | 0.84 | 0.36 |
| Hex | 7F | AA | F | 19 | 0 | 5B | 21 | 4D | 54 | 24 |
| Octal | 177 | 252 | 17 | 31 | 0 | 133 | 41 | 115 | 124 | 44 |
| Binary | 1111111 | 10101010 | 1111 | 11001 | 0 | 1011011 | 100001 | 1001101 | 1010100 | 100100 |
Color Harmonies of #7FAA0F
Complementary color
Monochromatic Colors of #7FAA0F
Black with #7FAA0F
Text Example
Text Example
White with #7FAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAA0F; }
p { color: rgb(127,170,15); }
H1.HeaderClassName
{
color: #7FAA0F;
}
.AnyTagClassName
{
color: #7FAA0F;
}
</style>
background-color css
<style>
a { background-color: #7FAA0F; }
a { background-color: rgb(127,170,15); }
div.DivClassName
{
background-color: #7FAA0F;
}
.BgClassName
{
background-color: #7FAA0F;
}
</style>
border-color css
<style>
span { border-color: #7FAA0F; }
span { border-color: rgb(127,170,15); }
td.TdClassName
{
border-color: #7FAA0F;
}
.TagClassName
{
border-color: #7FAA0F;
}
</style>