COLOR #77B145

HEX: #77B145 RGB: (119,177,69)

Color info

#77B145 contains mainly red and green colors. Web safe color of #77B145 is #669933 (or #693).

RGB color model

#77B145 color RGB value is (119,177,69).

RGB: (119,177,69) (47%, 69%, 27%)

RGB channels and saturation

R 119 of 255 = 47%
G 177 of 255 = 69%
B 69 of 255 = 27%

119
177
69

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

Portions of RGB colors in percentages

R + G + B = 119 + 177 + 69 = 365 (100%)
R 119 of 365 ~ 32.6%
G 177 of 365 ~ 48.49%
B 69 of 365 ~ 18.9'%

%32.6
%48.49
%18.9

CMYK color model

#77B145 color CMYK value is (33,0,61,31).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 61.02%
  • key color value is 30.59%

CMYK: (33,0,61,31)
C33M0Y61K31 (33%, 0%, 61%, 31%)
(0.33 / 0.00 / 0.61 / 0.31)

CMYK percentages

%32.77
%0
%61.02
%30.59

Codes

Color #77B145 in popluar color models

77 B1 45
RGB 119 177 69
HSL 92° 43.90% 48.24%
HSB/HSV 92° 61.02% 69.41%
CMYK 32.77% 0.00% 61.02%
30.59%

Color #77B145 in popluar number systems.

HEX 77 B1 45
Decimal 119 177 69
Binary 1110111 10110001 1000101
Octal 167 261 105

Shades and tints

Shades of #77B145

#77B145
(119,177,69)
#6DA13F
(109,161,63)
#639139
(99,145,57)
#598133
(89,129,51)
#4F712D
(79,113,45)
#456127
(69,97,39)
#3B5121
(59,81,33)
#31411B
(49,65,27)
#273115
(39,49,21)
#1D210F
(29,33,15)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #77B145

#77B145
(119,177,69)
#83B855
(131,184,85)
#8FBF65
(143,191,101)
#9BC675
(155,198,117)
#A7CD85
(167,205,133)
#B3D495
(179,212,149)
#BFDBA5
(191,219,165)
#CBE2B5
(203,226,181)
#D7E9C5
(215,233,197)
#E3F0D5
(227,240,213)
#EFF7E5
(239,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77B145; }

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

This text font color is #77B145.

Background Color

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

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

This div background color is #77B145.

Border color

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

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

This div border color is #77B145.

Opacity

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

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

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

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

This text has shadow with #77B145 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77B145.

Preview

Color preview on black background

This text has color #77B145 on black background.


Color preview on white background

This text has color #77B145 on white background.


Black color preview on #77B145 background

This text has black color on #77B145 background.


White color preview on #77B145 background

This text has white color on #77B145 background.


Related colors

Complementary color

Complementary color for #hex is #884EBA.


I love getcolorcode.com

Triadic colors

1 #4577B1 and #B14577 with #77B145 are triadic colors.

2 #45B177 and #B17745 with #77B145 are triadic colors.