Color Hex Logo

#7fa906 Color Hex

#7FA906
(127,169,6)
0 Favorites   0 Comments

Color spaces of #7fa906

RGB 1271696
HSL0.210.930.34
HSV75°96°66°
CMYK 0.250.000.96   0.34
XYZ22.973232.90115.3120
Yxy32.90110.37550.5377
Hunter Lab57.3595-28.887634.6609
CIE-Lab64.0807-33.718964.9907

#7fa906 color RGB value is (127,169,6).

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

The process color (four color CMYK) of #7fa906 color hex is 0.25, 0.00, 0.96, 0.34. Web safe color of #7fa906 is #669900. Color #7fa906 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101001 00000110
Octal 177 251 6
Decimal 127 169 6
Hex 7F A9 6

RGB Percentages of Color #7fa906

%42.05
%55.96
%1.99

CMYK Percentages of Color #7fa906

%25
%0
%96
%34

Triadic Colors of #7fa906

#7fa906 #067fa9 #a9067f

Analogous Colors of #7fa906

#7fa906 #2ea906 #a98206

Monochromatic Colors of #7fa906

#7fa906

Complementary Color

#7fa906 #3006a9

#7fa906 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fa906 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fa906 Color CSS Codes

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

#7fa906 Text Font Color

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

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


#7fa906 Background Color

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

This div background color is #7fa906


#7fa906 Border Color

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

This div border color is #7fa906


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,169,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 #7fa906">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fa906


Comments

No comments written yet.

Please login to write comment.