COLOR #77C369

HEX: #77C369 RGB: (119,195,105)

Color info

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

RGB color model

#77C369 color RGB value is (119,195,105).

RGB: (119,195,105) (47%, 76%, 41%)

RGB channels and saturation

R 119 of 255 = 47%
G 195 of 255 = 76%
B 105 of 255 = 41%

119
195
105

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

Portions of RGB colors in percentages

R + G + B = 119 + 195 + 105 = 419 (100%)
R 119 of 419 ~ 28.4%
G 195 of 419 ~ 46.54%
B 105 of 419 ~ 25.06'%

%28.4
%46.54
%25.06

CMYK color model

#77C369 color CMYK value is (39,0,46,24).

  • cyan value is 38.97%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 23.53%
CMYK: (39,0,46,24) C39M0Y46K24 (39%,0%,46%,24%) (0.39/0.00/0.46/0.24) 

CMYK percentages

%38.97
%0
%46.15
%23.53

Codes

Color #77C369 in popluar color models

77 C3 69
RGB 119 195 105
HSL 111° 42.86% 58.82%
HSB/HSV 111° 46.15% 76.47%
CMYK 38.97% 0.00% 46.15%
23.53%

Color #77C369 in popluar number systems.

HEX 77 C3 69
Decimal 119 195 105
Binary 1110111 11000011 1101001
Octal 167 303 151

Shades and tints

Shades of #77C369

#77C369
(119,195,105)
#6DB260
(109,178,96)
#63A157
(99,161,87)
#59904E
(89,144,78)
#4F7F45
(79,127,69)
#456E3C
(69,110,60)
#3B5D33
(59,93,51)
#314C2A
(49,76,42)
#273B21
(39,59,33)
#1D2A18
(29,42,24)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #77C369

#77C369
(119,195,105)
#83C876
(131,200,118)
#8FCD83
(143,205,131)
#9BD290
(155,210,144)
#A7D79D
(167,215,157)
#B3DCAA
(179,220,170)
#BFE1B7
(191,225,183)
#CBE6C4
(203,230,196)
#D7EBD1
(215,235,209)
#E3F0DE
(227,240,222)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C369 color. Also use rgb(119,195,105) instead hex code.

Text Font Color

.myTextColor { color: #77C369; }

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

This text font color is #77C369.

Background Color

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

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

This div background color is #77C369.

Border color

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

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

This div border color is #77C369.

Opacity

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

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

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

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

This text has shadow with #77C369 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C369.

Preview

Color preview on black background

This text has color #77C369 on black background.


Color preview on white background

This text has color #77C369 on white background.


Black color preview on #77C369 background

This text has black color on #77C369 background.


White color preview on #77C369 background

This text has white color on #77C369 background.


Related colors

Complementary color

Complementary color for #hex is #883C96.


I love getcolorcode.com

Triadic colors

1 #6977C3 and #C36977 with #77C369 are triadic colors.

2 #69C377 and #C37769 with #77C369 are triadic colors.