COLOR #77A15F

HEX: #77A15F
RGB: (119,161,95)

Color info

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

RGB color model

#77A15F color RGB value is (119,161,95).

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

RGB channels and saturation

R 119 of 255 = 47%
G 161 of 255 = 63%
B 95 of 255 = 37%

119
161
95

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

Portions of RGB colors in percentages

R + G + B =
119 + 161 + 95 = 375 (100%)
R 119 of 375 ~ 31.73%
G 161 of 375 ~ 42.93%
B 95 of 375 ~ 25.33%

%31.73
%42.93
%25.33

CMYK color model

#77A15F color CMYK value is (26,0,41,37).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 40.99%
  • key color value is 36.86%
CMYK:
(26,0,41,37)
C26M0Y41K37 
(26%,0%,41%,37%)
(0.26/0.00/0.41/0.37)	

CMYK percentages

%26.09
%0
%40.99
%36.86

Codes

Color #77A15F in popluar color models

77A15F
RGB11916195
HSL98°25.98%50.20%
HSB/HSV98°40.99%63.14%
CMYK26.09%0.00%40.99%
36.86%

Color #77A15F in popluar number systems.

HEX77A15F
Decimal11916195
Binary1110111101000011011111
Octal167241137

Shades and tints

Shades of #77A15F

#77A15F
(119,161,95)
#6D9357
(109,147,87)
#63854F
(99,133,79)
#597747
(89,119,71)
#4F693F
(79,105,63)
#455B37
(69,91,55)
#3B4D2F
(59,77,47)
#313F27
(49,63,39)
#27311F
(39,49,31)
#1D2317
(29,35,23)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #77A15F

#77A15F
(119,161,95)
#83A96D
(131,169,109)
#8FB17B
(143,177,123)
#9BB989
(155,185,137)
#A7C197
(167,193,151)
#B3C9A5
(179,201,165)
#BFD1B3
(191,209,179)
#CBD9C1
(203,217,193)
#D7E1CF
(215,225,207)
#E3E9DD
(227,233,221)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77A15F; }

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

This text font color is #77A15F.


Background Color

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

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

This div background color is #77A15F.


Border color

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

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

This div border color is #77A15F.


Opacity

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

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

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

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

This text has shadow with #77A15F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A15F on black background.


Color preview on white background

This text has color #77A15F on white background.



Black color preview on #77A15F background

This text has black color on #77A15F background.


White color preview on #77A15F background

This text has white color on #77A15F background.