Color Hex Logo

#7fa466 Color Hex

#7FA466
(127,164,102)
0 Favorites   0 Comments

Color spaces of #7fa466

RGB 127164102
HSL0.270.250.52
HSV96°38°64°
CMYK 0.230.000.38   0.36
XYZ24.426132.022317.4639
Yxy32.02230.33050.4332
Hunter Lab56.5882-21.980621.3141
CIE-Lab63.3613-24.185828.1647

#7fa466 color RGB value is (127,164,102).

#7fa466 hex color red value is 127, green value is 164 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #7fa466 hue: 0.27 , saturation: 0.25 and the lightness value of 7fa466 is 0.52.

The process color (four color CMYK) of #7fa466 color hex is 0.23, 0.00, 0.38, 0.36. Web safe color of #7fa466 is #669966. Color #7fa466 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100100 01100110
Octal 177 244 146
Decimal 127 164 102
Hex 7F A4 66

RGB Percentages of Color #7fa466

%32.32
%41.73
%25.95

CMYK Percentages of Color #7fa466

%23
%0
%38
%36

Triadic Colors of #7fa466

#7fa466 #667fa4 #a4667f

Analogous Colors of #7fa466

#7fa466 #66a46c #9ea466

Monochromatic Colors of #7fa466

#7fa466

Complementary Color

#7fa466 #8b66a4

#7fa466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa466 Color CSS Codes

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

#7fa466 Text Font Color

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

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


#7fa466 Background Color

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

This div background color is #7fa466


#7fa466 Border Color

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

This div border color is #7fa466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa466


Comments

No comments written yet.

Please login to write comment.