COLOR #77B371

HEX: #77B371
RGB: (119,179,113)

Color info

#77B371 contains mainly green color. Web safe color of #77B371 is #669966 (or #696).

RGB color model

#77B371 color RGB value is (119,179,113).

  • red value is 119;
  • green value is 179;
  • blue value is 113.
RGB:
(119,179,113)
(47%,70%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 179 of 255 = 70%
B 113 of 255 = 44%

119
179
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 179 + 113 = 411 (100%)
R 119 of 411 ~ 28.95%
G 179 of 411 ~ 43.55%
B 113 of 411 ~ 27.49%

%28.95
%43.55
%27.49

CMYK color model

#77B371 color CMYK value is (34,0,37,30).

  • cyan value is 33.52%
  • magenta value is 0.00%
  • yellow value is 36.87%
  • key color value is 29.80%
CMYK:
(34,0,37,30)
C34M0Y37K30 
(34%,0%,37%,30%)
(0.34/0.00/0.37/0.30)	

CMYK percentages

%33.52
%0
%36.87
%29.8

Codes

Color #77B371 in popluar color models

77B371
RGB119179113
HSL115°30.28%57.25%
HSB/HSV115°36.87%70.20%
CMYK33.52%0.00%36.87%
29.80%

Color #77B371 in popluar number systems.

HEX77B371
Decimal119179113
Binary1110111101100111110001
Octal167263161

Shades and tints

Shades of #77B371

#77B371
(119,179,113)
#6DA367
(109,163,103)
#63935D
(99,147,93)
#598353
(89,131,83)
#4F7349
(79,115,73)
#45633F
(69,99,63)
#3B5335
(59,83,53)
#31432B
(49,67,43)
#273321
(39,51,33)
#1D2317
(29,35,23)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #77B371

#77B371
(119,179,113)
#83B97D
(131,185,125)
#8FBF89
(143,191,137)
#9BC595
(155,197,149)
#A7CBA1
(167,203,161)
#B3D1AD
(179,209,173)
#BFD7B9
(191,215,185)
#CBDDC5
(203,221,197)
#D7E3D1
(215,227,209)
#E3E9DD
(227,233,221)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B371 color. Also use rgb(119,179,113) instead hex code.

Text Font Color

.myTextColor { color: #77B371; }

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

This text font color is #77B371.


Background Color

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

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

This div background color is #77B371.


Border color

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

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

This div border color is #77B371.


Opacity

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

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

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

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

This text has shadow with #77B371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B371 on black background.


Color preview on white background

This text has color #77B371 on white background.



Black color preview on #77B371 background

This text has black color on #77B371 background.


White color preview on #77B371 background

This text has white color on #77B371 background.