COLOR #61AF72

HEX: #61AF72 RGB: (97,175,114)

Color info

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

RGB color model

#61AF72 color RGB value is (97,175,114).

RGB: (97,175,114) (38%, 69%, 45%)

RGB channels and saturation

R 97 of 255 = 38%
G 175 of 255 = 69%
B 114 of 255 = 45%

97
175
114

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

Portions of RGB colors in percentages

R + G + B = 97 + 175 + 114 = 386 (100%)
R 97 of 386 ~ 25.13%
G 175 of 386 ~ 45.34%
B 114 of 386 ~ 29.53'%

%25.13
%45.34
%29.53

CMYK color model

#61AF72 color CMYK value is (45,0,35,31).

  • cyan value is 44.57%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 31.37%

CMYK: (45,0,35,31)
C45M0Y35K31 (45%, 0%, 35%, 31%)
(0.45 / 0.00 / 0.35 / 0.31)

CMYK percentages

%44.57
%0
%34.86
%31.37

Codes

Color #61AF72 in popluar color models

61 AF 72
RGB 97 175 114
HSL 133° 32.77% 53.33%
HSB/HSV 133° 44.57% 68.63%
CMYK 44.57% 0.00% 34.86%
31.37%

Color #61AF72 in popluar number systems.

HEX 61 AF 72
Decimal 97 175 114
Binary 1100001 10101111 1110010
Octal 141 257 162

Shades and tints

Shades of #61AF72

#61AF72
(97,175,114)
#59A068
(89,160,104)
#51915E
(81,145,94)
#498254
(73,130,84)
#41734A
(65,115,74)
#396440
(57,100,64)
#315536
(49,85,54)
#29462C
(41,70,44)
#213722
(33,55,34)
#192818
(25,40,24)
#11190E
(17,25,14)
#000000
(0,0,0)

Tints of #61AF72

#61AF72
(97,175,114)
#6FB67E
(111,182,126)
#7DBD8A
(125,189,138)
#8BC496
(139,196,150)
#99CBA2
(153,203,162)
#A7D2AE
(167,210,174)
#B5D9BA
(181,217,186)
#C3E0C6
(195,224,198)
#D1E7D2
(209,231,210)
#DFEEDE
(223,238,222)
#EDF5EA
(237,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #61AF72; }

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

This text font color is #61AF72.

Background Color

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

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

This div background color is #61AF72.

Border color

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

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

This div border color is #61AF72.

Opacity

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

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

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

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

This text has shadow with #61AF72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61AF72.

Preview

Color preview on black background

This text has color #61AF72 on black background.


Color preview on white background

This text has color #61AF72 on white background.


Black color preview on #61AF72 background

This text has black color on #61AF72 background.


White color preview on #61AF72 background

This text has white color on #61AF72 background.


Related colors

Complementary color

Complementary color for #hex is #9E508D.


I love getcolorcode.com

Triadic colors

1 #7261AF and #AF7261 with #61AF72 are triadic colors.

2 #72AF61 and #AF6172 with #61AF72 are triadic colors.