Color Hex Logo

#7ca16d Color Hex

#7CA16D
(124,161,109)
0 Favorites   0 Comments

Color spaces of #7ca16d

RGB 124161109
HSL0.290.220.53
HSV103°32°63°
CMYK 0.230.000.32   0.37
XYZ23.817430.879019.1729
Yxy30.87900.32240.4180
Hunter Lab55.5689-20.738618.4414
CIE-Lab62.4054-22.728223.0816

#7ca16d color RGB value is (124,161,109).

#7ca16d hex color red value is 124, green value is 161 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #7ca16d hue: 0.29 , saturation: 0.22 and the lightness value of 7ca16d is 0.53.

The process color (four color CMYK) of #7ca16d color hex is 0.23, 0.00, 0.32, 0.37. Web safe color of #7ca16d is #669966. Color #7ca16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10100001 01101101
Octal 174 241 155
Decimal 124 161 109
Hex 7C A1 6D

RGB Percentages of Color #7ca16d

%31.47
%40.86
%27.66

CMYK Percentages of Color #7ca16d

%23
%0
%32
%37

Triadic Colors of #7ca16d

#7ca16d #6d7ca1 #a16d7c

Analogous Colors of #7ca16d

#7ca16d #6da178 #96a16d

Monochromatic Colors of #7ca16d

#7ca16d

Complementary Color

#7ca16d #926da1

#7ca16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ca16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ca16d Color CSS Codes

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

#7ca16d Text Font Color

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

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


#7ca16d Background Color

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

This div background color is #7ca16d


#7ca16d Border Color

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

This div border color is #7ca16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ca16d


Comments

No comments written yet.

Please login to write comment.