COLOR #61AB6E

HEX: #61AB6E RGB: (97,171,110)

Color info

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

RGB color model

#61AB6E color RGB value is (97,171,110).

RGB: (97,171,110) (38%, 67%, 43%)

RGB channels and saturation

R 97 of 255 = 38%
G 171 of 255 = 67%
B 110 of 255 = 43%

97
171
110

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

Portions of RGB colors in percentages

R + G + B = 97 + 171 + 110 = 378 (100%)
R 97 of 378 ~ 25.66%
G 171 of 378 ~ 45.24%
B 110 of 378 ~ 29.1'%

%25.66
%45.24
%29.1

CMYK color model

#61AB6E color CMYK value is (43,0,36,33).

  • cyan value is 43.27%
  • magenta value is 0.00%
  • yellow value is 35.67%
  • key color value is 32.94%

CMYK: (43,0,36,33)
C43M0Y36K33 (43%, 0%, 36%, 33%)
(0.43 / 0.00 / 0.36 / 0.33)

CMYK percentages

%43.27
%0
%35.67
%32.94

Codes

Color #61AB6E in popluar color models

61 AB 6E
RGB 97 171 110
HSL 131° 30.58% 52.55%
HSB/HSV 131° 43.27% 67.06%
CMYK 43.27% 0.00% 35.67%
32.94%

Color #61AB6E in popluar number systems.

HEX 61 AB 6E
Decimal 97 171 110
Binary 1100001 10101011 1101110
Octal 141 253 156

Shades and tints

Shades of #61AB6E

#61AB6E
(97,171,110)
#599C64
(89,156,100)
#518D5A
(81,141,90)
#497E50
(73,126,80)
#416F46
(65,111,70)
#39603C
(57,96,60)
#315132
(49,81,50)
#294228
(41,66,40)
#21331E
(33,51,30)
#192414
(25,36,20)
#11150A
(17,21,10)
#000000
(0,0,0)

Tints of #61AB6E

#61AB6E
(97,171,110)
#6FB27B
(111,178,123)
#7DB988
(125,185,136)
#8BC095
(139,192,149)
#99C7A2
(153,199,162)
#A7CEAF
(167,206,175)
#B5D5BC
(181,213,188)
#C3DCC9
(195,220,201)
#D1E3D6
(209,227,214)
#DFEAE3
(223,234,227)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61AB6E color. Also use rgb(97,171,110) instead hex code.

Text Font Color

.myTextColor { color: #61AB6E; }

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

This text font color is #61AB6E.

Background Color

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

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

This div background color is #61AB6E.

Border color

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

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

This div border color is #61AB6E.

Opacity

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

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

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

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

This text has shadow with #61AB6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61AB6E.

Preview

Color preview on black background

This text has color #61AB6E on black background.


Color preview on white background

This text has color #61AB6E on white background.


Black color preview on #61AB6E background

This text has black color on #61AB6E background.


White color preview on #61AB6E background

This text has white color on #61AB6E background.


Related colors

Complementary color

Complementary color for #hex is #9E5491.


I love getcolorcode.com

Triadic colors

1 #6E61AB and #AB6E61 with #61AB6E are triadic colors.

2 #6EAB61 and #AB616E with #61AB6E are triadic colors.