COLOR #61A972

HEX: #61A972
RGB: (97,169,114)

Color info

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

RGB color model

#61A972 color RGB value is (97,169,114).

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

RGB channels and saturation

R 97 of 255 = 38%
G 169 of 255 = 66%
B 114 of 255 = 45%

97
169
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 169 + 114 = 380 (100%)
R 97 of 380 ~ 25.53%
G 169 of 380 ~ 44.47%
B 114 of 380 ~ 30%

%25.53
%44.47
%30

CMYK color model

#61A972 color CMYK value is (43,0,33,34).

  • cyan value is 42.60%
  • magenta value is 0.00%
  • yellow value is 32.54%
  • key color value is 33.73%
CMYK:
(43,0,33,34)
C43M0Y33K34 
(43%,0%,33%,34%)
(0.43/0.00/0.33/0.34)	

CMYK percentages

%42.6
%0
%32.54
%33.73

Codes

Color #61A972 in popluar color models

61A972
RGB97169114
HSL134°29.51%52.16%
HSB/HSV134°42.60%66.27%
CMYK42.60%0.00%32.54%
33.73%

Color #61A972 in popluar number systems.

HEX61A972
Decimal97169114
Binary1100001101010011110010
Octal141251162

Shades and tints

Shades of #61A972

#61A972
(97,169,114)
#599A68
(89,154,104)
#518B5E
(81,139,94)
#497C54
(73,124,84)
#416D4A
(65,109,74)
#395E40
(57,94,64)
#314F36
(49,79,54)
#29402C
(41,64,44)
#213122
(33,49,34)
#192218
(25,34,24)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #61A972

#61A972
(97,169,114)
#6FB07E
(111,176,126)
#7DB78A
(125,183,138)
#8BBE96
(139,190,150)
#99C5A2
(153,197,162)
#A7CCAE
(167,204,174)
#B5D3BA
(181,211,186)
#C3DAC6
(195,218,198)
#D1E1D2
(209,225,210)
#DFE8DE
(223,232,222)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61A972; }

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

This text font color is #61A972.


Background Color

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

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

This div background color is #61A972.


Border color

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

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

This div border color is #61A972.


Opacity

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

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

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

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

This text has shadow with #61A972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A972 on black background.


Color preview on white background

This text has color #61A972 on white background.



Black color preview on #61A972 background

This text has black color on #61A972 background.


White color preview on #61A972 background

This text has white color on #61A972 background.