Color Hex Logo

#7aa136 Color Hex

#7AA136
(122,161,54)
0 Favorites   0 Comments

Color spaces of #7aa136

RGB 12216154
HSL0.230.500.42
HSV82°66°63°
CMYK 0.240.000.66   0.37
XYZ21.436829.89378.1302
Yxy29.89370.36050.5027
Hunter Lab54.6751-25.695929.4562
CIE-Lab61.5624-29.968049.5092

#7aa136 color RGB value is (122,161,54).

#7aa136 hex color red value is 122, green value is 161 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #7aa136 hue: 0.23 , saturation: 0.50 and the lightness value of 7aa136 is 0.42.

The process color (four color CMYK) of #7aa136 color hex is 0.24, 0.00, 0.66, 0.37. Web safe color of #7aa136 is #669933. Color #7aa136 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100001 00110110
Octal 172 241 66
Decimal 122 161 54
Hex 7A A1 36

RGB Percentages of Color #7aa136

%36.20
%47.77
%16.02

CMYK Percentages of Color #7aa136

%24
%0
%66
%37

Triadic Colors of #7aa136

#7aa136 #367aa1 #a1367a

Analogous Colors of #7aa136

#7aa136 #45a136 #a19336

Monochromatic Colors of #7aa136

#7aa136

Complementary Color

#7aa136 #5d36a1

#7aa136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa136 Color CSS Codes

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

#7aa136 Text Font Color

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

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


#7aa136 Background Color

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

This div background color is #7aa136


#7aa136 Border Color

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

This div border color is #7aa136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa136


Comments

No comments written yet.

Please login to write comment.