COLOR #77AC3B

HEX: #77AC3B RGB: (119,172,59)

Color info

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

RGB color model

#77AC3B color RGB value is (119,172,59).

RGB: (119,172,59) (47%, 67%, 23%)

RGB channels and saturation

R 119 of 255 = 47%
G 172 of 255 = 67%
B 59 of 255 = 23%

119
172
59

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

Portions of RGB colors in percentages

R + G + B = 119 + 172 + 59 = 350 (100%)
R 119 of 350 ~ 34%
G 172 of 350 ~ 49.14%
B 59 of 350 ~ 16.86'%

%34
%49.14
%16.86

CMYK color model

#77AC3B color CMYK value is (31,0,66,33).

  • cyan value is 30.81%
  • magenta value is 0.00%
  • yellow value is 65.70%
  • key color value is 32.55%

CMYK: (31,0,66,33)
C31M0Y66K33 (31%, 0%, 66%, 33%)
(0.31 / 0.00 / 0.66 / 0.33)

CMYK percentages

%30.81
%0
%65.7
%32.55

Codes

Color #77AC3B in popluar color models

77 AC 3B
RGB 119 172 59
HSL 88° 48.92% 45.29%
HSB/HSV 88° 65.70% 67.45%
CMYK 30.81% 0.00% 65.70%
32.55%

Color #77AC3B in popluar number systems.

HEX 77 AC 3B
Decimal 119 172 59
Binary 1110111 10101100 111011
Octal 167 254 73

Shades and tints

Shades of #77AC3B

#77AC3B
(119,172,59)
#6D9D36
(109,157,54)
#638E31
(99,142,49)
#597F2C
(89,127,44)
#4F7027
(79,112,39)
#456122
(69,97,34)
#3B521D
(59,82,29)
#314318
(49,67,24)
#273413
(39,52,19)
#1D250E
(29,37,14)
#131609
(19,22,9)
#000000
(0,0,0)

Tints of #77AC3B

#77AC3B
(119,172,59)
#83B34C
(131,179,76)
#8FBA5D
(143,186,93)
#9BC16E
(155,193,110)
#A7C87F
(167,200,127)
#B3CF90
(179,207,144)
#BFD6A1
(191,214,161)
#CBDDB2
(203,221,178)
#D7E4C3
(215,228,195)
#E3EBD4
(227,235,212)
#EFF2E5
(239,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AC3B color. Also use rgb(119,172,59) instead hex code.

Text Font Color

.myTextColor { color: #77AC3B; }

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

This text font color is #77AC3B.

Background Color

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

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

This div background color is #77AC3B.

Border color

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

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

This div border color is #77AC3B.

Opacity

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

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

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

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

This text has shadow with #77AC3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77AC3B.

Preview

Color preview on black background

This text has color #77AC3B on black background.


Color preview on white background

This text has color #77AC3B on white background.


Black color preview on #77AC3B background

This text has black color on #77AC3B background.


White color preview on #77AC3B background

This text has white color on #77AC3B background.


Related colors

Complementary color

Complementary color for #hex is #8853C4.


I love getcolorcode.com

Triadic colors

1 #3B77AC and #AC3B77 with #77AC3B are triadic colors.

2 #3BAC77 and #AC773B with #77AC3B are triadic colors.