COLOR #61A17D

HEX: #61A17D RGB: (97,161,125)

Color info

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

RGB color model

#61A17D color RGB value is (97,161,125).

RGB: (97,161,125) (38%, 63%, 49%)

RGB channels and saturation

R 97 of 255 = 38%
G 161 of 255 = 63%
B 125 of 255 = 49%

97
161
125

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

Portions of RGB colors in percentages

R + G + B = 97 + 161 + 125 = 383 (100%)
R 97 of 383 ~ 25.33%
G 161 of 383 ~ 42.04%
B 125 of 383 ~ 32.64'%

%25.33
%42.04
%32.64

CMYK color model

#61A17D color CMYK value is (40,0,22,37).

  • cyan value is 39.75%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 36.86%

CMYK: (40,0,22,37)
C40M0Y22K37 (40%, 0%, 22%, 37%)
(0.40 / 0.00 / 0.22 / 0.37)

CMYK percentages

%39.75
%0
%22.36
%36.86

Codes

Color #61A17D in popluar color models

61 A1 7D
RGB 97 161 125
HSL 146° 25.40% 50.59%
HSB/HSV 146° 39.75% 63.14%
CMYK 39.75% 0.00% 22.36%
36.86%

Color #61A17D in popluar number systems.

HEX 61 A1 7D
Decimal 97 161 125
Binary 1100001 10100001 1111101
Octal 141 241 175

Shades and tints

Shades of #61A17D

#61A17D
(97,161,125)
#599372
(89,147,114)
#518567
(81,133,103)
#49775C
(73,119,92)
#416951
(65,105,81)
#395B46
(57,91,70)
#314D3B
(49,77,59)
#293F30
(41,63,48)
#213125
(33,49,37)
#19231A
(25,35,26)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #61A17D

#61A17D
(97,161,125)
#6FA988
(111,169,136)
#7DB193
(125,177,147)
#8BB99E
(139,185,158)
#99C1A9
(153,193,169)
#A7C9B4
(167,201,180)
#B5D1BF
(181,209,191)
#C3D9CA
(195,217,202)
#D1E1D5
(209,225,213)
#DFE9E0
(223,233,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A17D color. Also use rgb(97,161,125) instead hex code.

Text Font Color

.myTextColor { color: #61A17D; }

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

This text font color is #61A17D.

Background Color

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

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

This div background color is #61A17D.

Border color

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

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

This div border color is #61A17D.

Opacity

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

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

Text with #61A17D 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 #61A17D;}

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

This text has shadow with #61A17D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61A17D.

Preview

Color preview on black background

This text has color #61A17D on black background.


Color preview on white background

This text has color #61A17D on white background.


Black color preview on #61A17D background

This text has black color on #61A17D background.


White color preview on #61A17D background

This text has white color on #61A17D background.


Related colors

Complementary color

Complementary color for #hex is #9E5E82.


I love getcolorcode.com

Triadic colors

1 #7D61A1 and #A17D61 with #61A17D are triadic colors.

2 #7DA161 and #A1617D with #61A17D are triadic colors.