COLOR #61AD44

HEX: #61AD44 RGB: (97,173,68)

Color info

#61AD44 contains mainly green color. Web safe color of #61AD44 is #669933 (or #693).

RGB color model

#61AD44 color RGB value is (97,173,68).

RGB: (97,173,68) (38%, 68%, 27%)

RGB channels and saturation

R 97 of 255 = 38%
G 173 of 255 = 68%
B 68 of 255 = 27%

97
173
68

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

Portions of RGB colors in percentages

R + G + B = 97 + 173 + 68 = 338 (100%)
R 97 of 338 ~ 28.7%
G 173 of 338 ~ 51.18%
B 68 of 338 ~ 20.12'%

%28.7
%51.18
%20.12

CMYK color model

#61AD44 color CMYK value is (44,0,61,32).

  • cyan value is 43.93%
  • magenta value is 0.00%
  • yellow value is 60.69%
  • key color value is 32.16%

CMYK: (44,0,61,32)
C44M0Y61K32 (44%, 0%, 61%, 32%)
(0.44 / 0.00 / 0.61 / 0.32)

CMYK percentages

%43.93
%0
%60.69
%32.16

Codes

Color #61AD44 in popluar color models

61 AD 44
RGB 97 173 68
HSL 103° 43.57% 47.25%
HSB/HSV 103° 60.69% 67.84%
CMYK 43.93% 0.00% 60.69%
32.16%

Color #61AD44 in popluar number systems.

HEX 61 AD 44
Decimal 97 173 68
Binary 1100001 10101101 1000100
Octal 141 255 104

Shades and tints

Shades of #61AD44

#61AD44
(97,173,68)
#599E3E
(89,158,62)
#518F38
(81,143,56)
#498032
(73,128,50)
#41712C
(65,113,44)
#396226
(57,98,38)
#315320
(49,83,32)
#29441A
(41,68,26)
#213514
(33,53,20)
#19260E
(25,38,14)
#111708
(17,23,8)
#000000
(0,0,0)

Tints of #61AD44

#61AD44
(97,173,68)
#6FB455
(111,180,85)
#7DBB66
(125,187,102)
#8BC277
(139,194,119)
#99C988
(153,201,136)
#A7D099
(167,208,153)
#B5D7AA
(181,215,170)
#C3DEBB
(195,222,187)
#D1E5CC
(209,229,204)
#DFECDD
(223,236,221)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AD44 color. Also use rgb(97,173,68) instead hex code.

Text Font Color

.myTextColor { color: #61AD44; }

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

This text font color is #61AD44.

Background Color

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

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

This div background color is #61AD44.

Border color

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

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

This div border color is #61AD44.

Opacity

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

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

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

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

This text has shadow with #61AD44 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61AD44.

Preview

Color preview on black background

This text has color #61AD44 on black background.


Color preview on white background

This text has color #61AD44 on white background.


Black color preview on #61AD44 background

This text has black color on #61AD44 background.


White color preview on #61AD44 background

This text has white color on #61AD44 background.


Related colors

Complementary color

Complementary color for #hex is #9E52BB.


I love getcolorcode.com

Triadic colors

1 #4461AD and #AD4461 with #61AD44 are triadic colors.

2 #44AD61 and #AD6144 with #61AD44 are triadic colors.