COLOR #77D16D

HEX: #77D16D RGB: (119,209,109)

Color info

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

RGB color model

#77D16D color RGB value is (119,209,109).

RGB: (119,209,109) (47%, 82%, 43%)

RGB channels and saturation

R 119 of 255 = 47%
G 209 of 255 = 82%
B 109 of 255 = 43%

119
209
109

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

Portions of RGB colors in percentages

R + G + B = 119 + 209 + 109 = 437 (100%)
R 119 of 437 ~ 27.23%
G 209 of 437 ~ 47.83%
B 109 of 437 ~ 24.94'%

%27.23
%47.83
%24.94

CMYK color model

#77D16D color CMYK value is (43,0,48,18).

  • cyan value is 43.06%
  • magenta value is 0.00%
  • yellow value is 47.85%
  • key color value is 18.04%
CMYK: (43,0,48,18) C43M0Y48K18 (43%,0%,48%,18%) (0.43/0.00/0.48/0.18) 

CMYK percentages

%43.06
%0
%47.85
%18.04

Codes

Color #77D16D in popluar color models

77 D1 6D
RGB 119 209 109
HSL 114° 52.08% 62.35%
HSB/HSV 114° 47.85% 81.96%
CMYK 43.06% 0.00% 47.85%
18.04%

Color #77D16D in popluar number systems.

HEX 77 D1 6D
Decimal 119 209 109
Binary 1110111 11010001 1101101
Octal 167 321 155

Shades and tints

Shades of #77D16D

#77D16D
(119,209,109)
#6DBE64
(109,190,100)
#63AB5B
(99,171,91)
#599852
(89,152,82)
#4F8549
(79,133,73)
#457240
(69,114,64)
#3B5F37
(59,95,55)
#314C2E
(49,76,46)
#273925
(39,57,37)
#1D261C
(29,38,28)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #77D16D

#77D16D
(119,209,109)
#83D57A
(131,213,122)
#8FD987
(143,217,135)
#9BDD94
(155,221,148)
#A7E1A1
(167,225,161)
#B3E5AE
(179,229,174)
#BFE9BB
(191,233,187)
#CBEDC8
(203,237,200)
#D7F1D5
(215,241,213)
#E3F5E2
(227,245,226)
#EFF9EF
(239,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77D16D; }

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

This text font color is #77D16D.

Background Color

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

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

This div background color is #77D16D.

Border color

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

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

This div border color is #77D16D.

Opacity

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

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

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

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

This text has shadow with #77D16D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77D16D.

Preview

Color preview on black background

This text has color #77D16D on black background.


Color preview on white background

This text has color #77D16D on white background.


Black color preview on #77D16D background

This text has black color on #77D16D background.


White color preview on #77D16D background

This text has white color on #77D16D background.


Related colors

Complementary color

Complementary color for #hex is #882E92.


I love getcolorcode.com

Triadic colors

1 #6D77D1 and #D16D77 with #77D16D are triadic colors.

2 #6DD177 and #D1776D with #77D16D are triadic colors.