COLOR #77C138

HEX: #77C138
RGB: (119,193,56)

Color info

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

RGB color model

#77C138 color RGB value is (119,193,56).

  • red value is 119;
  • green value is 193;
  • blue value is 56.
RGB:
(119,193,56)
(47%,76%,22%)

RGB channels and saturation

R 119 of 255 = 47%
G 193 of 255 = 76%
B 56 of 255 = 22%

119
193
56

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

Portions of RGB colors in percentages

R + G + B =
119 + 193 + 56 = 368 (100%)
R 119 of 368 ~ 32.34%
G 193 of 368 ~ 52.45%
B 56 of 368 ~ 15.22%

%32.34
%52.45
%15.22

CMYK color model

#77C138 color CMYK value is (38,0,71,24).

  • cyan value is 38.34%
  • magenta value is 0.00%
  • yellow value is 70.98%
  • key color value is 24.31%
CMYK:
(38,0,71,24)
C38M0Y71K24 
(38%,0%,71%,24%)
(0.38/0.00/0.71/0.24)	

CMYK percentages

%38.34
%0
%70.98
%24.31

Codes

Color #77C138 in popluar color models

77C138
RGB11919356
HSL92°55.02%48.82%
HSB/HSV92°70.98%75.69%
CMYK38.34%0.00%70.98%
24.31%

Color #77C138 in popluar number systems.

HEX77C138
Decimal11919356
Binary111011111000001111000
Octal16730170

Shades and tints

Shades of #77C138

#77C138
(119,193,56)
#6DB033
(109,176,51)
#639F2E
(99,159,46)
#598E29
(89,142,41)
#4F7D24
(79,125,36)
#456C1F
(69,108,31)
#3B5B1A
(59,91,26)
#314A15
(49,74,21)
#273910
(39,57,16)
#1D280B
(29,40,11)
#131706
(19,23,6)
#000000
(0,0,0)

Tints of #77C138

#77C138
(119,193,56)
#83C64A
(131,198,74)
#8FCB5C
(143,203,92)
#9BD06E
(155,208,110)
#A7D580
(167,213,128)
#B3DA92
(179,218,146)
#BFDFA4
(191,223,164)
#CBE4B6
(203,228,182)
#D7E9C8
(215,233,200)
#E3EEDA
(227,238,218)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C138 color. Also use rgb(119,193,56) instead hex code.

Text Font Color

.myTextColor { color: #77C138; }

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

This text font color is #77C138.


Background Color

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

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

This div background color is #77C138.


Border color

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

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

This div border color is #77C138.


Opacity

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

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

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

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

This text has shadow with #77C138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C138 on black background.


Color preview on white background

This text has color #77C138 on white background.



Black color preview on #77C138 background

This text has black color on #77C138 background.


White color preview on #77C138 background

This text has white color on #77C138 background.