COLOR #61BA7F

HEX: #61BA7F
RGB: (97,186,127)

Color info

#61BA7F contains mainly green and blue colors. Web safe color of #61BA7F is #66CC66 (or #6C6).

RGB color model

#61BA7F color RGB value is (97,186,127).

  • red value is 97;
  • green value is 186;
  • blue value is 127.
RGB:
(97,186,127)
(38%,73%,50%)

RGB channels and saturation

R 97 of 255 = 38%
G 186 of 255 = 73%
B 127 of 255 = 50%

97
186
127

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

Portions of RGB colors in percentages

R + G + B =
97 + 186 + 127 = 410 (100%)
R 97 of 410 ~ 23.66%
G 186 of 410 ~ 45.37%
B 127 of 410 ~ 30.98%

%23.66
%45.37
%30.98

CMYK color model

#61BA7F color CMYK value is (48,0,32,27).

  • cyan value is 47.85%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 27.06%
CMYK:
(48,0,32,27)
C48M0Y32K27 
(48%,0%,32%,27%)
(0.48/0.00/0.32/0.27)	

CMYK percentages

%47.85
%0
%31.72
%27.06

Codes

Color #61BA7F in popluar color models

61BA7F
RGB97186127
HSL140°39.21%55.49%
HSB/HSV140°47.85%72.94%
CMYK47.85%0.00%31.72%
27.06%

Color #61BA7F in popluar number systems.

HEX61BA7F
Decimal97186127
Binary1100001101110101111111
Octal141272177

Shades and tints

Shades of #61BA7F

#61BA7F
(97,186,127)
#59AA74
(89,170,116)
#519A69
(81,154,105)
#498A5E
(73,138,94)
#417A53
(65,122,83)
#396A48
(57,106,72)
#315A3D
(49,90,61)
#294A32
(41,74,50)
#213A27
(33,58,39)
#192A1C
(25,42,28)
#111A11
(17,26,17)
#000000
(0,0,0)

Tints of #61BA7F

#61BA7F
(97,186,127)
#6FC08A
(111,192,138)
#7DC695
(125,198,149)
#8BCCA0
(139,204,160)
#99D2AB
(153,210,171)
#A7D8B6
(167,216,182)
#B5DEC1
(181,222,193)
#C3E4CC
(195,228,204)
#D1EAD7
(209,234,215)
#DFF0E2
(223,240,226)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BA7F color. Also use rgb(97,186,127) instead hex code.

Text Font Color

.myTextColor { color: #61BA7F; }

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

This text font color is #61BA7F.


Background Color

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

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

This div background color is #61BA7F.


Border color

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

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

This div border color is #61BA7F.


Opacity

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

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

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

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

This text has shadow with #61BA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BA7F on black background.


Color preview on white background

This text has color #61BA7F on white background.



Black color preview on #61BA7F background

This text has black color on #61BA7F background.


White color preview on #61BA7F background

This text has white color on #61BA7F background.