#7FA71F

Color #7FA71F Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7FA71F

Tints of Lima #7FA71F

Color information

#7FA71F (or 0x7FA71F) is unknown color: approx Lima. HEX triplet: 7F, A7 and 1F. RGB value is (127,167,31). Sum of RGB (Red+Green+Blue) = 127+167+31=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA71F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA71F is #8058E0. Grayscale: #8C8C8C. Windows color (decimal): -8411361 or 2074495. OLE color: 2074495.

HSL color Cylindrical-coordinate representation of color #7FA71F: hue angle of 77.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FA71F is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB12716731-
CMYK0.2400.810.35
HSL77.65º68.69%38.82%-
HSV(B)77.65º81.44%65.49%-
XYZ22.8232.256.32-
YUV139.5466.75119.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 167 (65.62% from 255) = 51.38%
BLUE value IS 31 (12.5% from 255) = 9.54%
R=39.08%
G=51.38%
B=9.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127167310.2400.810.3577.6568.6938.82
Hex7FA71F18051234e4527
Octal177247373001214311610547
Binary11111111010011111111110000101000110001110011101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FA71F; }

 p { color: rgb(127,167,31); }

 H1.HeaderClassName
 {
   color: #7FA71F;
 }
 .AnyTagClassName
 {
   color: #7FA71F;
 }
</style>
background-color css

<style>
 a { background-color: #7FA71F; }

 a { background-color: rgb(127,167,31); }

 div.DivClassName
 {
   background-color: #7FA71F;
 }
 .BgClassName
 {
   background-color: #7FA71F;
 }
</style>
border-color css

<style>
 span { border-color: #7FA71F; }

 span { border-color: rgb(127,167,31); }

 td.TdClassName
 {
   border-color: #7FA71F;
 }
 .TagClassName
 {
   border-color: #7FA71F;
 }
</style>