Color Hex Logo

#7a942a Color Hex

#7A942A
(122,148,42)
0 Favorites   0 Comments

Color spaces of #7a942a

RGB 12214842
HSL0.210.560.37
HSV75°72°58°
CMYK 0.180.000.72   0.42
XYZ19.033925.48466.1063
Yxy25.48460.37600.5034
Hunter Lab50.4823-21.042128.1659
CIE-Lab57.5446-24.475150.2467

#7a942a color RGB value is (122,148,42).

#7a942a hex color red value is 122, green value is 148 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7a942a hue: 0.21 , saturation: 0.56 and the lightness value of 7a942a is 0.37.

The process color (four color CMYK) of #7a942a color hex is 0.18, 0.00, 0.72, 0.42. Web safe color of #7a942a is #669933. Color #7a942a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10010100 00101010
Octal 172 224 52
Decimal 122 148 42
Hex 7A 94 2A

RGB Percentages of Color #7a942a

%39.10
%47.44
%13.46

CMYK Percentages of Color #7a942a

%18
%0
%72
%42

Triadic Colors of #7a942a

#7a942a #2a7a94 #942a7a

Analogous Colors of #7a942a

#7a942a #45942a #94792a

Monochromatic Colors of #7a942a

#7a942a

Complementary Color

#7a942a #442a94

#7a942a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a942a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a942a Color CSS Codes

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

#7a942a Text Font Color

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

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


#7a942a Background Color

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

This div background color is #7a942a


#7a942a Border Color

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

This div border color is #7a942a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a942a


Comments

No comments written yet.

Please login to write comment.