COLOR #61A949

HEX: #61A949
RGB: (97,169,73)

Color info

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

RGB color model

#61A949 color RGB value is (97,169,73).

  • red value is 97;
  • green value is 169;
  • blue value is 73.
RGB:
(97,169,73)
(38%,66%,29%)

RGB channels and saturation

R 97 of 255 = 38%
G 169 of 255 = 66%
B 73 of 255 = 29%

97
169
73

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

Portions of RGB colors in percentages

R + G + B =
97 + 169 + 73 = 339 (100%)
R 97 of 339 ~ 28.61%
G 169 of 339 ~ 49.85%
B 73 of 339 ~ 21.53%

%28.61
%49.85
%21.53

CMYK color model

#61A949 color CMYK value is (43,0,57,34).

  • cyan value is 42.60%
  • magenta value is 0.00%
  • yellow value is 56.80%
  • key color value is 33.73%
CMYK:
(43,0,57,34)
C43M0Y57K34 
(43%,0%,57%,34%)
(0.43/0.00/0.57/0.34)	

CMYK percentages

%42.6
%0
%56.8
%33.73

Codes

Color #61A949 in popluar color models

61A949
RGB9716973
HSL105°39.67%47.45%
HSB/HSV105°56.80%66.27%
CMYK42.60%0.00%56.80%
33.73%

Color #61A949 in popluar number systems.

HEX61A949
Decimal9716973
Binary1100001101010011001001
Octal141251111

Shades and tints

Shades of #61A949

#61A949
(97,169,73)
#599A43
(89,154,67)
#518B3D
(81,139,61)
#497C37
(73,124,55)
#416D31
(65,109,49)
#395E2B
(57,94,43)
#314F25
(49,79,37)
#29401F
(41,64,31)
#213119
(33,49,25)
#192213
(25,34,19)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #61A949

#61A949
(97,169,73)
#6FB059
(111,176,89)
#7DB769
(125,183,105)
#8BBE79
(139,190,121)
#99C589
(153,197,137)
#A7CC99
(167,204,153)
#B5D3A9
(181,211,169)
#C3DAB9
(195,218,185)
#D1E1C9
(209,225,201)
#DFE8D9
(223,232,217)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A949 color. Also use rgb(97,169,73) instead hex code.

Text Font Color

.myTextColor { color: #61A949; }

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

This text font color is #61A949.


Background Color

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

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

This div background color is #61A949.


Border color

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

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

This div border color is #61A949.


Opacity

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

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

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

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

This text has shadow with #61A949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A949 on black background.


Color preview on white background

This text has color #61A949 on white background.



Black color preview on #61A949 background

This text has black color on #61A949 background.


White color preview on #61A949 background

This text has white color on #61A949 background.