COLOR #77AD5F

HEX: #77AD5F
RGB: (119,173,95)

Color info

#77AD5F contains mainly red and green colors. Web safe color of #77AD5F is #669966 (or #696).

RGB color model

#77AD5F color RGB value is (119,173,95).

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

RGB channels and saturation

R 119 of 255 = 47%
G 173 of 255 = 68%
B 95 of 255 = 37%

119
173
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 173 + 95 = 387 (100%)
R 119 of 387 ~ 30.75%
G 173 of 387 ~ 44.7%
B 95 of 387 ~ 24.55%

%30.75
%44.7
%24.55

CMYK color model

#77AD5F color CMYK value is (31,0,45,32).

  • cyan value is 31.21%
  • magenta value is 0.00%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK:
(31,0,45,32)
C31M0Y45K32 
(31%,0%,45%,32%)
(0.31/0.00/0.45/0.32)	

CMYK percentages

%31.21
%0
%45.09
%32.16

Codes

Color #77AD5F in popluar color models

77AD5F
RGB11917395
HSL102°32.23%52.55%
HSB/HSV102°45.09%67.84%
CMYK31.21%0.00%45.09%
32.16%

Color #77AD5F in popluar number systems.

HEX77AD5F
Decimal11917395
Binary1110111101011011011111
Octal167255137

Shades and tints

Shades of #77AD5F

#77AD5F
(119,173,95)
#6D9E57
(109,158,87)
#638F4F
(99,143,79)
#598047
(89,128,71)
#4F713F
(79,113,63)
#456237
(69,98,55)
#3B532F
(59,83,47)
#314427
(49,68,39)
#27351F
(39,53,31)
#1D2617
(29,38,23)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #77AD5F

#77AD5F
(119,173,95)
#83B46D
(131,180,109)
#8FBB7B
(143,187,123)
#9BC289
(155,194,137)
#A7C997
(167,201,151)
#B3D0A5
(179,208,165)
#BFD7B3
(191,215,179)
#CBDEC1
(203,222,193)
#D7E5CF
(215,229,207)
#E3ECDD
(227,236,221)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77AD5F; }

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

This text font color is #77AD5F.


Background Color

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

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

This div background color is #77AD5F.


Border color

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

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

This div border color is #77AD5F.


Opacity

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

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

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

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

This text has shadow with #77AD5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77AD5F on black background.


Color preview on white background

This text has color #77AD5F on white background.



Black color preview on #77AD5F background

This text has black color on #77AD5F background.


White color preview on #77AD5F background

This text has white color on #77AD5F background.