Color Hex Logo

#7aa03b Color Hex

#7AA03B
(122,160,59)
0 Favorites   0 Comments

Color spaces of #7aa03b

RGB 12216059
HSL0.230.460.43
HSV83°63°63°
CMYK 0.240.000.63   0.37
XYZ21.386329.59508.7229
Yxy29.59500.35820.4957
Hunter Lab54.4013-25.030128.5741
CIE-Lab61.3032-29.089947.0636

#7aa03b color RGB value is (122,160,59).

#7aa03b hex color red value is 122, green value is 160 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #7aa03b hue: 0.23 , saturation: 0.46 and the lightness value of 7aa03b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10100000 00111011
Octal 172 240 73
Decimal 122 160 59
Hex 7A A0 3B

RGB Percentages of Color #7aa03b

%35.78
%46.92
%17.30

CMYK Percentages of Color #7aa03b

%24
%0
%63
%37

Triadic Colors of #7aa03b

#7aa03b #3b7aa0 #a03b7a

Analogous Colors of #7aa03b

#7aa03b #48a03b #a0943b

Monochromatic Colors of #7aa03b

#7aa03b

Complementary Color

#7aa03b #613ba0

#7aa03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa03b Color CSS Codes

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

#7aa03b Text Font Color

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

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


#7aa03b Background Color

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

This div background color is #7aa03b


#7aa03b Border Color

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

This div border color is #7aa03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa03b


Comments

No comments written yet.

Please login to write comment.