COLOR #77AD35

HEX: #77AD35
RGB: (119,173,53)

Color info

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

RGB color model

#77AD35 color RGB value is (119,173,53).

  • red value is 119;
  • green value is 173;
  • blue value is 53.
RGB:
(119,173,53)
(47%,68%,21%)

RGB channels and saturation

R 119 of 255 = 47%
G 173 of 255 = 68%
B 53 of 255 = 21%

119
173
53

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

Portions of RGB colors in percentages

R + G + B =
119 + 173 + 53 = 345 (100%)
R 119 of 345 ~ 34.49%
G 173 of 345 ~ 50.14%
B 53 of 345 ~ 15.36%

%34.49
%50.14
%15.36

CMYK color model

#77AD35 color CMYK value is (31,0,69,32).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 69.36%
  • key color value is 32.16%
CMYK:
(31,0,69,32)
C31M0Y69K32 
(31%,0%,69%,32%)
(0.31/0.00/0.69/0.32)	

CMYK percentages

%31.21
%0
%69.36
%32.16

Codes

Color #77AD35 in popluar color models

77AD35
RGB11917353
HSL87°53.10%44.31%
HSB/HSV87°69.36%67.84%
CMYK31.21%0.00%69.36%
32.16%

Color #77AD35 in popluar number systems.

HEX77AD35
Decimal11917353
Binary111011110101101110101
Octal16725565

Shades and tints

Shades of #77AD35

#77AD35
(119,173,53)
#6D9E31
(109,158,49)
#638F2D
(99,143,45)
#598029
(89,128,41)
#4F7125
(79,113,37)
#456221
(69,98,33)
#3B531D
(59,83,29)
#314419
(49,68,25)
#273515
(39,53,21)
#1D2611
(29,38,17)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #77AD35

#77AD35
(119,173,53)
#83B447
(131,180,71)
#8FBB59
(143,187,89)
#9BC26B
(155,194,107)
#A7C97D
(167,201,125)
#B3D08F
(179,208,143)
#BFD7A1
(191,215,161)
#CBDEB3
(203,222,179)
#D7E5C5
(215,229,197)
#E3ECD7
(227,236,215)
#EFF3E9
(239,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77AD35 color. Also use rgb(119,173,53) instead hex code.

Text Font Color

.myTextColor { color: #77AD35; }

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

This text font color is #77AD35.


Background Color

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

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

This div background color is #77AD35.


Border color

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

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

This div border color is #77AD35.


Opacity

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

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

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

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

This text has shadow with #77AD35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AD35 on black background.


Color preview on white background

This text has color #77AD35 on white background.



Black color preview on #77AD35 background

This text has black color on #77AD35 background.


White color preview on #77AD35 background

This text has white color on #77AD35 background.