Color Hex Logo

#7fb872 Color Hex

#7FB872
(127,184,114)
0 Favorites   0 Comments

Color spaces of #7fb872

RGB 127184114
HSL0.300.330.58
HSV109°38°72°
CMYK 0.310.000.38   0.28
XYZ28.930140.007922.1171
Yxy40.00790.31770.4394
Hunter Lab63.2518-29.048323.5445
CIE-Lab69.4752-32.091029.8038

#7fb872 color RGB value is (127,184,114).

#7fb872 hex color red value is 127, green value is 184 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #7fb872 hue: 0.30 , saturation: 0.33 and the lightness value of 7fb872 is 0.58.

The process color (four color CMYK) of #7fb872 color hex is 0.31, 0.00, 0.38, 0.28. Web safe color of #7fb872 is #66cc66. Color #7fb872 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111000 01110010
Octal 177 270 162
Decimal 127 184 114
Hex 7F B8 72

RGB Percentages of Color #7fb872

%29.88
%43.29
%26.82

CMYK Percentages of Color #7fb872

%31
%0
%38
%28

Triadic Colors of #7fb872

#7fb872 #727fb8 #b8727f

Analogous Colors of #7fb872

#7fb872 #72b888 #a2b872

Monochromatic Colors of #7fb872

#7fb872

Complementary Color

#7fb872 #ab72b8

#7fb872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb872 Color CSS Codes

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

#7fb872 Text Font Color

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

This sample text font color is #7fb872
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.


#7fb872 Background Color

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

This div background color is #7fb872


#7fb872 Border Color

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

This div border color is #7fb872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb872


Comments

No comments written yet.

Please login to write comment.