COLOR #77BE70

HEX: #77BE70
RGB: (119,190,112)

Color info

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

RGB color model

#77BE70 color RGB value is (119,190,112).

  • red value is 119;
  • green value is 190;
  • blue value is 112.
RGB:
(119,190,112)
(47%,75%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 190 of 255 = 75%
B 112 of 255 = 44%

119
190
112

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

Portions of RGB colors in percentages

R + G + B =
119 + 190 + 112 = 421 (100%)
R 119 of 421 ~ 28.27%
G 190 of 421 ~ 45.13%
B 112 of 421 ~ 26.6%

%28.27
%45.13
%26.6

CMYK color model

#77BE70 color CMYK value is (37,0,41,25).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 41.05%
  • key color value is 25.49%
CMYK:
(37,0,41,25)
C37M0Y41K25 
(37%,0%,41%,25%)
(0.37/0.00/0.41/0.25)	

CMYK percentages

%37.37
%0
%41.05
%25.49

Codes

Color #77BE70 in popluar color models

77BE70
RGB119190112
HSL115°37.50%59.22%
HSB/HSV115°41.05%74.51%
CMYK37.37%0.00%41.05%
25.49%

Color #77BE70 in popluar number systems.

HEX77BE70
Decimal119190112
Binary1110111101111101110000
Octal167276160

Shades and tints

Shades of #77BE70

#77BE70
(119,190,112)
#6DAD66
(109,173,102)
#639C5C
(99,156,92)
#598B52
(89,139,82)
#4F7A48
(79,122,72)
#45693E
(69,105,62)
#3B5834
(59,88,52)
#31472A
(49,71,42)
#273620
(39,54,32)
#1D2516
(29,37,22)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #77BE70

#77BE70
(119,190,112)
#83C37D
(131,195,125)
#8FC88A
(143,200,138)
#9BCD97
(155,205,151)
#A7D2A4
(167,210,164)
#B3D7B1
(179,215,177)
#BFDCBE
(191,220,190)
#CBE1CB
(203,225,203)
#D7E6D8
(215,230,216)
#E3EBE5
(227,235,229)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BE70 color. Also use rgb(119,190,112) instead hex code.

Text Font Color

.myTextColor { color: #77BE70; }

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

This text font color is #77BE70.


Background Color

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

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

This div background color is #77BE70.


Border color

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

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

This div border color is #77BE70.


Opacity

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

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

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

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

This text has shadow with #77BE70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77BE70 on black background.


Color preview on white background

This text has color #77BE70 on white background.



Black color preview on #77BE70 background

This text has black color on #77BE70 background.


White color preview on #77BE70 background

This text has white color on #77BE70 background.