COLOR #61A776

HEX: #61A776 RGB: (97,167,118)

Color info

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

RGB color model

#61A776 color RGB value is (97,167,118).

RGB: (97,167,118) (38%, 65%, 46%)

RGB channels and saturation

R 97 of 255 = 38%
G 167 of 255 = 65%
B 118 of 255 = 46%

97
167
118

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

Portions of RGB colors in percentages

R + G + B = 97 + 167 + 118 = 382 (100%)
R 97 of 382 ~ 25.39%
G 167 of 382 ~ 43.72%
B 118 of 382 ~ 30.89'%

%25.39
%43.72
%30.89

CMYK color model

#61A776 color CMYK value is (42,0,29,35).

  • cyan value is 41.92%
  • magenta value is 0.00%
  • yellow value is 29.34%
  • key color value is 34.51%

CMYK: (42,0,29,35)
C42M0Y29K35 (42%, 0%, 29%, 35%)
(0.42 / 0.00 / 0.29 / 0.35)

CMYK percentages

%41.92
%0
%29.34
%34.51

Codes

Color #61A776 in popluar color models

61 A7 76
RGB 97 167 118
HSL 138° 28.46% 51.76%
HSB/HSV 138° 41.92% 65.49%
CMYK 41.92% 0.00% 29.34%
34.51%

Color #61A776 in popluar number systems.

HEX 61 A7 76
Decimal 97 167 118
Binary 1100001 10100111 1110110
Octal 141 247 166

Shades and tints

Shades of #61A776

#61A776
(97,167,118)
#59986C
(89,152,108)
#518962
(81,137,98)
#497A58
(73,122,88)
#416B4E
(65,107,78)
#395C44
(57,92,68)
#314D3A
(49,77,58)
#293E30
(41,62,48)
#212F26
(33,47,38)
#19201C
(25,32,28)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #61A776

#61A776
(97,167,118)
#6FAF82
(111,175,130)
#7DB78E
(125,183,142)
#8BBF9A
(139,191,154)
#99C7A6
(153,199,166)
#A7CFB2
(167,207,178)
#B5D7BE
(181,215,190)
#C3DFCA
(195,223,202)
#D1E7D6
(209,231,214)
#DFEFE2
(223,239,226)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A776 color. Also use rgb(97,167,118) instead hex code.

Text Font Color

.myTextColor { color: #61A776; }

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

This text font color is #61A776.

Background Color

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

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

This div background color is #61A776.

Border color

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

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

This div border color is #61A776.

Opacity

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

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

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

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

This text has shadow with #61A776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61A776.

Preview

Color preview on black background

This text has color #61A776 on black background.


Color preview on white background

This text has color #61A776 on white background.


Black color preview on #61A776 background

This text has black color on #61A776 background.


White color preview on #61A776 background

This text has white color on #61A776 background.


Related colors

Complementary color

Complementary color for #hex is #9E5889.


I love getcolorcode.com

Triadic colors

1 #7661A7 and #A77661 with #61A776 are triadic colors.

2 #76A761 and #A76176 with #61A776 are triadic colors.