COLOR #61AD6E

HEX: #61AD6E RGB: (97,173,110)

Color info

#61AD6E contains mainly green color. Web safe color of #61AD6E is #669966 (or #696).

RGB color model

#61AD6E color RGB value is (97,173,110).

RGB: (97,173,110) (38%, 68%, 43%)

RGB channels and saturation

R 97 of 255 = 38%
G 173 of 255 = 68%
B 110 of 255 = 43%

97
173
110

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

Portions of RGB colors in percentages

R + G + B = 97 + 173 + 110 = 380 (100%)
R 97 of 380 ~ 25.53%
G 173 of 380 ~ 45.53%
B 110 of 380 ~ 28.95'%

%25.53
%45.53
%28.95

CMYK color model

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

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

CMYK: (44,0,36,32)
C44M0Y36K32 (44%, 0%, 36%, 32%)
(0.44 / 0.00 / 0.36 / 0.32)

CMYK percentages

%43.93
%0
%36.42
%32.16

Codes

Color #61AD6E in popluar color models

61 AD 6E
RGB 97 173 110
HSL 130° 31.67% 52.94%
HSB/HSV 130° 43.93% 67.84%
CMYK 43.93% 0.00% 36.42%
32.16%

Color #61AD6E in popluar number systems.

HEX 61 AD 6E
Decimal 97 173 110
Binary 1100001 10101101 1101110
Octal 141 255 156

Shades and tints

Shades of #61AD6E

#61AD6E
(97,173,110)
#599E64
(89,158,100)
#518F5A
(81,143,90)
#498050
(73,128,80)
#417146
(65,113,70)
#39623C
(57,98,60)
#315332
(49,83,50)
#294428
(41,68,40)
#21351E
(33,53,30)
#192614
(25,38,20)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #61AD6E

#61AD6E
(97,173,110)
#6FB47B
(111,180,123)
#7DBB88
(125,187,136)
#8BC295
(139,194,149)
#99C9A2
(153,201,162)
#A7D0AF
(167,208,175)
#B5D7BC
(181,215,188)
#C3DEC9
(195,222,201)
#D1E5D6
(209,229,214)
#DFECE3
(223,236,227)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61AD6E; }

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

This text font color is #61AD6E.

Background Color

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

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

This div background color is #61AD6E.

Border color

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

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

This div border color is #61AD6E.

Opacity

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

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

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

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

This text has shadow with #61AD6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61AD6E.

Preview

Color preview on black background

This text has color #61AD6E on black background.


Color preview on white background

This text has color #61AD6E on white background.


Black color preview on #61AD6E background

This text has black color on #61AD6E background.


White color preview on #61AD6E background

This text has white color on #61AD6E background.


Related colors

Complementary color

Complementary color for #hex is #9E5291.


I love getcolorcode.com

Triadic colors

1 #6E61AD and #AD6E61 with #61AD6E are triadic colors.

2 #6EAD61 and #AD616E with #61AD6E are triadic colors.