COLOR #61A680

HEX: #61A680 RGB: (97,166,128)

Color info

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

RGB color model

#61A680 color RGB value is (97,166,128).

RGB: (97,166,128) (38%, 65%, 50%)

RGB channels and saturation

R 97 of 255 = 38%
G 166 of 255 = 65%
B 128 of 255 = 50%

97
166
128

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

Portions of RGB colors in percentages

R + G + B = 97 + 166 + 128 = 391 (100%)
R 97 of 391 ~ 24.81%
G 166 of 391 ~ 42.46%
B 128 of 391 ~ 32.74'%

%24.81
%42.46
%32.74

CMYK color model

#61A680 color CMYK value is (42,0,23,35).

  • cyan value is 41.57%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 34.90%

CMYK: (42,0,23,35)
C42M0Y23K35 (42%, 0%, 23%, 35%)
(0.42 / 0.00 / 0.23 / 0.35)

CMYK percentages

%41.57
%0
%22.89
%34.9

Codes

Color #61A680 in popluar color models

61 A6 80
RGB 97 166 128
HSL 147° 27.94% 51.57%
HSB/HSV 147° 41.57% 65.10%
CMYK 41.57% 0.00% 22.89%
34.90%

Color #61A680 in popluar number systems.

HEX 61 A6 80
Decimal 97 166 128
Binary 1100001 10100110 10000000
Octal 141 246 200

Shades and tints

Shades of #61A680

#61A680
(97,166,128)
#599775
(89,151,117)
#51886A
(81,136,106)
#49795F
(73,121,95)
#416A54
(65,106,84)
#395B49
(57,91,73)
#314C3E
(49,76,62)
#293D33
(41,61,51)
#212E28
(33,46,40)
#191F1D
(25,31,29)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #61A680

#61A680
(97,166,128)
#6FAE8B
(111,174,139)
#7DB696
(125,182,150)
#8BBEA1
(139,190,161)
#99C6AC
(153,198,172)
#A7CEB7
(167,206,183)
#B5D6C2
(181,214,194)
#C3DECD
(195,222,205)
#D1E6D8
(209,230,216)
#DFEEE3
(223,238,227)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A680 color. Also use rgb(97,166,128) instead hex code.

Text Font Color

.myTextColor { color: #61A680; }

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

This text font color is #61A680.

Background Color

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

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

This div background color is #61A680.

Border color

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

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

This div border color is #61A680.

Opacity

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

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

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

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

This text has shadow with #61A680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61A680.

Preview

Color preview on black background

This text has color #61A680 on black background.


Color preview on white background

This text has color #61A680 on white background.


Black color preview on #61A680 background

This text has black color on #61A680 background.


White color preview on #61A680 background

This text has white color on #61A680 background.


Related colors

Complementary color

Complementary color for #hex is #9E597F.


I love getcolorcode.com

Triadic colors

1 #8061A6 and #A68061 with #61A680 are triadic colors.

2 #80A661 and #A66180 with #61A680 are triadic colors.