COLOR #61A97E

HEX: #61A97E
RGB: (97,169,126)

Color info

#61A97E contains mainly green and blue colors. Web safe color of #61A97E is #669966 (or #696).

RGB color model

#61A97E color RGB value is (97,169,126).

  • red value is 97;
  • green value is 169;
  • blue value is 126.
RGB:
(97,169,126)
(38%,66%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 169 of 255 = 66%
B 126 of 255 = 49%

97
169
126

R + G + B ~ 51%. #61A97E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 169 + 126 = 392 (100%)
R 97 of 392 ~ 24.74%
G 169 of 392 ~ 43.11%
B 126 of 392 ~ 32.14%

%24.74
%43.11
%32.14

CMYK color model

#61A97E color CMYK value is (43,0,25,34).

  • cyan value is 42.60%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 33.73%
CMYK:
(43,0,25,34)
C43M0Y25K34 
(43%,0%,25%,34%)
(0.43/0.00/0.25/0.34)	

CMYK percentages

%42.6
%0
%25.44
%33.73

Codes

Color #61A97E in popluar color models

61A97E
RGB97169126
HSL144°29.51%52.16%
HSB/HSV144°42.60%66.27%
CMYK42.60%0.00%25.44%
33.73%

Color #61A97E in popluar number systems.

HEX61A97E
Decimal97169126
Binary1100001101010011111110
Octal141251176

Shades and tints

Shades of #61A97E

#61A97E
(97,169,126)
#599A73
(89,154,115)
#518B68
(81,139,104)
#497C5D
(73,124,93)
#416D52
(65,109,82)
#395E47
(57,94,71)
#314F3C
(49,79,60)
#294031
(41,64,49)
#213126
(33,49,38)
#19221B
(25,34,27)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #61A97E

#61A97E
(97,169,126)
#6FB089
(111,176,137)
#7DB794
(125,183,148)
#8BBE9F
(139,190,159)
#99C5AA
(153,197,170)
#A7CCB5
(167,204,181)
#B5D3C0
(181,211,192)
#C3DACB
(195,218,203)
#D1E1D6
(209,225,214)
#DFE8E1
(223,232,225)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A97E color. Also use rgb(97,169,126) instead hex code.

Text Font Color

.myTextColor { color: #61A97E; }

<p style="color:#61A97E">This sample text font color is #61A97E.</p>

This text font color is #61A97E.


Background Color

.myBgColor { background-color: #61A97E; }

<div style="background-color:#61A97E">Inner text</div>

This div background color is #61A97E.


Border color

.myBorderColor { border: 1px solid #61A97E; }

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

This div border color is #61A97E.


Opacity

.myOpacity80 { color: #61A97E; opacity: 0.8; }

<p style="color:#61A97E;opacity:0.8;">80%</p>

Text with #61A97E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #61A97E;}

<p style="text-shadow: 3px 3px 1px #61A97E">Text here.</p>

This text has shadow with #61A97E color.

.textShadow {text-shadow: 3px 3px 1px #61A97E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #61A97E, 5px 5px 20px red">Text here.</p>

This text has shadow with #61A97E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#61A97E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#61A97E, Direction=45, Strength=4)">Text</p>

This text has shadow with #61A97E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #61A97E;
  -webkit-box-shadow:	1px 1px 3px 2px #61A97E;
  box-shadow:		1px 1px 3px 2px #61A97E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #61A97E;
-webkit-box-shadow: 1px 1px 3px 2px #61A97E;
box-shadow:1px 1px 3px 2px #61A97E;">
Div content here</div>
This div box has shadow with color #61A97E.

Preview

Color preview on black background

This text has color #61A97E on black background.


Color preview on white background

This text has color #61A97E on white background.



Black color preview on #61A97E background

This text has black color on #61A97E background.


White color preview on #61A97E background

This text has white color on #61A97E background.