COLOR #77B160

HEX: #77B160
RGB: (119,177,96)

Color info

#77B160 contains mainly red and green colors. Web safe color of #77B160 is #669966 (or #696).

RGB color model

#77B160 color RGB value is (119,177,96).

  • red value is 119;
  • green value is 177;
  • blue value is 96.
RGB:
(119,177,96)
(47%,69%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 177 of 255 = 69%
B 96 of 255 = 38%

119
177
96

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

Portions of RGB colors in percentages

R + G + B =
119 + 177 + 96 = 392 (100%)
R 119 of 392 ~ 30.36%
G 177 of 392 ~ 45.15%
B 96 of 392 ~ 24.49%

%30.36
%45.15
%24.49

CMYK color model

#77B160 color CMYK value is (33,0,46,31).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 45.76%
  • key color value is 30.59%
CMYK:
(33,0,46,31)
C33M0Y46K31 
(33%,0%,46%,31%)
(0.33/0.00/0.46/0.31)	

CMYK percentages

%32.77
%0
%45.76
%30.59

Codes

Color #77B160 in popluar color models

77B160
RGB11917796
HSL103°34.18%53.53%
HSB/HSV103°45.76%69.41%
CMYK32.77%0.00%45.76%
30.59%

Color #77B160 in popluar number systems.

HEX77B160
Decimal11917796
Binary1110111101100011100000
Octal167261140

Shades and tints

Shades of #77B160

#77B160
(119,177,96)
#6DA158
(109,161,88)
#639150
(99,145,80)
#598148
(89,129,72)
#4F7140
(79,113,64)
#456138
(69,97,56)
#3B5130
(59,81,48)
#314128
(49,65,40)
#273120
(39,49,32)
#1D2118
(29,33,24)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #77B160

#77B160
(119,177,96)
#83B86E
(131,184,110)
#8FBF7C
(143,191,124)
#9BC68A
(155,198,138)
#A7CD98
(167,205,152)
#B3D4A6
(179,212,166)
#BFDBB4
(191,219,180)
#CBE2C2
(203,226,194)
#D7E9D0
(215,233,208)
#E3F0DE
(227,240,222)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B160 color. Also use rgb(119,177,96) instead hex code.

Text Font Color

.myTextColor { color: #77B160; }

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

This text font color is #77B160.


Background Color

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

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

This div background color is #77B160.


Border color

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

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

This div border color is #77B160.


Opacity

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

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

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

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

This text has shadow with #77B160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B160 on black background.


Color preview on white background

This text has color #77B160 on white background.



Black color preview on #77B160 background

This text has black color on #77B160 background.


White color preview on #77B160 background

This text has white color on #77B160 background.