COLOR #77DB6A

HEX: #77DB6A RGB: (119,219,106)

Color info

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

RGB color model

#77DB6A color RGB value is (119,219,106).

RGB: (119,219,106) (47%, 86%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 219 of 255 = 86%
B 106 of 255 = 42%

119
219
106

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

Portions of RGB colors in percentages

R + G + B = 119 + 219 + 106 = 444 (100%)
R 119 of 444 ~ 26.8%
G 219 of 444 ~ 49.32%
B 106 of 444 ~ 23.87'%

%26.8
%49.32
%23.87

CMYK color model

#77DB6A color CMYK value is (46,0,52,14).

  • cyan value is 45.66%
  • magenta value is 0.00%
  • yellow value is 51.60%
  • key color value is 14.12%

CMYK: (46,0,52,14)
C46M0Y52K14 (46%, 0%, 52%, 14%)
(0.46 / 0.00 / 0.52 / 0.14)

CMYK percentages

%45.66
%0
%51.6
%14.12

Codes

Color #77DB6A in popluar color models

77 DB 6A
RGB 119 219 106
HSL 113° 61.08% 63.73%
HSB/HSV 113° 51.60% 85.88%
CMYK 45.66% 0.00% 51.60%
14.12%

Color #77DB6A in popluar number systems.

HEX 77 DB 6A
Decimal 119 219 106
Binary 1110111 11011011 1101010
Octal 167 333 152

Shades and tints

Shades of #77DB6A

#77DB6A
(119,219,106)
#6DC861
(109,200,97)
#63B558
(99,181,88)
#59A24F
(89,162,79)
#4F8F46
(79,143,70)
#457C3D
(69,124,61)
#3B6934
(59,105,52)
#31562B
(49,86,43)
#274322
(39,67,34)
#1D3019
(29,48,25)
#131D10
(19,29,16)
#000000
(0,0,0)

Tints of #77DB6A

#77DB6A
(119,219,106)
#83DE77
(131,222,119)
#8FE184
(143,225,132)
#9BE491
(155,228,145)
#A7E79E
(167,231,158)
#B3EAAB
(179,234,171)
#BFEDB8
(191,237,184)
#CBF0C5
(203,240,197)
#D7F3D2
(215,243,210)
#E3F6DF
(227,246,223)
#EFF9EC
(239,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77DB6A; }

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

This text font color is #77DB6A.

Background Color

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

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

This div background color is #77DB6A.

Border color

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

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

This div border color is #77DB6A.

Opacity

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

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

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

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

This text has shadow with #77DB6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77DB6A.

Preview

Color preview on black background

This text has color #77DB6A on black background.


Color preview on white background

This text has color #77DB6A on white background.


Black color preview on #77DB6A background

This text has black color on #77DB6A background.


White color preview on #77DB6A background

This text has white color on #77DB6A background.


Related colors

Complementary color

Complementary color for #hex is #882495.


I love getcolorcode.com

Triadic colors

1 #6A77DB and #DB6A77 with #77DB6A are triadic colors.

2 #6ADB77 and #DB776A with #77DB6A are triadic colors.