Color Hex Logo

#7ab972 Color Hex

#7AB972
(122,185,114)
0 Favorites   0 Comments

Color spaces of #7ab972

RGB 122185114
HSL0.310.340.59
HSV113°38°73°
CMYK 0.340.000.38   0.27
XYZ28.412340.050422.1526
Yxy40.05040.31350.4420
Hunter Lab63.2854-30.610923.5457
CIE-Lab69.5054-34.240129.7931

#7ab972 color RGB value is (122,185,114).

#7ab972 hex color red value is 122, green value is 185 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #7ab972 hue: 0.31 , saturation: 0.34 and the lightness value of 7ab972 is 0.59.

The process color (four color CMYK) of #7ab972 color hex is 0.34, 0.00, 0.38, 0.27. Web safe color of #7ab972 is #66cc66. Color #7ab972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111001 01110010
Octal 172 271 162
Decimal 122 185 114
Hex 7A B9 72

RGB Percentages of Color #7ab972

%28.98
%43.94
%27.08

CMYK Percentages of Color #7ab972

%34
%0
%38
%27

Triadic Colors of #7ab972

#7ab972 #727ab9 #b9727a

Analogous Colors of #7ab972

#7ab972 #72b98e #9eb972

Monochromatic Colors of #7ab972

#7ab972

Complementary Color

#7ab972 #b172b9

#7ab972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ab972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ab972 Color CSS Codes

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

#7ab972 Text Font Color

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

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


#7ab972 Background Color

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

This div background color is #7ab972


#7ab972 Border Color

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

This div border color is #7ab972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ab972


Comments

No comments written yet.

Please login to write comment.