COLOR #61B973

HEX: #61B973
RGB: (97,185,115)

Color info

#61B973 contains mainly green color. Web safe color of #61B973 is #66CC66 (or #6C6).

RGB color model

#61B973 color RGB value is (97,185,115).

  • red value is 97;
  • green value is 185;
  • blue value is 115.
RGB:
(97,185,115)
(38%,73%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 185 of 255 = 73%
B 115 of 255 = 45%

97
185
115

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

Portions of RGB colors in percentages

R + G + B =
97 + 185 + 115 = 397 (100%)
R 97 of 397 ~ 24.43%
G 185 of 397 ~ 46.6%
B 115 of 397 ~ 28.97%

%24.43
%46.6
%28.97

CMYK color model

#61B973 color CMYK value is (48,0,38,27).

  • cyan value is 47.57%
  • magenta value is 0.00%
  • yellow value is 37.84%
  • key color value is 27.45%
CMYK:
(48,0,38,27)
C48M0Y38K27 
(48%,0%,38%,27%)
(0.48/0.00/0.38/0.27)	

CMYK percentages

%47.57
%0
%37.84
%27.45

Codes

Color #61B973 in popluar color models

61B973
RGB97185115
HSL132°38.60%55.29%
HSB/HSV132°47.57%72.55%
CMYK47.57%0.00%37.84%
27.45%

Color #61B973 in popluar number systems.

HEX61B973
Decimal97185115
Binary1100001101110011110011
Octal141271163

Shades and tints

Shades of #61B973

#61B973
(97,185,115)
#59A969
(89,169,105)
#51995F
(81,153,95)
#498955
(73,137,85)
#41794B
(65,121,75)
#396941
(57,105,65)
#315937
(49,89,55)
#29492D
(41,73,45)
#213923
(33,57,35)
#192919
(25,41,25)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #61B973

#61B973
(97,185,115)
#6FBF7F
(111,191,127)
#7DC58B
(125,197,139)
#8BCB97
(139,203,151)
#99D1A3
(153,209,163)
#A7D7AF
(167,215,175)
#B5DDBB
(181,221,187)
#C3E3C7
(195,227,199)
#D1E9D3
(209,233,211)
#DFEFDF
(223,239,223)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B973 color. Also use rgb(97,185,115) instead hex code.

Text Font Color

.myTextColor { color: #61B973; }

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

This text font color is #61B973.


Background Color

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

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

This div background color is #61B973.


Border color

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

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

This div border color is #61B973.


Opacity

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

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

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

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

This text has shadow with #61B973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B973 on black background.


Color preview on white background

This text has color #61B973 on white background.



Black color preview on #61B973 background

This text has black color on #61B973 background.


White color preview on #61B973 background

This text has white color on #61B973 background.