COLOR #61AA6D

HEX: #61AA6D
RGB: (97,170,109)

Color info

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

RGB color model

#61AA6D color RGB value is (97,170,109).

  • red value is 97;
  • green value is 170;
  • blue value is 109.
RGB:
(97,170,109)
(38%,67%,43%)

RGB channels and saturation

R 97 of 255 = 38%
G 170 of 255 = 67%
B 109 of 255 = 43%

97
170
109

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

Portions of RGB colors in percentages

R + G + B =
97 + 170 + 109 = 376 (100%)
R 97 of 376 ~ 25.8%
G 170 of 376 ~ 45.21%
B 109 of 376 ~ 28.99%

%25.8
%45.21
%28.99

CMYK color model

#61AA6D color CMYK value is (43,0,36,33).

  • cyan value is 42.94%
  • magenta value is 0.00%
  • yellow value is 35.88%
  • key color value is 33.33%
CMYK:
(43,0,36,33)
C43M0Y36K33 
(43%,0%,36%,33%)
(0.43/0.00/0.36/0.33)	

CMYK percentages

%42.94
%0
%35.88
%33.33

Codes

Color #61AA6D in popluar color models

61AA6D
RGB97170109
HSL130°30.04%52.35%
HSB/HSV130°42.94%66.67%
CMYK42.94%0.00%35.88%
33.33%

Color #61AA6D in popluar number systems.

HEX61AA6D
Decimal97170109
Binary1100001101010101101101
Octal141252155

Shades and tints

Shades of #61AA6D

#61AA6D
(97,170,109)
#599B64
(89,155,100)
#518C5B
(81,140,91)
#497D52
(73,125,82)
#416E49
(65,110,73)
#395F40
(57,95,64)
#315037
(49,80,55)
#29412E
(41,65,46)
#213225
(33,50,37)
#19231C
(25,35,28)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #61AA6D

#61AA6D
(97,170,109)
#6FB17A
(111,177,122)
#7DB887
(125,184,135)
#8BBF94
(139,191,148)
#99C6A1
(153,198,161)
#A7CDAE
(167,205,174)
#B5D4BB
(181,212,187)
#C3DBC8
(195,219,200)
#D1E2D5
(209,226,213)
#DFE9E2
(223,233,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61AA6D; }

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

This text font color is #61AA6D.


Background Color

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

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

This div background color is #61AA6D.


Border color

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

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

This div border color is #61AA6D.


Opacity

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

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

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

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

This text has shadow with #61AA6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AA6D on black background.


Color preview on white background

This text has color #61AA6D on white background.



Black color preview on #61AA6D background

This text has black color on #61AA6D background.


White color preview on #61AA6D background

This text has white color on #61AA6D background.