COLOR #77AA3E

HEX: #77AA3E
RGB: (119,170,62)

Color info

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

RGB color model

#77AA3E color RGB value is (119,170,62).

  • red value is 119;
  • green value is 170;
  • blue value is 62.
RGB:
(119,170,62)
(47%,67%,24%)

RGB channels and saturation

R 119 of 255 = 47%
G 170 of 255 = 67%
B 62 of 255 = 24%

119
170
62

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

Portions of RGB colors in percentages

R + G + B =
119 + 170 + 62 = 351 (100%)
R 119 of 351 ~ 33.9%
G 170 of 351 ~ 48.43%
B 62 of 351 ~ 17.66%

%33.9
%48.43
%17.66

CMYK color model

#77AA3E color CMYK value is (30,0,64,33).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 63.53%
  • key color value is 33.33%
CMYK:
(30,0,64,33)
C30M0Y64K33 
(30%,0%,64%,33%)
(0.30/0.00/0.64/0.33)	

CMYK percentages

%30
%0
%63.53
%33.33

Codes

Color #77AA3E in popluar color models

77AA3E
RGB11917062
HSL88°46.55%45.49%
HSB/HSV88°63.53%66.67%
CMYK30.00%0.00%63.53%
33.33%

Color #77AA3E in popluar number systems.

HEX77AA3E
Decimal11917062
Binary111011110101010111110
Octal16725276

Shades and tints

Shades of #77AA3E

#77AA3E
(119,170,62)
#6D9B39
(109,155,57)
#638C34
(99,140,52)
#597D2F
(89,125,47)
#4F6E2A
(79,110,42)
#455F25
(69,95,37)
#3B5020
(59,80,32)
#31411B
(49,65,27)
#273216
(39,50,22)
#1D2311
(29,35,17)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #77AA3E

#77AA3E
(119,170,62)
#83B14F
(131,177,79)
#8FB860
(143,184,96)
#9BBF71
(155,191,113)
#A7C682
(167,198,130)
#B3CD93
(179,205,147)
#BFD4A4
(191,212,164)
#CBDBB5
(203,219,181)
#D7E2C6
(215,226,198)
#E3E9D7
(227,233,215)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AA3E color. Also use rgb(119,170,62) instead hex code.

Text Font Color

.myTextColor { color: #77AA3E; }

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

This text font color is #77AA3E.


Background Color

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

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

This div background color is #77AA3E.


Border color

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

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

This div border color is #77AA3E.


Opacity

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

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

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

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

This text has shadow with #77AA3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AA3E on black background.


Color preview on white background

This text has color #77AA3E on white background.



Black color preview on #77AA3E background

This text has black color on #77AA3E background.


White color preview on #77AA3E background

This text has white color on #77AA3E background.