COLOR #77EC06

HEX: #77EC06
RGB: (119,236,6)

Color info

#77EC06 contains mainly green color. Web safe color of #77EC06 is #66FF00 (or #6F0).

RGB color model

#77EC06 color RGB value is (119,236,6).

  • red value is 119;
  • green value is 236;
  • blue value is 6.
RGB:
(119,236,6)
(47%,93%,2%)

RGB channels and saturation

R 119 of 255 = 47%
G 236 of 255 = 93%
B 6 of 255 = 2%

119
236
6

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

Portions of RGB colors in percentages

R + G + B =
119 + 236 + 6 = 361 (100%)
R 119 of 361 ~ 32.96%
G 236 of 361 ~ 65.37%
B 6 of 361 ~ 1.66%

%32.96
%65.37

CMYK color model

#77EC06 color CMYK value is (50,0,97,7).

  • cyan value is 49.58%
  • magenta value is 0.00%
  • yellow value is 97.46%
  • key color value is 7.45%
CMYK:
(50,0,97,7)
C50M0Y97K7 
(50%,0%,97%,7%)
(0.50/0.00/0.97/0.07)	

CMYK percentages

%49.58
%0
%97.46
%7.45

Codes

Color #77EC06 in popluar color models

77EC06
RGB1192366
HSL91°95.04%47.45%
HSB/HSV91°97.46%92.55%
CMYK49.58%0.00%97.46%
7.45%

Color #77EC06 in popluar number systems.

HEX77EC06
Decimal1192366
Binary111011111101100110
Octal1673546

Shades and tints

Shades of #77EC06

#77EC06
(119,236,6)
#6DD706
(109,215,6)
#63C206
(99,194,6)
#59AD06
(89,173,6)
#4F9806
(79,152,6)
#458306
(69,131,6)
#3B6E06
(59,110,6)
#315906
(49,89,6)
#274406
(39,68,6)
#1D2F06
(29,47,6)
#131A06
(19,26,6)
#000000
(0,0,0)

Tints of #77EC06

#77EC06
(119,236,6)
#83ED1C
(131,237,28)
#8FEE32
(143,238,50)
#9BEF48
(155,239,72)
#A7F05E
(167,240,94)
#B3F174
(179,241,116)
#BFF28A
(191,242,138)
#CBF3A0
(203,243,160)
#D7F4B6
(215,244,182)
#E3F5CC
(227,245,204)
#EFF6E2
(239,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77EC06 color. Also use rgb(119,236,6) instead hex code.

Text Font Color

.myTextColor { color: #77EC06; }

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

This text font color is #77EC06.


Background Color

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

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

This div background color is #77EC06.


Border color

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

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

This div border color is #77EC06.


Opacity

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

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

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

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

This text has shadow with #77EC06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77EC06 on black background.


Color preview on white background

This text has color #77EC06 on white background.



Black color preview on #77EC06 background

This text has black color on #77EC06 background.


White color preview on #77EC06 background

This text has white color on #77EC06 background.