COLOR #61A462

HEX: #61A462
RGB: (97,164,98)

Color info

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

RGB color model

#61A462 color RGB value is (97,164,98).

  • red value is 97;
  • green value is 164;
  • blue value is 98.
RGB:
(97,164,98)
(38%,64%,38%)

RGB channels and saturation

R 97 of 255 = 38%
G 164 of 255 = 64%
B 98 of 255 = 38%

97
164
98

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

Portions of RGB colors in percentages

R + G + B =
97 + 164 + 98 = 359 (100%)
R 97 of 359 ~ 27.02%
G 164 of 359 ~ 45.68%
B 98 of 359 ~ 27.3%

%27.02
%45.68
%27.3

CMYK color model

#61A462 color CMYK value is (41,0,40,36).

  • cyan value is 40.85%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 35.69%
CMYK:
(41,0,40,36)
C41M0Y40K36 
(41%,0%,40%,36%)
(0.41/0.00/0.40/0.36)	

CMYK percentages

%40.85
%0
%40.24
%35.69

Codes

Color #61A462 in popluar color models

61A462
RGB9716498
HSL121°26.91%51.18%
HSB/HSV121°40.85%64.31%
CMYK40.85%0.00%40.24%
35.69%

Color #61A462 in popluar number systems.

HEX61A462
Decimal9716498
Binary1100001101001001100010
Octal141244142

Shades and tints

Shades of #61A462

#61A462
(97,164,98)
#59965A
(89,150,90)
#518852
(81,136,82)
#497A4A
(73,122,74)
#416C42
(65,108,66)
#395E3A
(57,94,58)
#315032
(49,80,50)
#29422A
(41,66,42)
#213422
(33,52,34)
#19261A
(25,38,26)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #61A462

#61A462
(97,164,98)
#6FAC70
(111,172,112)
#7DB47E
(125,180,126)
#8BBC8C
(139,188,140)
#99C49A
(153,196,154)
#A7CCA8
(167,204,168)
#B5D4B6
(181,212,182)
#C3DCC4
(195,220,196)
#D1E4D2
(209,228,210)
#DFECE0
(223,236,224)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61A462 color. Also use rgb(97,164,98) instead hex code.

Text Font Color

.myTextColor { color: #61A462; }

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

This text font color is #61A462.


Background Color

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

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

This div background color is #61A462.


Border color

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

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

This div border color is #61A462.


Opacity

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

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

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

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

This text has shadow with #61A462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61A462 on black background.


Color preview on white background

This text has color #61A462 on white background.



Black color preview on #61A462 background

This text has black color on #61A462 background.


White color preview on #61A462 background

This text has white color on #61A462 background.