COLOR #77A83A

HEX: #77A83A
RGB: (119,168,58)

Color info

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

RGB color model

#77A83A color RGB value is (119,168,58).

  • red value is 119;
  • green value is 168;
  • blue value is 58.
RGB:
(119,168,58)
(47%,66%,23%)

RGB channels and saturation

R 119 of 255 = 47%
G 168 of 255 = 66%
B 58 of 255 = 23%

119
168
58

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

Portions of RGB colors in percentages

R + G + B =
119 + 168 + 58 = 345 (100%)
R 119 of 345 ~ 34.49%
G 168 of 345 ~ 48.7%
B 58 of 345 ~ 16.81%

%34.49
%48.7
%16.81

CMYK color model

#77A83A color CMYK value is (29,0,65,34).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 65.48%
  • key color value is 34.12%
CMYK:
(29,0,65,34)
C29M0Y65K34 
(29%,0%,65%,34%)
(0.29/0.00/0.65/0.34)	

CMYK percentages

%29.17
%0
%65.48
%34.12

Codes

Color #77A83A in popluar color models

77A83A
RGB11916858
HSL87°48.67%44.31%
HSB/HSV87°65.48%65.88%
CMYK29.17%0.00%65.48%
34.12%

Color #77A83A in popluar number systems.

HEX77A83A
Decimal11916858
Binary111011110101000111010
Octal16725072

Shades and tints

Shades of #77A83A

#77A83A
(119,168,58)
#6D9935
(109,153,53)
#638A30
(99,138,48)
#597B2B
(89,123,43)
#4F6C26
(79,108,38)
#455D21
(69,93,33)
#3B4E1C
(59,78,28)
#313F17
(49,63,23)
#273012
(39,48,18)
#1D210D
(29,33,13)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #77A83A

#77A83A
(119,168,58)
#83AF4B
(131,175,75)
#8FB65C
(143,182,92)
#9BBD6D
(155,189,109)
#A7C47E
(167,196,126)
#B3CB8F
(179,203,143)
#BFD2A0
(191,210,160)
#CBD9B1
(203,217,177)
#D7E0C2
(215,224,194)
#E3E7D3
(227,231,211)
#EFEEE4
(239,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A83A color. Also use rgb(119,168,58) instead hex code.

Text Font Color

.myTextColor { color: #77A83A; }

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

This text font color is #77A83A.


Background Color

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

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

This div background color is #77A83A.


Border color

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

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

This div border color is #77A83A.


Opacity

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

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

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

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

This text has shadow with #77A83A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A83A on black background.


Color preview on white background

This text has color #77A83A on white background.



Black color preview on #77A83A background

This text has black color on #77A83A background.


White color preview on #77A83A background

This text has white color on #77A83A background.