COLOR #61B975

HEX: #61B975
RGB: (97,185,117)

Color info

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

RGB color model

#61B975 color RGB value is (97,185,117).

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

RGB channels and saturation

R 97 of 255 = 38%
G 185 of 255 = 73%
B 117 of 255 = 46%

97
185
117

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

Portions of RGB colors in percentages

R + G + B =
97 + 185 + 117 = 399 (100%)
R 97 of 399 ~ 24.31%
G 185 of 399 ~ 46.37%
B 117 of 399 ~ 29.32%

%24.31
%46.37
%29.32

CMYK color model

#61B975 color CMYK value is (48,0,37,27).

  • cyan value is 47.57%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • key color value is 27.45%
CMYK:
(48,0,37,27)
C48M0Y37K27 
(48%,0%,37%,27%)
(0.48/0.00/0.37/0.27)	

CMYK percentages

%47.57
%0
%36.76
%27.45

Codes

Color #61B975 in popluar color models

61B975
RGB97185117
HSL134°38.60%55.29%
HSB/HSV134°47.57%72.55%
CMYK47.57%0.00%36.76%
27.45%

Color #61B975 in popluar number systems.

HEX61B975
Decimal97185117
Binary1100001101110011110101
Octal141271165

Shades and tints

Shades of #61B975

#61B975
(97,185,117)
#59A96B
(89,169,107)
#519961
(81,153,97)
#498957
(73,137,87)
#41794D
(65,121,77)
#396943
(57,105,67)
#315939
(49,89,57)
#29492F
(41,73,47)
#213925
(33,57,37)
#19291B
(25,41,27)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #61B975

#61B975
(97,185,117)
#6FBF81
(111,191,129)
#7DC58D
(125,197,141)
#8BCB99
(139,203,153)
#99D1A5
(153,209,165)
#A7D7B1
(167,215,177)
#B5DDBD
(181,221,189)
#C3E3C9
(195,227,201)
#D1E9D5
(209,233,213)
#DFEFE1
(223,239,225)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61B975; }

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

This text font color is #61B975.


Background Color

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

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

This div background color is #61B975.


Border color

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

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

This div border color is #61B975.


Opacity

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

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

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

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

This text has shadow with #61B975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B975 on black background.


Color preview on white background

This text has color #61B975 on white background.



Black color preview on #61B975 background

This text has black color on #61B975 background.


White color preview on #61B975 background

This text has white color on #61B975 background.