Color Hex Logo

#7fa005 Color Hex

#7FA005
(127,160,5)
0 Favorites   0 Comments

Color spaces of #7fa005

RGB 1271605
HSL0.200.940.32
HSV73°97°63°
CMYK 0.210.000.97   0.37
XYZ21.350629.66464.7441
Yxy29.66460.38290.5320
Hunter Lab54.4652-25.341432.9613
CIE-Lab61.3637-29.520263.0092

#7fa005 color RGB value is (127,160,5).

#7fa005 hex color red value is 127, green value is 160 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #7fa005 hue: 0.20 , saturation: 0.94 and the lightness value of 7fa005 is 0.32.

The process color (four color CMYK) of #7fa005 color hex is 0.21, 0.00, 0.97, 0.37. Web safe color of #7fa005 is #669900. Color #7fa005 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100000 00000101
Octal 177 240 5
Decimal 127 160 5
Hex 7F A0 5

RGB Percentages of Color #7fa005

%43.49
%54.79
%1.71

CMYK Percentages of Color #7fa005

%21
%0
%97
%37

Triadic Colors of #7fa005

#7fa005 #057fa0 #a0057f

Analogous Colors of #7fa005

#7fa005 #32a005 #a07405

Monochromatic Colors of #7fa005

#7fa005

Complementary Color

#7fa005 #2605a0

#7fa005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa005 Color CSS Codes

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

#7fa005 Text Font Color

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

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


#7fa005 Background Color

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

This div background color is #7fa005


#7fa005 Border Color

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

This div border color is #7fa005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa005


Comments

No comments written yet.

Please login to write comment.