COLOR #77DD6A

HEX: #77DD6A RGB: (119,221,106)

Color info

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

RGB color model

#77DD6A color RGB value is (119,221,106).

RGB: (119,221,106) (47%, 87%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 221 of 255 = 87%
B 106 of 255 = 42%

119
221
106

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

Portions of RGB colors in percentages

R + G + B = 119 + 221 + 106 = 446 (100%)
R 119 of 446 ~ 26.68%
G 221 of 446 ~ 49.55%
B 106 of 446 ~ 23.77'%

%26.68
%49.55
%23.77

CMYK color model

#77DD6A color CMYK value is (46,0,52,13).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 52.04%
  • key color value is 13.33%

CMYK: (46,0,52,13)
C46M0Y52K13 (46%, 0%, 52%, 13%)
(0.46 / 0.00 / 0.52 / 0.13)

CMYK percentages

%46.15
%0
%52.04
%13.33

Codes

Color #77DD6A in popluar color models

77 DD 6A
RGB 119 221 106
HSL 113° 62.84% 64.12%
HSB/HSV 113° 52.04% 86.67%
CMYK 46.15% 0.00% 52.04%
13.33%

Color #77DD6A in popluar number systems.

HEX 77 DD 6A
Decimal 119 221 106
Binary 1110111 11011101 1101010
Octal 167 335 152

Shades and tints

Shades of #77DD6A

#77DD6A
(119,221,106)
#6DC961
(109,201,97)
#63B558
(99,181,88)
#59A14F
(89,161,79)
#4F8D46
(79,141,70)
#45793D
(69,121,61)
#3B6534
(59,101,52)
#31512B
(49,81,43)
#273D22
(39,61,34)
#1D2919
(29,41,25)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #77DD6A

#77DD6A
(119,221,106)
#83E077
(131,224,119)
#8FE384
(143,227,132)
#9BE691
(155,230,145)
#A7E99E
(167,233,158)
#B3ECAB
(179,236,171)
#BFEFB8
(191,239,184)
#CBF2C5
(203,242,197)
#D7F5D2
(215,245,210)
#E3F8DF
(227,248,223)
#EFFBEC
(239,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77DD6A color. Also use rgb(119,221,106) instead hex code.

Text Font Color

.myTextColor { color: #77DD6A; }

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

This text font color is #77DD6A.

Background Color

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

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

This div background color is #77DD6A.

Border color

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

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

This div border color is #77DD6A.

Opacity

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

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

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

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

This text has shadow with #77DD6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77DD6A.

Preview

Color preview on black background

This text has color #77DD6A on black background.


Color preview on white background

This text has color #77DD6A on white background.


Black color preview on #77DD6A background

This text has black color on #77DD6A background.


White color preview on #77DD6A background

This text has white color on #77DD6A background.


Related colors

Complementary color

Complementary color for #hex is #882295.


I love getcolorcode.com

Triadic colors

1 #6A77DD and #DD6A77 with #77DD6A are triadic colors.

2 #6ADD77 and #DD776A with #77DD6A are triadic colors.