COLOR #61BF77

HEX: #61BF77
RGB: (97,191,119)

Color info

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

RGB color model

#61BF77 color RGB value is (97,191,119).

  • red value is 97;
  • green value is 191;
  • blue value is 119.
RGB:
(97,191,119)
(38%,75%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 191 of 255 = 75%
B 119 of 255 = 47%

97
191
119

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

Portions of RGB colors in percentages

R + G + B =
97 + 191 + 119 = 407 (100%)
R 97 of 407 ~ 23.83%
G 191 of 407 ~ 46.93%
B 119 of 407 ~ 29.24%

%23.83
%46.93
%29.24

CMYK color model

#61BF77 color CMYK value is (49,0,38,25).

  • cyan value is 49.21%
  • magenta value is 0.00%
  • yellow value is 37.70%
  • key color value is 25.10%
CMYK:
(49,0,38,25)
C49M0Y38K25 
(49%,0%,38%,25%)
(0.49/0.00/0.38/0.25)	

CMYK percentages

%49.21
%0
%37.7
%25.1

Codes

Color #61BF77 in popluar color models

61BF77
RGB97191119
HSL134°42.34%56.47%
HSB/HSV134°49.21%74.90%
CMYK49.21%0.00%37.70%
25.10%

Color #61BF77 in popluar number systems.

HEX61BF77
Decimal97191119
Binary1100001101111111110111
Octal141277167

Shades and tints

Shades of #61BF77

#61BF77
(97,191,119)
#59AE6D
(89,174,109)
#519D63
(81,157,99)
#498C59
(73,140,89)
#417B4F
(65,123,79)
#396A45
(57,106,69)
#31593B
(49,89,59)
#294831
(41,72,49)
#213727
(33,55,39)
#19261D
(25,38,29)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #61BF77

#61BF77
(97,191,119)
#6FC483
(111,196,131)
#7DC98F
(125,201,143)
#8BCE9B
(139,206,155)
#99D3A7
(153,211,167)
#A7D8B3
(167,216,179)
#B5DDBF
(181,221,191)
#C3E2CB
(195,226,203)
#D1E7D7
(209,231,215)
#DFECE3
(223,236,227)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61BF77 color. Also use rgb(97,191,119) instead hex code.

Text Font Color

.myTextColor { color: #61BF77; }

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

This text font color is #61BF77.


Background Color

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

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

This div background color is #61BF77.


Border color

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

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

This div border color is #61BF77.


Opacity

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

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

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

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

This text has shadow with #61BF77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61BF77 on black background.


Color preview on white background

This text has color #61BF77 on white background.



Black color preview on #61BF77 background

This text has black color on #61BF77 background.


White color preview on #61BF77 background

This text has white color on #61BF77 background.