COLOR #61AE6B

HEX: #61AE6B
RGB: (97,174,107)

Color info

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

RGB color model

#61AE6B color RGB value is (97,174,107).

  • red value is 97;
  • green value is 174;
  • blue value is 107.
RGB:
(97,174,107)
(38%,68%,42%)

RGB channels and saturation

R 97 of 255 = 38%
G 174 of 255 = 68%
B 107 of 255 = 42%

97
174
107

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

Portions of RGB colors in percentages

R + G + B =
97 + 174 + 107 = 378 (100%)
R 97 of 378 ~ 25.66%
G 174 of 378 ~ 46.03%
B 107 of 378 ~ 28.31%

%25.66
%46.03
%28.31

CMYK color model

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

  • cyan value is 44.25%
  • magenta value is 0.00%
  • yellow value is 38.51%
  • key color value is 31.76%
CMYK:
(44,0,39,32)
C44M0Y39K32 
(44%,0%,39%,32%)
(0.44/0.00/0.39/0.32)	

CMYK percentages

%44.25
%0
%38.51
%31.76

Codes

Color #61AE6B in popluar color models

61AE6B
RGB97174107
HSL128°32.22%53.14%
HSB/HSV128°44.25%68.24%
CMYK44.25%0.00%38.51%
31.76%

Color #61AE6B in popluar number systems.

HEX61AE6B
Decimal97174107
Binary1100001101011101101011
Octal141256153

Shades and tints

Shades of #61AE6B

#61AE6B
(97,174,107)
#599F62
(89,159,98)
#519059
(81,144,89)
#498150
(73,129,80)
#417247
(65,114,71)
#39633E
(57,99,62)
#315435
(49,84,53)
#29452C
(41,69,44)
#213623
(33,54,35)
#19271A
(25,39,26)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #61AE6B

#61AE6B
(97,174,107)
#6FB578
(111,181,120)
#7DBC85
(125,188,133)
#8BC392
(139,195,146)
#99CA9F
(153,202,159)
#A7D1AC
(167,209,172)
#B5D8B9
(181,216,185)
#C3DFC6
(195,223,198)
#D1E6D3
(209,230,211)
#DFEDE0
(223,237,224)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AE6B color. Also use rgb(97,174,107) instead hex code.

Text Font Color

.myTextColor { color: #61AE6B; }

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

This text font color is #61AE6B.


Background Color

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

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

This div background color is #61AE6B.


Border color

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

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

This div border color is #61AE6B.


Opacity

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

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

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

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

This text has shadow with #61AE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AE6B on black background.


Color preview on white background

This text has color #61AE6B on white background.



Black color preview on #61AE6B background

This text has black color on #61AE6B background.


White color preview on #61AE6B background

This text has white color on #61AE6B background.