COLOR #77B06E

HEX: #77B06E
RGB: (119,176,110)

Color info

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

RGB color model

#77B06E color RGB value is (119,176,110).

  • red value is 119;
  • green value is 176;
  • blue value is 110.
RGB:
(119,176,110)
(47%,69%,43%)

RGB channels and saturation

R 119 of 255 = 47%
G 176 of 255 = 69%
B 110 of 255 = 43%

119
176
110

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

Portions of RGB colors in percentages

R + G + B =
119 + 176 + 110 = 405 (100%)
R 119 of 405 ~ 29.38%
G 176 of 405 ~ 43.46%
B 110 of 405 ~ 27.16%

%29.38
%43.46
%27.16

CMYK color model

#77B06E color CMYK value is (32,0,38,31).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 30.98%
CMYK:
(32,0,38,31)
C32M0Y38K31 
(32%,0%,38%,31%)
(0.32/0.00/0.38/0.31)	

CMYK percentages

%32.39
%0
%37.5
%30.98

Codes

Color #77B06E in popluar color models

77B06E
RGB119176110
HSL112°29.46%56.08%
HSB/HSV112°37.50%69.02%
CMYK32.39%0.00%37.50%
30.98%

Color #77B06E in popluar number systems.

HEX77B06E
Decimal119176110
Binary1110111101100001101110
Octal167260156

Shades and tints

Shades of #77B06E

#77B06E
(119,176,110)
#6DA064
(109,160,100)
#63905A
(99,144,90)
#598050
(89,128,80)
#4F7046
(79,112,70)
#45603C
(69,96,60)
#3B5032
(59,80,50)
#314028
(49,64,40)
#27301E
(39,48,30)
#1D2014
(29,32,20)
#13100A
(19,16,10)
#000000
(0,0,0)

Tints of #77B06E

#77B06E
(119,176,110)
#83B77B
(131,183,123)
#8FBE88
(143,190,136)
#9BC595
(155,197,149)
#A7CCA2
(167,204,162)
#B3D3AF
(179,211,175)
#BFDABC
(191,218,188)
#CBE1C9
(203,225,201)
#D7E8D6
(215,232,214)
#E3EFE3
(227,239,227)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B06E color. Also use rgb(119,176,110) instead hex code.

Text Font Color

.myTextColor { color: #77B06E; }

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

This text font color is #77B06E.


Background Color

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

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

This div background color is #77B06E.


Border color

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

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

This div border color is #77B06E.


Opacity

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

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

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

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

This text has shadow with #77B06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B06E on black background.


Color preview on white background

This text has color #77B06E on white background.



Black color preview on #77B06E background

This text has black color on #77B06E background.


White color preview on #77B06E background

This text has white color on #77B06E background.