COLOR #61A87B

HEX: #61A87B RGB: (97,168,123)

Color info

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

RGB color model

#61A87B color RGB value is (97,168,123).

RGB: (97,168,123) (38%, 66%, 48%)

RGB channels and saturation

R 97 of 255 = 38%
G 168 of 255 = 66%
B 123 of 255 = 48%

97
168
123

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

Portions of RGB colors in percentages

R + G + B = 97 + 168 + 123 = 388 (100%)
R 97 of 388 ~ 25%
G 168 of 388 ~ 43.3%
B 123 of 388 ~ 31.7'%

%25
%43.3
%31.7

CMYK color model

#61A87B color CMYK value is (42,0,27,34).

  • cyan value is 42.26%
  • magenta value is 0.00%
  • yellow value is 26.79%
  • key color value is 34.12%

CMYK: (42,0,27,34)
C42M0Y27K34 (42%, 0%, 27%, 34%)
(0.42 / 0.00 / 0.27 / 0.34)

CMYK percentages

%42.26
%0
%26.79
%34.12

Codes

Color #61A87B in popluar color models

61 A8 7B
RGB 97 168 123
HSL 142° 28.98% 51.96%
HSB/HSV 142° 42.26% 65.88%
CMYK 42.26% 0.00% 26.79%
34.12%

Color #61A87B in popluar number systems.

HEX 61 A8 7B
Decimal 97 168 123
Binary 1100001 10101000 1111011
Octal 141 250 173

Shades and tints

Shades of #61A87B

#61A87B
(97,168,123)
#599970
(89,153,112)
#518A65
(81,138,101)
#497B5A
(73,123,90)
#416C4F
(65,108,79)
#395D44
(57,93,68)
#314E39
(49,78,57)
#293F2E
(41,63,46)
#213023
(33,48,35)
#192118
(25,33,24)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #61A87B

#61A87B
(97,168,123)
#6FAF87
(111,175,135)
#7DB693
(125,182,147)
#8BBD9F
(139,189,159)
#99C4AB
(153,196,171)
#A7CBB7
(167,203,183)
#B5D2C3
(181,210,195)
#C3D9CF
(195,217,207)
#D1E0DB
(209,224,219)
#DFE7E7
(223,231,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A87B color. Also use rgb(97,168,123) instead hex code.

Text Font Color

.myTextColor { color: #61A87B; }

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

This text font color is #61A87B.

Background Color

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

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

This div background color is #61A87B.

Border color

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

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

This div border color is #61A87B.

Opacity

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

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

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

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

This text has shadow with #61A87B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61A87B.

Preview

Color preview on black background

This text has color #61A87B on black background.


Color preview on white background

This text has color #61A87B on white background.


Black color preview on #61A87B background

This text has black color on #61A87B background.


White color preview on #61A87B background

This text has white color on #61A87B background.


Related colors

Complementary color

Complementary color for #hex is #9E5784.


I love getcolorcode.com

Triadic colors

1 #7B61A8 and #A87B61 with #61A87B are triadic colors.

2 #7BA861 and #A8617B with #61A87B are triadic colors.