COLOR #61B36A

HEX: #61B36A
RGB: (97,179,106)

Color info

#61B36A contains mainly green color. Web safe color of #61B36A is #669966 (or #696).

RGB color model

#61B36A color RGB value is (97,179,106).

  • red value is 97;
  • green value is 179;
  • blue value is 106.
RGB:
(97,179,106)
(38%,70%,42%)

RGB channels and saturation

R 97 of 255 = 38%
G 179 of 255 = 70%
B 106 of 255 = 42%

97
179
106

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

Portions of RGB colors in percentages

R + G + B =
97 + 179 + 106 = 382 (100%)
R 97 of 382 ~ 25.39%
G 179 of 382 ~ 46.86%
B 106 of 382 ~ 27.75%

%25.39
%46.86
%27.75

CMYK color model

#61B36A color CMYK value is (46,0,41,30).

  • cyan value is 45.81%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 29.80%
CMYK:
(46,0,41,30)
C46M0Y41K30 
(46%,0%,41%,30%)
(0.46/0.00/0.41/0.30)	

CMYK percentages

%45.81
%0
%40.78
%29.8

Codes

Color #61B36A in popluar color models

61B36A
RGB97179106
HSL127°35.04%54.12%
HSB/HSV127°45.81%70.20%
CMYK45.81%0.00%40.78%
29.80%

Color #61B36A in popluar number systems.

HEX61B36A
Decimal97179106
Binary1100001101100111101010
Octal141263152

Shades and tints

Shades of #61B36A

#61B36A
(97,179,106)
#59A361
(89,163,97)
#519358
(81,147,88)
#49834F
(73,131,79)
#417346
(65,115,70)
#39633D
(57,99,61)
#315334
(49,83,52)
#29432B
(41,67,43)
#213322
(33,51,34)
#192319
(25,35,25)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #61B36A

#61B36A
(97,179,106)
#6FB977
(111,185,119)
#7DBF84
(125,191,132)
#8BC591
(139,197,145)
#99CB9E
(153,203,158)
#A7D1AB
(167,209,171)
#B5D7B8
(181,215,184)
#C3DDC5
(195,221,197)
#D1E3D2
(209,227,210)
#DFE9DF
(223,233,223)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B36A color. Also use rgb(97,179,106) instead hex code.

Text Font Color

.myTextColor { color: #61B36A; }

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

This text font color is #61B36A.


Background Color

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

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

This div background color is #61B36A.


Border color

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

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

This div border color is #61B36A.


Opacity

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

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

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

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

This text has shadow with #61B36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B36A on black background.


Color preview on white background

This text has color #61B36A on white background.



Black color preview on #61B36A background

This text has black color on #61B36A background.


White color preview on #61B36A background

This text has white color on #61B36A background.