COLOR #61A56D

HEX: #61A56D RGB: (97,165,109)

Color info

#61A56D contains mainly green and blue colors. Web safe color of #61A56D is #669966 (or #696).

RGB color model

#61A56D color RGB value is (97,165,109).

RGB: (97,165,109) (38%, 65%, 43%)

RGB channels and saturation

R 97 of 255 = 38%
G 165 of 255 = 65%
B 109 of 255 = 43%

97
165
109

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

Portions of RGB colors in percentages

R + G + B = 97 + 165 + 109 = 371 (100%)
R 97 of 371 ~ 26.15%
G 165 of 371 ~ 44.47%
B 109 of 371 ~ 29.38'%

%26.15
%44.47
%29.38

CMYK color model

#61A56D color CMYK value is (41,0,34,35).

  • cyan value is 41.21%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 35.29%

CMYK: (41,0,34,35)
C41M0Y34K35 (41%, 0%, 34%, 35%)
(0.41 / 0.00 / 0.34 / 0.35)

CMYK percentages

%41.21
%0
%33.94
%35.29

Codes

Color #61A56D in popluar color models

61 A5 6D
RGB 97 165 109
HSL 131° 27.42% 51.37%
HSB/HSV 131° 41.21% 64.71%
CMYK 41.21% 0.00% 33.94%
35.29%

Color #61A56D in popluar number systems.

HEX 61 A5 6D
Decimal 97 165 109
Binary 1100001 10100101 1101101
Octal 141 245 155

Shades and tints

Shades of #61A56D

#61A56D
(97,165,109)
#599664
(89,150,100)
#51875B
(81,135,91)
#497852
(73,120,82)
#416949
(65,105,73)
#395A40
(57,90,64)
#314B37
(49,75,55)
#293C2E
(41,60,46)
#212D25
(33,45,37)
#191E1C
(25,30,28)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #61A56D

#61A56D
(97,165,109)
#6FAD7A
(111,173,122)
#7DB587
(125,181,135)
#8BBD94
(139,189,148)
#99C5A1
(153,197,161)
#A7CDAE
(167,205,174)
#B5D5BB
(181,213,187)
#C3DDC8
(195,221,200)
#D1E5D5
(209,229,213)
#DFEDE2
(223,237,226)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A56D color. Also use rgb(97,165,109) instead hex code.

Text Font Color

.myTextColor { color: #61A56D; }

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

This text font color is #61A56D.

Background Color

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

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

This div background color is #61A56D.

Border color

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

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

This div border color is #61A56D.

Opacity

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

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

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

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

This text has shadow with #61A56D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61A56D.

Preview

Color preview on black background

This text has color #61A56D on black background.


Color preview on white background

This text has color #61A56D on white background.


Black color preview on #61A56D background

This text has black color on #61A56D background.


White color preview on #61A56D background

This text has white color on #61A56D background.


Related colors

Complementary color

Complementary color for #hex is #9E5A92.


I love getcolorcode.com

Triadic colors

1 #6D61A5 and #A56D61 with #61A56D are triadic colors.

2 #6DA561 and #A5616D with #61A56D are triadic colors.