COLOR #77C91F

HEX: #77C91F
RGB: (119,201,31)

Color info

#77C91F contains mainly green color. Web safe color of #77C91F is #66CC33 (or #6C3).

RGB color model

#77C91F color RGB value is (119,201,31).

  • red value is 119;
  • green value is 201;
  • blue value is 31.
RGB:
(119,201,31)
(47%,79%,12%)

RGB channels and saturation

R 119 of 255 = 47%
G 201 of 255 = 79%
B 31 of 255 = 12%

119
201
31

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

Portions of RGB colors in percentages

R + G + B =
119 + 201 + 31 = 351 (100%)
R 119 of 351 ~ 33.9%
G 201 of 351 ~ 57.26%
B 31 of 351 ~ 8.83%

%33.9
%57.26

CMYK color model

#77C91F color CMYK value is (41,0,85,21).

  • cyan value is 40.80%
  • magenta value is 0.00%
  • yellow value is 84.58%
  • key color value is 21.18%
CMYK:
(41,0,85,21)
C41M0Y85K21 
(41%,0%,85%,21%)
(0.41/0.00/0.85/0.21)	

CMYK percentages

%40.8
%0
%84.58
%21.18

Codes

Color #77C91F in popluar color models

77C91F
RGB11920131
HSL89°73.28%45.49%
HSB/HSV89°84.58%78.82%
CMYK40.80%0.00%84.58%
21.18%

Color #77C91F in popluar number systems.

HEX77C91F
Decimal11920131
Binary11101111100100111111
Octal16731137

Shades and tints

Shades of #77C91F

#77C91F
(119,201,31)
#6DB71D
(109,183,29)
#63A51B
(99,165,27)
#599319
(89,147,25)
#4F8117
(79,129,23)
#456F15
(69,111,21)
#3B5D13
(59,93,19)
#314B11
(49,75,17)
#27390F
(39,57,15)
#1D270D
(29,39,13)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #77C91F

#77C91F
(119,201,31)
#83CD33
(131,205,51)
#8FD147
(143,209,71)
#9BD55B
(155,213,91)
#A7D96F
(167,217,111)
#B3DD83
(179,221,131)
#BFE197
(191,225,151)
#CBE5AB
(203,229,171)
#D7E9BF
(215,233,191)
#E3EDD3
(227,237,211)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C91F color. Also use rgb(119,201,31) instead hex code.

Text Font Color

.myTextColor { color: #77C91F; }

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

This text font color is #77C91F.


Background Color

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

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

This div background color is #77C91F.


Border color

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

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

This div border color is #77C91F.


Opacity

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

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

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

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

This text has shadow with #77C91F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C91F on black background.


Color preview on white background

This text has color #77C91F on white background.



Black color preview on #77C91F background

This text has black color on #77C91F background.


White color preview on #77C91F background

This text has white color on #77C91F background.