COLOR #61B567

HEX: #61B567
RGB: (97,181,103)

Color info

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

RGB color model

#61B567 color RGB value is (97,181,103).

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

RGB channels and saturation

R 97 of 255 = 38%
G 181 of 255 = 71%
B 103 of 255 = 40%

97
181
103

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

Portions of RGB colors in percentages

R + G + B =
97 + 181 + 103 = 381 (100%)
R 97 of 381 ~ 25.46%
G 181 of 381 ~ 47.51%
B 103 of 381 ~ 27.03%

%25.46
%47.51
%27.03

CMYK color model

#61B567 color CMYK value is (46,0,43,29).

  • cyan value is 46.41%
  • magenta value is 0.00%
  • yellow value is 43.09%
  • key color value is 29.02%
CMYK:
(46,0,43,29)
C46M0Y43K29 
(46%,0%,43%,29%)
(0.46/0.00/0.43/0.29)	

CMYK percentages

%46.41
%0
%43.09
%29.02

Codes

Color #61B567 in popluar color models

61B567
RGB97181103
HSL124°36.21%54.51%
HSB/HSV124°46.41%70.98%
CMYK46.41%0.00%43.09%
29.02%

Color #61B567 in popluar number systems.

HEX61B567
Decimal97181103
Binary1100001101101011100111
Octal141265147

Shades and tints

Shades of #61B567

#61B567
(97,181,103)
#59A55E
(89,165,94)
#519555
(81,149,85)
#49854C
(73,133,76)
#417543
(65,117,67)
#39653A
(57,101,58)
#315531
(49,85,49)
#294528
(41,69,40)
#21351F
(33,53,31)
#192516
(25,37,22)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #61B567

#61B567
(97,181,103)
#6FBB74
(111,187,116)
#7DC181
(125,193,129)
#8BC78E
(139,199,142)
#99CD9B
(153,205,155)
#A7D3A8
(167,211,168)
#B5D9B5
(181,217,181)
#C3DFC2
(195,223,194)
#D1E5CF
(209,229,207)
#DFEBDC
(223,235,220)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61B567; }

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

This text font color is #61B567.


Background Color

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

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

This div background color is #61B567.


Border color

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

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

This div border color is #61B567.


Opacity

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

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

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

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

This text has shadow with #61B567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61B567 on black background.


Color preview on white background

This text has color #61B567 on white background.



Black color preview on #61B567 background

This text has black color on #61B567 background.


White color preview on #61B567 background

This text has white color on #61B567 background.