COLOR #61A037

HEX: #61A037
RGB: (97,160,55)

Color info

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

RGB color model

#61A037 color RGB value is (97,160,55).

  • red value is 97;
  • green value is 160;
  • blue value is 55.
RGB:
(97,160,55)
(38%,63%,22%)

RGB channels and saturation

R 97 of 255 = 38%
G 160 of 255 = 63%
B 55 of 255 = 22%

97
160
55

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

Portions of RGB colors in percentages

R + G + B =
97 + 160 + 55 = 312 (100%)
R 97 of 312 ~ 31.09%
G 160 of 312 ~ 51.28%
B 55 of 312 ~ 17.63%

%31.09
%51.28
%17.63

CMYK color model

#61A037 color CMYK value is (39,0,66,37).

  • cyan value is 39.38%
  • magenta value is 0.00%
  • yellow value is 65.63%
  • key color value is 37.25%
CMYK:
(39,0,66,37)
C39M0Y66K37 
(39%,0%,66%,37%)
(0.39/0.00/0.66/0.37)	

CMYK percentages

%39.38
%0
%65.63
%37.25

Codes

Color #61A037 in popluar color models

61A037
RGB9716055
HSL96°48.84%42.16%
HSB/HSV96°65.63%62.75%
CMYK39.38%0.00%65.63%
37.25%

Color #61A037 in popluar number systems.

HEX61A037
Decimal9716055
Binary110000110100000110111
Octal14124067

Shades and tints

Shades of #61A037

#61A037
(97,160,55)
#599232
(89,146,50)
#51842D
(81,132,45)
#497628
(73,118,40)
#416823
(65,104,35)
#395A1E
(57,90,30)
#314C19
(49,76,25)
#293E14
(41,62,20)
#21300F
(33,48,15)
#19220A
(25,34,10)
#111405
(17,20,5)
#000000
(0,0,0)

Tints of #61A037

#61A037
(97,160,55)
#6FA849
(111,168,73)
#7DB05B
(125,176,91)
#8BB86D
(139,184,109)
#99C07F
(153,192,127)
#A7C891
(167,200,145)
#B5D0A3
(181,208,163)
#C3D8B5
(195,216,181)
#D1E0C7
(209,224,199)
#DFE8D9
(223,232,217)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A037 color. Also use rgb(97,160,55) instead hex code.

Text Font Color

.myTextColor { color: #61A037; }

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

This text font color is #61A037.


Background Color

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

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

This div background color is #61A037.


Border color

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

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

This div border color is #61A037.


Opacity

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

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

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

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

This text has shadow with #61A037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A037 on black background.


Color preview on white background

This text has color #61A037 on white background.



Black color preview on #61A037 background

This text has black color on #61A037 background.


White color preview on #61A037 background

This text has white color on #61A037 background.