#7FB120

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

Shades of Lima #7FB120

Tints of Lima #7FB120

Color information

#7FB120 (or 0x7FB120) is unknown color: approx Lima. HEX triplet: 7F, B1 and 20. RGB value is (127,177,32). Sum of RGB (Red+Green+Blue) = 127+177+32=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB120 is #804EDF. Grayscale: #929292. Windows color (decimal): -8408800 or 2142591. OLE color: 2142591.

HSL color Cylindrical-coordinate representation of color #7FB120: hue angle of 80.69º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FB120 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB12717732-
CMYK0.2800.820.31
HSL80.69º69.38%40.98%-
HSV(B)80.69º81.92%69.41%-
XYZ24.7436.067.02-
YUV145.5263.94114.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 177 (69.53% from 255) = 52.68%
BLUE value IS 32 (12.89% from 255) = 9.52%
R=37.80%
G=52.68%
B=9.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127177320.2800.820.3180.6969.3840.98
Hex7FB1201C0521F514529
Octal177261403401223712110551
Binary11111111011000110000011100010100101111110100011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,32); }

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

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

 a { background-color: rgb(127,177,32); }

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

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

 span { border-color: rgb(127,177,32); }

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