Color Hex Logo

#7aa319 Color Hex

#7AA319
(122,163,25)
0 Favorites   0 Comments

Color spaces of #7aa319

RGB 12216325
HSL0.220.730.37
HSV78°85°64°
CMYK 0.250.000.85   0.36
XYZ21.298730.40215.6653
Yxy30.40210.37130.5300
Hunter Lab55.1381-27.540832.5048
CIE-Lab61.9996-32.507559.8170

#7aa319 color RGB value is (122,163,25).

#7aa319 hex color red value is 122, green value is 163 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #7aa319 hue: 0.22 , saturation: 0.73 and the lightness value of 7aa319 is 0.37.

The process color (four color CMYK) of #7aa319 color hex is 0.25, 0.00, 0.85, 0.36. Web safe color of #7aa319 is #669900. Color #7aa319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100011 00011001
Octal 172 243 31
Decimal 122 163 25
Hex 7A A3 19

RGB Percentages of Color #7aa319

%39.35
%52.58
%8.06

CMYK Percentages of Color #7aa319

%25
%0
%85
%36

Triadic Colors of #7aa319

#7aa319 #197aa3 #a3197a

Analogous Colors of #7aa319

#7aa319 #35a319 #a38719

Monochromatic Colors of #7aa319

#7aa319

Complementary Color

#7aa319 #4219a3

#7aa319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa319 Color CSS Codes

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

#7aa319 Text Font Color

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

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


#7aa319 Background Color

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

This div background color is #7aa319


#7aa319 Border Color

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

This div border color is #7aa319


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,163,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7aa319; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7aa319;
  -webkit-box-shadow: 1px 1px 3px 2px #7aa319;
  box-shadow:         1px 1px 3px 2px #7aa319; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,163,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa319


Comments

No comments written yet.

Please login to write comment.