COLOR #61AF5C

HEX: #61AF5C
RGB: (97,175,92)

Color info

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

RGB color model

#61AF5C color RGB value is (97,175,92).

  • red value is 97;
  • green value is 175;
  • blue value is 92.
RGB:
(97,175,92)
(38%,69%,36%)

RGB channels and saturation

R 97 of 255 = 38%
G 175 of 255 = 69%
B 92 of 255 = 36%

97
175
92

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

Portions of RGB colors in percentages

R + G + B =
97 + 175 + 92 = 364 (100%)
R 97 of 364 ~ 26.65%
G 175 of 364 ~ 48.08%
B 92 of 364 ~ 25.27%

%26.65
%48.08
%25.27

CMYK color model

#61AF5C color CMYK value is (45,0,47,31).

  • cyan value is 44.57%
  • magenta value is 0.00%
  • yellow value is 47.43%
  • key color value is 31.37%
CMYK:
(45,0,47,31)
C45M0Y47K31 
(45%,0%,47%,31%)
(0.45/0.00/0.47/0.31)	

CMYK percentages

%44.57
%0
%47.43
%31.37

Codes

Color #61AF5C in popluar color models

61AF5C
RGB9717592
HSL116°34.16%52.35%
HSB/HSV116°47.43%68.63%
CMYK44.57%0.00%47.43%
31.37%

Color #61AF5C in popluar number systems.

HEX61AF5C
Decimal9717592
Binary1100001101011111011100
Octal141257134

Shades and tints

Shades of #61AF5C

#61AF5C
(97,175,92)
#59A054
(89,160,84)
#51914C
(81,145,76)
#498244
(73,130,68)
#41733C
(65,115,60)
#396434
(57,100,52)
#31552C
(49,85,44)
#294624
(41,70,36)
#21371C
(33,55,28)
#192814
(25,40,20)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #61AF5C

#61AF5C
(97,175,92)
#6FB66A
(111,182,106)
#7DBD78
(125,189,120)
#8BC486
(139,196,134)
#99CB94
(153,203,148)
#A7D2A2
(167,210,162)
#B5D9B0
(181,217,176)
#C3E0BE
(195,224,190)
#D1E7CC
(209,231,204)
#DFEEDA
(223,238,218)
#EDF5E8
(237,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AF5C color. Also use rgb(97,175,92) instead hex code.

Text Font Color

.myTextColor { color: #61AF5C; }

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

This text font color is #61AF5C.


Background Color

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

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

This div background color is #61AF5C.


Border color

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

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

This div border color is #61AF5C.


Opacity

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

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

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

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

This text has shadow with #61AF5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61AF5C on black background.


Color preview on white background

This text has color #61AF5C on white background.



Black color preview on #61AF5C background

This text has black color on #61AF5C background.


White color preview on #61AF5C background

This text has white color on #61AF5C background.