Color Hex Logo

#7fac6c Color Hex

#7FAC6C
(127,172,108)
0 Favorites   0 Comments

Color spaces of #7fac6c

RGB 127172108
HSL0.280.280.55
HSV102°37°67°
CMYK 0.260.000.37   0.33
XYZ26.211735.099819.5808
Yxy35.09980.32400.4339
Hunter Lab59.2451-24.705521.8759
CIE-Lab65.8263-27.246028.1903

#7fac6c color RGB value is (127,172,108).

#7fac6c hex color red value is 127, green value is 172 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7fac6c hue: 0.28 , saturation: 0.28 and the lightness value of 7fac6c is 0.55.

The process color (four color CMYK) of #7fac6c color hex is 0.26, 0.00, 0.37, 0.33. Web safe color of #7fac6c is #669966. Color #7fac6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101100 01101100
Octal 177 254 154
Decimal 127 172 108
Hex 7F AC 6C

RGB Percentages of Color #7fac6c

%31.20
%42.26
%26.54

CMYK Percentages of Color #7fac6c

%26
%0
%37
%33

Triadic Colors of #7fac6c

#7fac6c #6c7fac #ac6c7f

Analogous Colors of #7fac6c

#7fac6c #6cac79 #9fac6c

Monochromatic Colors of #7fac6c

#7fac6c

Complementary Color

#7fac6c #996cac

#7fac6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fac6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fac6c Color CSS Codes

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

#7fac6c Text Font Color

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

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


#7fac6c Background Color

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

This div background color is #7fac6c


#7fac6c Border Color

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

This div border color is #7fac6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fac6c


Comments

No comments written yet.

Please login to write comment.