Color Hex Logo

#7fba4d Color Hex

#7FBA4D
(127,186,77)
0 Favorites   0 Comments

Color spaces of #7fba4d

RGB 12718677
HSL0.260.440.52
HSV92°59°73°
CMYK 0.320.000.59   0.27
XYZ27.650940.165713.3166
Yxy40.16570.34080.4951
Hunter Lab63.3764-33.029831.9055
CIE-Lab69.5874-37.606948.2892

#7fba4d color RGB value is (127,186,77).

#7fba4d hex color red value is 127, green value is 186 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #7fba4d hue: 0.26 , saturation: 0.44 and the lightness value of 7fba4d is 0.52.

The process color (four color CMYK) of #7fba4d color hex is 0.32, 0.00, 0.59, 0.27. Web safe color of #7fba4d is #66cc66. Color #7fba4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111010 01001101
Octal 177 272 115
Decimal 127 186 77
Hex 7F BA 4D

RGB Percentages of Color #7fba4d

%32.56
%47.69
%19.74

CMYK Percentages of Color #7fba4d

%32
%0
%59
%27

Triadic Colors of #7fba4d

#7fba4d #4d7fba #ba4d7f

Analogous Colors of #7fba4d

#7fba4d #4dba52 #b6ba4d

Monochromatic Colors of #7fba4d

#7fba4d

Complementary Color

#7fba4d #884dba

#7fba4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fba4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fba4d Color CSS Codes

.mybgcolor {background-color:#7fba4d; } 
.myforecolor {color:#7fba4d; }
.mybordercolor {border:3px solid #7fba4d; }

#7fba4d Text Font Color

<p style="color:#7fba4d">Text here</p>

This sample text font color is #7fba4d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7fba4d Background Color

<div style="background-color:#7fba4d">
Div content here</div>

This div background color is #7fba4d


#7fba4d Border Color

<div style="border:3px solid #7fba4d">
Div here</div>

This div border color is #7fba4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,186,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fba4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fba4d;
  -webkit-box-shadow: 1px 1px 3px 2px #7fba4d;
  box-shadow:         1px 1px 3px 2px #7fba4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,186,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7fba4d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7fba4d;
  -webkit-box-shadow: 1px 1px 3px 2px #7fba4d;
  box-shadow:         1px 1px 3px 2px #7fba4d;">
Div content here</div>

This div box has shadow with color #7fba4d


Comments

No comments written yet.

Please login to write comment.