Color Hex Logo

#7ca46a Color Hex

#7CA46A
(124,164,106)
0 Favorites   0 Comments

Color spaces of #7ca46a

RGB 124164106
HSL0.280.240.53
HSV101°35°64°
CMYK 0.240.000.35   0.36
XYZ24.189231.876618.5136
Yxy31.87660.32430.4274
Hunter Lab56.4594-22.328120.0798
CIE-Lab63.2408-24.697225.8219

#7ca46a color RGB value is (124,164,106).

#7ca46a hex color red value is 124, green value is 164 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7ca46a hue: 0.28 , saturation: 0.24 and the lightness value of 7ca46a is 0.53.

The process color (four color CMYK) of #7ca46a color hex is 0.24, 0.00, 0.35, 0.36. Web safe color of #7ca46a is #669966. Color #7ca46a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100100 01101010
Octal 174 244 152
Decimal 124 164 106
Hex 7C A4 6A

RGB Percentages of Color #7ca46a

%31.47
%41.62
%26.90

CMYK Percentages of Color #7ca46a

%24
%0
%35
%36

Triadic Colors of #7ca46a

#7ca46a #6a7ca4 #a46a7c

Analogous Colors of #7ca46a

#7ca46a #6aa475 #99a46a

Monochromatic Colors of #7ca46a

#7ca46a

Complementary Color

#7ca46a #926aa4

#7ca46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca46a Color CSS Codes

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

#7ca46a Text Font Color

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

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


#7ca46a Background Color

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

This div background color is #7ca46a


#7ca46a Border Color

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

This div border color is #7ca46a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,164,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ca46a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ca46a;
  -webkit-box-shadow: 1px 1px 3px 2px #7ca46a;
  box-shadow:         1px 1px 3px 2px #7ca46a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,164,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca46a


Comments

No comments written yet.

Please login to write comment.