Color Hex Logo

#61a77e Color Hex

#61A77E
(97,167,126)
0 Favorites   0 Comments

Color spaces of #61a77e

RGB 97167126
HSL0.400.280.52
HSV145°42°65°
CMYK 0.420.000.25   0.35
XYZ22.514431.685224.6679
Yxy31.68520.28550.4018
Hunter Lab56.2896-27.111413.4200
CIE-Lab63.0818-31.500714.4245

#61a77e color RGB value is (97,167,126).

#61a77e hex color red value is 97, green value is 167 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #61a77e hue: 0.40 , saturation: 0.28 and the lightness value of 61a77e is 0.52.

The process color (four color CMYK) of #61a77e color hex is 0.42, 0.00, 0.25, 0.35. Web safe color of #61a77e is #669966. Color #61a77e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10100111 01111110
Octal 141 247 176
Decimal 97 167 126
Hex 61 A7 7E

RGB Percentages of Color #61a77e

%24.87
%42.82
%32.31

CMYK Percentages of Color #61a77e

%42
%0
%25
%35

Triadic Colors of #61a77e

#61a77e #7e61a7 #a77e61

Analogous Colors of #61a77e

#61a77e #61a7a1 #67a761

Monochromatic Colors of #61a77e

#61a77e

Complementary Color

#61a77e #a7618a

#61a77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61a77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61a77e Color CSS Codes

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

#61a77e Text Font Color

<p style="color:#61a77e">Text here</p>

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


#61a77e Background Color

<div style="background-color:#61a77e">
Div content here</div>

This div background color is #61a77e


#61a77e Border Color

<div style="border:3px solid #61a77e">
Div here</div>

This div border color is #61a77e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,167,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61a77e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61a77e;
  -webkit-box-shadow: 1px 1px 3px 2px #61a77e;
  box-shadow:         1px 1px 3px 2px #61a77e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,167,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61a77e


Comments

No comments written yet.

Please login to write comment.