COLOR #61B579

HEX: #61B579
RGB: (97,181,121)

Color info

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

RGB color model

#61B579 color RGB value is (97,181,121).

  • red value is 97;
  • green value is 181;
  • blue value is 121.
RGB:
(97,181,121)
(38%,71%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 181 of 255 = 71%
B 121 of 255 = 47%

97
181
121

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

Portions of RGB colors in percentages

R + G + B =
97 + 181 + 121 = 399 (100%)
R 97 of 399 ~ 24.31%
G 181 of 399 ~ 45.36%
B 121 of 399 ~ 30.33%

%24.31
%45.36
%30.33

CMYK color model

#61B579 color CMYK value is (46,0,33,29).

  • cyan value is 46.41%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 29.02%
CMYK:
(46,0,33,29)
C46M0Y33K29 
(46%,0%,33%,29%)
(0.46/0.00/0.33/0.29)	

CMYK percentages

%46.41
%0
%33.15
%29.02

Codes

Color #61B579 in popluar color models

61B579
RGB97181121
HSL137°36.21%54.51%
HSB/HSV137°46.41%70.98%
CMYK46.41%0.00%33.15%
29.02%

Color #61B579 in popluar number systems.

HEX61B579
Decimal97181121
Binary1100001101101011111001
Octal141265171

Shades and tints

Shades of #61B579

#61B579
(97,181,121)
#59A56E
(89,165,110)
#519563
(81,149,99)
#498558
(73,133,88)
#41754D
(65,117,77)
#396542
(57,101,66)
#315537
(49,85,55)
#29452C
(41,69,44)
#213521
(33,53,33)
#192516
(25,37,22)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #61B579

#61B579
(97,181,121)
#6FBB85
(111,187,133)
#7DC191
(125,193,145)
#8BC79D
(139,199,157)
#99CDA9
(153,205,169)
#A7D3B5
(167,211,181)
#B5D9C1
(181,217,193)
#C3DFCD
(195,223,205)
#D1E5D9
(209,229,217)
#DFEBE5
(223,235,229)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B579 color. Also use rgb(97,181,121) instead hex code.

Text Font Color

.myTextColor { color: #61B579; }

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

This text font color is #61B579.


Background Color

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

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

This div background color is #61B579.


Border color

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

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

This div border color is #61B579.


Opacity

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

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

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

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

This text has shadow with #61B579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B579 on black background.


Color preview on white background

This text has color #61B579 on white background.



Black color preview on #61B579 background

This text has black color on #61B579 background.


White color preview on #61B579 background

This text has white color on #61B579 background.