COLOR #77C165

HEX: #77C165 RGB: (119,193,101)

Color info

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

RGB color model

#77C165 color RGB value is (119,193,101).

RGB: (119,193,101) (47%, 76%, 40%)

RGB channels and saturation

R 119 of 255 = 47%
G 193 of 255 = 76%
B 101 of 255 = 40%

119
193
101

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

Portions of RGB colors in percentages

R + G + B = 119 + 193 + 101 = 413 (100%)
R 119 of 413 ~ 28.81%
G 193 of 413 ~ 46.73%
B 101 of 413 ~ 24.46'%

%28.81
%46.73
%24.46

CMYK color model

#77C165 color CMYK value is (38,0,48,24).

  • cyan value is 38.34%
  • magenta value is 0.00%
  • yellow value is 47.67%
  • key color value is 24.31%

CMYK: (38,0,48,24)
C38M0Y48K24 (38%, 0%, 48%, 24%)
(0.38 / 0.00 / 0.48 / 0.24)

CMYK percentages

%38.34
%0
%47.67
%24.31

Codes

Color #77C165 in popluar color models

77 C1 65
RGB 119 193 101
HSL 108° 42.59% 57.65%
HSB/HSV 108° 47.67% 75.69%
CMYK 38.34% 0.00% 47.67%
24.31%

Color #77C165 in popluar number systems.

HEX 77 C1 65
Decimal 119 193 101
Binary 1110111 11000001 1100101
Octal 167 301 145

Shades and tints

Shades of #77C165

#77C165
(119,193,101)
#6DB05C
(109,176,92)
#639F53
(99,159,83)
#598E4A
(89,142,74)
#4F7D41
(79,125,65)
#456C38
(69,108,56)
#3B5B2F
(59,91,47)
#314A26
(49,74,38)
#27391D
(39,57,29)
#1D2814
(29,40,20)
#13170B
(19,23,11)
#000000
(0,0,0)

Tints of #77C165

#77C165
(119,193,101)
#83C673
(131,198,115)
#8FCB81
(143,203,129)
#9BD08F
(155,208,143)
#A7D59D
(167,213,157)
#B3DAAB
(179,218,171)
#BFDFB9
(191,223,185)
#CBE4C7
(203,228,199)
#D7E9D5
(215,233,213)
#E3EEE3
(227,238,227)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77C165; }

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

This text font color is #77C165.

Background Color

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

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

This div background color is #77C165.

Border color

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

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

This div border color is #77C165.

Opacity

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

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

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

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

This text has shadow with #77C165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77C165.

Preview

Color preview on black background

This text has color #77C165 on black background.


Color preview on white background

This text has color #77C165 on white background.


Black color preview on #77C165 background

This text has black color on #77C165 background.


White color preview on #77C165 background

This text has white color on #77C165 background.


Related colors

Complementary color

Complementary color for #hex is #883E9A.


I love getcolorcode.com

Triadic colors

1 #6577C1 and #C16577 with #77C165 are triadic colors.

2 #65C177 and #C17765 with #77C165 are triadic colors.