Color Hex Logo

#7fa712 Color Hex

#7FA712
(127,167,18)
0 Favorites   0 Comments

Color spaces of #7fa712

RGB 12716718
HSL0.210.810.36
HSV76°89°65°
CMYK 0.240.000.89   0.35
XYZ22.680332.19315.5908
Yxy32.19310.37510.5324
Hunter Lab56.7390-27.941333.8751
CIE-Lab63.5022-32.554362.7363

#7fa712 color RGB value is (127,167,18).

#7fa712 hex color red value is 127, green value is 167 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #7fa712 hue: 0.21 , saturation: 0.81 and the lightness value of 7fa712 is 0.36.

The process color (four color CMYK) of #7fa712 color hex is 0.24, 0.00, 0.89, 0.35. Web safe color of #7fa712 is #669900. Color #7fa712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10100111 00010010
Octal 177 247 22
Decimal 127 167 18
Hex 7F A7 12

RGB Percentages of Color #7fa712

%40.71
%53.53
%5.77

CMYK Percentages of Color #7fa712

%24
%0
%89
%35

Triadic Colors of #7fa712

#7fa712 #127fa7 #a7127f

Analogous Colors of #7fa712

#7fa712 #35a712 #a78512

Monochromatic Colors of #7fa712

#7fa712

Complementary Color

#7fa712 #3a12a7

#7fa712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa712 Color CSS Codes

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

#7fa712 Text Font Color

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

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


#7fa712 Background Color

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

This div background color is #7fa712


#7fa712 Border Color

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

This div border color is #7fa712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa712


Comments

No comments written yet.

Please login to write comment.