COLOR #77BF70

HEX: #77BF70 RGB: (119,191,112)

Color info

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

RGB color model

#77BF70 color RGB value is (119,191,112).

RGB: (119,191,112) (47%, 75%, 44%)

RGB channels and saturation

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

119
191
112

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

Portions of RGB colors in percentages

R + G + B = 119 + 191 + 112 = 422 (100%)
R 119 of 422 ~ 28.2%
G 191 of 422 ~ 45.26%
B 112 of 422 ~ 26.54'%

%28.2
%45.26
%26.54

CMYK color model

#77BF70 color CMYK value is (38,0,41,25).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 41.36%
  • key color value is 25.10%

CMYK: (38,0,41,25)
C38M0Y41K25 (38%, 0%, 41%, 25%)
(0.38 / 0.00 / 0.41 / 0.25)

CMYK percentages

%37.7
%0
%41.36
%25.1

Codes

Color #77BF70 in popluar color models

77 BF 70
RGB 119 191 112
HSL 115° 38.16% 59.41%
HSB/HSV 115° 41.36% 74.90%
CMYK 37.70% 0.00% 41.36%
25.10%

Color #77BF70 in popluar number systems.

HEX 77 BF 70
Decimal 119 191 112
Binary 1110111 10111111 1110000
Octal 167 277 160

Shades and tints

Shades of #77BF70

#77BF70
(119,191,112)
#6DAE66
(109,174,102)
#639D5C
(99,157,92)
#598C52
(89,140,82)
#4F7B48
(79,123,72)
#456A3E
(69,106,62)
#3B5934
(59,89,52)
#31482A
(49,72,42)
#273720
(39,55,32)
#1D2616
(29,38,22)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #77BF70

#77BF70
(119,191,112)
#83C47D
(131,196,125)
#8FC98A
(143,201,138)
#9BCE97
(155,206,151)
#A7D3A4
(167,211,164)
#B3D8B1
(179,216,177)
#BFDDBE
(191,221,190)
#CBE2CB
(203,226,203)
#D7E7D8
(215,231,216)
#E3ECE5
(227,236,229)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77BF70; }

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

This text font color is #77BF70.

Background Color

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

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

This div background color is #77BF70.

Border color

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

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

This div border color is #77BF70.

Opacity

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

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

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

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

This text has shadow with #77BF70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77BF70.

Preview

Color preview on black background

This text has color #77BF70 on black background.


Color preview on white background

This text has color #77BF70 on white background.


Black color preview on #77BF70 background

This text has black color on #77BF70 background.


White color preview on #77BF70 background

This text has white color on #77BF70 background.


Related colors

Complementary color

Complementary color for #hex is #88408F.


I love getcolorcode.com

Triadic colors

1 #7077BF and #BF7077 with #77BF70 are triadic colors.

2 #70BF77 and #BF7770 with #77BF70 are triadic colors.