COLOR #77A95B

HEX: #77A95B
RGB: (119,169,91)

Color info

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

RGB color model

#77A95B color RGB value is (119,169,91).

  • red value is 119;
  • green value is 169;
  • blue value is 91.
RGB:
(119,169,91)
(47%,66%,36%)

RGB channels and saturation

R 119 of 255 = 47%
G 169 of 255 = 66%
B 91 of 255 = 36%

119
169
91

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

Portions of RGB colors in percentages

R + G + B =
119 + 169 + 91 = 379 (100%)
R 119 of 379 ~ 31.4%
G 169 of 379 ~ 44.59%
B 91 of 379 ~ 24.01%

%31.4
%44.59
%24.01

CMYK color model

#77A95B color CMYK value is (30,0,46,34).

  • cyan value is 29.59%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 33.73%
CMYK:
(30,0,46,34)
C30M0Y46K34 
(30%,0%,46%,34%)
(0.30/0.00/0.46/0.34)	

CMYK percentages

%29.59
%0
%46.15
%33.73

Codes

Color #77A95B in popluar color models

77A95B
RGB11916991
HSL98°31.20%50.98%
HSB/HSV98°46.15%66.27%
CMYK29.59%0.00%46.15%
33.73%

Color #77A95B in popluar number systems.

HEX77A95B
Decimal11916991
Binary1110111101010011011011
Octal167251133

Shades and tints

Shades of #77A95B

#77A95B
(119,169,91)
#6D9A53
(109,154,83)
#638B4B
(99,139,75)
#597C43
(89,124,67)
#4F6D3B
(79,109,59)
#455E33
(69,94,51)
#3B4F2B
(59,79,43)
#314023
(49,64,35)
#27311B
(39,49,27)
#1D2213
(29,34,19)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #77A95B

#77A95B
(119,169,91)
#83B069
(131,176,105)
#8FB777
(143,183,119)
#9BBE85
(155,190,133)
#A7C593
(167,197,147)
#B3CCA1
(179,204,161)
#BFD3AF
(191,211,175)
#CBDABD
(203,218,189)
#D7E1CB
(215,225,203)
#E3E8D9
(227,232,217)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A95B color. Also use rgb(119,169,91) instead hex code.

Text Font Color

.myTextColor { color: #77A95B; }

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

This text font color is #77A95B.


Background Color

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

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

This div background color is #77A95B.


Border color

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

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

This div border color is #77A95B.


Opacity

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

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

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

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

This text has shadow with #77A95B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A95B on black background.


Color preview on white background

This text has color #77A95B on white background.



Black color preview on #77A95B background

This text has black color on #77A95B background.


White color preview on #77A95B background

This text has white color on #77A95B background.