COLOR #77D161

HEX: #77D161 RGB: (119,209,97)

Color info

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

RGB color model

#77D161 color RGB value is (119,209,97).

RGB: (119,209,97) (47%, 82%, 38%)

RGB channels and saturation

R 119 of 255 = 47%
G 209 of 255 = 82%
B 97 of 255 = 38%

119
209
97

R + G + B ~ 56%. #77D161 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 209 + 97 = 425 (100%)
R 119 of 425 ~ 28%
G 209 of 425 ~ 49.18%
B 97 of 425 ~ 22.82'%

%28
%49.18
%22.82

CMYK color model

#77D161 color CMYK value is (43,0,54,18).

  • cyan value is 43.06%
  • magenta value is 0.00%
  • yellow value is 53.59%
  • key color value is 18.04%

CMYK: (43,0,54,18)
C43M0Y54K18 (43%, 0%, 54%, 18%)
(0.43 / 0.00 / 0.54 / 0.18)

CMYK percentages

%43.06
%0
%53.59
%18.04

Codes

Color #77D161 in popluar color models

77 D1 61
RGB 119 209 97
HSL 108° 54.90% 60.00%
HSB/HSV 108° 53.59% 81.96%
CMYK 43.06% 0.00% 53.59%
18.04%

Color #77D161 in popluar number systems.

HEX 77 D1 61
Decimal 119 209 97
Binary 1110111 11010001 1100001
Octal 167 321 141

Shades and tints

Shades of #77D161

#77D161
(119,209,97)
#6DBE59
(109,190,89)
#63AB51
(99,171,81)
#599849
(89,152,73)
#4F8541
(79,133,65)
#457239
(69,114,57)
#3B5F31
(59,95,49)
#314C29
(49,76,41)
#273921
(39,57,33)
#1D2619
(29,38,25)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #77D161

#77D161
(119,209,97)
#83D56F
(131,213,111)
#8FD97D
(143,217,125)
#9BDD8B
(155,221,139)
#A7E199
(167,225,153)
#B3E5A7
(179,229,167)
#BFE9B5
(191,233,181)
#CBEDC3
(203,237,195)
#D7F1D1
(215,241,209)
#E3F5DF
(227,245,223)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D161 color. Also use rgb(119,209,97) instead hex code.

Text Font Color

.myTextColor { color: #77D161; }

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

This text font color is #77D161.

Background Color

.myBgColor { background-color: #77D161; }

<div style="background-color:#77D161">Inner text</div>

This div background color is #77D161.

Border color

.myBorderColor { border: 1px solid #77D161; }

<div style="border:3px solid #77D161">Div</div>

This div border color is #77D161.

Opacity

.myOpacity80 { color: #77D161; opacity: 0.8; }

<p style="color:#77D161;opacity:0.8;">80%</p>

Text with #77D161 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 #77D161;}

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

This text has shadow with #77D161 color.


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

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

This text has shadow with #77D161 primary color and red secondary color.


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

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

This text has shadow with #77D161 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77D161.

Preview

Color preview on black background

This text has color #77D161 on black background.


Color preview on white background

This text has color #77D161 on white background.


Black color preview on #77D161 background

This text has black color on #77D161 background.


White color preview on #77D161 background

This text has white color on #77D161 background.


Related colors

Complementary color

Complementary color for #hex is #882E9E.


I love getcolorcode.com

Triadic colors

1 #6177D1 and #D16177 with #77D161 are triadic colors.

2 #61D177 and #D17761 with #77D161 are triadic colors.