Color Hex Logo

#7fa006 Color Hex

#7FA006
(127,160,6)
0 Favorites   0 Comments

Color spaces of #7fa006

RGB 1271606
HSL0.200.930.33
HSV73°96°63°
CMYK 0.210.000.96   0.37
XYZ21.356129.66684.7730
Yxy29.66680.38280.5317
Hunter Lab54.4672-25.329532.9314
CIE-Lab61.3657-29.502362.8699

#7fa006 color RGB value is (127,160,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100000 00000110
Octal 177 240 6
Decimal 127 160 6
Hex 7F A0 6

RGB Percentages of Color #7fa006

%43.34
%54.61
%2.05

CMYK Percentages of Color #7fa006

%21
%0
%96
%37

Triadic Colors of #7fa006

#7fa006 #067fa0 #a0067f

Analogous Colors of #7fa006

#7fa006 #32a006 #a07406

Monochromatic Colors of #7fa006

#7fa006

Complementary Color

#7fa006 #2706a0

#7fa006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa006 Color CSS Codes

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

#7fa006 Text Font Color

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

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


#7fa006 Background Color

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

This div background color is #7fa006


#7fa006 Border Color

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

This div border color is #7fa006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa006


Comments

No comments written yet.

Please login to write comment.