Color Hex Logo

#7aba7d Color Hex

#7ABA7D
(122,186,125)
0 Favorites   0 Comments

Color spaces of #7aba7d

RGB 122186125
HSL0.340.320.60
HSV123°34°73°
CMYK 0.340.000.33   0.27
XYZ29.286640.736125.7213
Yxy40.73610.30590.4255
Hunter Lab63.8248-29.787120.7836
CIE-Lab69.9906-32.937024.6248

#7aba7d color RGB value is (122,186,125).

#7aba7d hex color red value is 122, green value is 186 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7aba7d hue: 0.34 , saturation: 0.32 and the lightness value of 7aba7d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10111010 01111101
Octal 172 272 175
Decimal 122 186 125
Hex 7A BA 7D

RGB Percentages of Color #7aba7d

%28.18
%42.96
%28.87

CMYK Percentages of Color #7aba7d

%34
%0
%33
%27

Triadic Colors of #7aba7d

#7aba7d #7d7aba #ba7d7a

Analogous Colors of #7aba7d

#7aba7d #7aba9d #97ba7a

Monochromatic Colors of #7aba7d

#7aba7d

Complementary Color

#7aba7d #ba7ab7

#7aba7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aba7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aba7d Color CSS Codes

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

#7aba7d Text Font Color

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

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


#7aba7d Background Color

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

This div background color is #7aba7d


#7aba7d Border Color

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

This div border color is #7aba7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aba7d


Comments

No comments written yet.

Please login to write comment.