COLOR #61B775

HEX: #61B775 RGB: (97,183,117)

Color info

#61B775 contains mainly green color. Web safe color of #61B775 is #66CC66 (or #6C6).

RGB color model

#61B775 color RGB value is (97,183,117).

RGB: (97,183,117) (38%, 72%, 46%)

RGB channels and saturation

R 97 of 255 = 38%
G 183 of 255 = 72%
B 117 of 255 = 46%

97
183
117

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

Portions of RGB colors in percentages

R + G + B = 97 + 183 + 117 = 397 (100%)
R 97 of 397 ~ 24.43%
G 183 of 397 ~ 46.1%
B 117 of 397 ~ 29.47'%

%24.43
%46.1
%29.47

CMYK color model

#61B775 color CMYK value is (47,0,36,28).

  • cyan value is 46.99%
  • magenta value is 0.00%
  • yellow value is 36.07%
  • key color value is 28.24%

CMYK: (47,0,36,28)
C47M0Y36K28 (47%, 0%, 36%, 28%)
(0.47 / 0.00 / 0.36 / 0.28)

CMYK percentages

%46.99
%0
%36.07
%28.24

Codes

Color #61B775 in popluar color models

61 B7 75
RGB 97 183 117
HSL 134° 37.39% 54.90%
HSB/HSV 134° 46.99% 71.76%
CMYK 46.99% 0.00% 36.07%
28.24%

Color #61B775 in popluar number systems.

HEX 61 B7 75
Decimal 97 183 117
Binary 1100001 10110111 1110101
Octal 141 267 165

Shades and tints

Shades of #61B775

#61B775
(97,183,117)
#59A76B
(89,167,107)
#519761
(81,151,97)
#498757
(73,135,87)
#41774D
(65,119,77)
#396743
(57,103,67)
#315739
(49,87,57)
#29472F
(41,71,47)
#213725
(33,55,37)
#19271B
(25,39,27)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #61B775

#61B775
(97,183,117)
#6FBD81
(111,189,129)
#7DC38D
(125,195,141)
#8BC999
(139,201,153)
#99CFA5
(153,207,165)
#A7D5B1
(167,213,177)
#B5DBBD
(181,219,189)
#C3E1C9
(195,225,201)
#D1E7D5
(209,231,213)
#DFEDE1
(223,237,225)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61B775 color. Also use rgb(97,183,117) instead hex code.

Text Font Color

.myTextColor { color: #61B775; }

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

This text font color is #61B775.

Background Color

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

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

This div background color is #61B775.

Border color

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

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

This div border color is #61B775.

Opacity

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

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

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

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

This text has shadow with #61B775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #61B775.

Preview

Color preview on black background

This text has color #61B775 on black background.


Color preview on white background

This text has color #61B775 on white background.


Black color preview on #61B775 background

This text has black color on #61B775 background.


White color preview on #61B775 background

This text has white color on #61B775 background.


Related colors

Complementary color

Complementary color for #hex is #9E488A.


I love getcolorcode.com

Triadic colors

1 #7561B7 and #B77561 with #61B775 are triadic colors.

2 #75B761 and #B76175 with #61B775 are triadic colors.