Color Hex Logo

#7fa66e Color Hex

#7FA66E
(127,166,110)
0 Favorites   0 Comments

Color spaces of #7fa66e

RGB 127166110
HSL0.280.240.54
HSV102°34°65°
CMYK 0.230.000.34   0.35
XYZ25.203132.910319.7758
Yxy32.91030.32360.4225
Hunter Lab57.3675-21.973219.7187
CIE-Lab64.0882-23.983424.8201

#7fa66e color RGB value is (127,166,110).

#7fa66e hex color red value is 127, green value is 166 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7fa66e hue: 0.28 , saturation: 0.24 and the lightness value of 7fa66e is 0.54.

The process color (four color CMYK) of #7fa66e color hex is 0.23, 0.00, 0.34, 0.35. Web safe color of #7fa66e is #669966. Color #7fa66e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100110 01101110
Octal 177 246 156
Decimal 127 166 110
Hex 7F A6 6E

RGB Percentages of Color #7fa66e

%31.51
%41.19
%27.30

CMYK Percentages of Color #7fa66e

%23
%0
%34
%35

Triadic Colors of #7fa66e

#7fa66e #6e7fa6 #a66e7f

Analogous Colors of #7fa66e

#7fa66e #6ea679 #9ba66e

Monochromatic Colors of #7fa66e

#7fa66e

Complementary Color

#7fa66e #956ea6

#7fa66e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa66e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa66e Color CSS Codes

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

#7fa66e Text Font Color

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

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


#7fa66e Background Color

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

This div background color is #7fa66e


#7fa66e Border Color

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

This div border color is #7fa66e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa66e


Comments

No comments written yet.

Please login to write comment.