COLOR #77D063

HEX: #77D063
RGB: (119,208,99)

Color info

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

RGB color model

#77D063 color RGB value is (119,208,99).

  • red value is 119;
  • green value is 208;
  • blue value is 99.
RGB:
(119,208,99)
(47%,82%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 208 of 255 = 82%
B 99 of 255 = 39%

119
208
99

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

Portions of RGB colors in percentages

R + G + B =
119 + 208 + 99 = 426 (100%)
R 119 of 426 ~ 27.93%
G 208 of 426 ~ 48.83%
B 99 of 426 ~ 23.24%

%27.93
%48.83
%23.24

CMYK color model

#77D063 color CMYK value is (43,0,52,18).

  • cyan value is 42.79%
  • magenta value is 0.00%
  • yellow value is 52.40%
  • key color value is 18.43%
CMYK:
(43,0,52,18)
C43M0Y52K18 
(43%,0%,52%,18%)
(0.43/0.00/0.52/0.18)	

CMYK percentages

%42.79
%0
%52.4
%18.43

Codes

Color #77D063 in popluar color models

77D063
RGB11920899
HSL109°53.69%60.20%
HSB/HSV109°52.40%81.57%
CMYK42.79%0.00%52.40%
18.43%

Color #77D063 in popluar number systems.

HEX77D063
Decimal11920899
Binary1110111110100001100011
Octal167320143

Shades and tints

Shades of #77D063

#77D063
(119,208,99)
#6DBE5A
(109,190,90)
#63AC51
(99,172,81)
#599A48
(89,154,72)
#4F883F
(79,136,63)
#457636
(69,118,54)
#3B642D
(59,100,45)
#315224
(49,82,36)
#27401B
(39,64,27)
#1D2E12
(29,46,18)
#131C09
(19,28,9)
#000000
(0,0,0)

Tints of #77D063

#77D063
(119,208,99)
#83D471
(131,212,113)
#8FD87F
(143,216,127)
#9BDC8D
(155,220,141)
#A7E09B
(167,224,155)
#B3E4A9
(179,228,169)
#BFE8B7
(191,232,183)
#CBECC5
(203,236,197)
#D7F0D3
(215,240,211)
#E3F4E1
(227,244,225)
#EFF8EF
(239,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D063 color. Also use rgb(119,208,99) instead hex code.

Text Font Color

.myTextColor { color: #77D063; }

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

This text font color is #77D063.


Background Color

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

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

This div background color is #77D063.


Border color

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

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

This div border color is #77D063.


Opacity

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

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

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

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

This text has shadow with #77D063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D063 on black background.


Color preview on white background

This text has color #77D063 on white background.



Black color preview on #77D063 background

This text has black color on #77D063 background.


White color preview on #77D063 background

This text has white color on #77D063 background.