COLOR #77A03F

HEX: #77A03F
RGB: (119,160,63)

Color info

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

RGB color model

#77A03F color RGB value is (119,160,63).

  • red value is 119;
  • green value is 160;
  • blue value is 63.
RGB:
(119,160,63)
(47%,63%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 160 of 255 = 63%
B 63 of 255 = 25%

119
160
63

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

Portions of RGB colors in percentages

R + G + B =
119 + 160 + 63 = 342 (100%)
R 119 of 342 ~ 34.8%
G 160 of 342 ~ 46.78%
B 63 of 342 ~ 18.42%

%34.8
%46.78
%18.42

CMYK color model

#77A03F color CMYK value is (26,0,61,37).

  • cyan value is 25.63%
  • magenta value is 0.00%
  • yellow value is 60.63%
  • key color value is 37.25%
CMYK:
(26,0,61,37)
C26M0Y61K37 
(26%,0%,61%,37%)
(0.26/0.00/0.61/0.37)	

CMYK percentages

%25.63
%0
%60.63
%37.25

Codes

Color #77A03F in popluar color models

77A03F
RGB11916063
HSL85°43.50%43.73%
HSB/HSV85°60.63%62.75%
CMYK25.63%0.00%60.63%
37.25%

Color #77A03F in popluar number systems.

HEX77A03F
Decimal11916063
Binary111011110100000111111
Octal16724077

Shades and tints

Shades of #77A03F

#77A03F
(119,160,63)
#6D923A
(109,146,58)
#638435
(99,132,53)
#597630
(89,118,48)
#4F682B
(79,104,43)
#455A26
(69,90,38)
#3B4C21
(59,76,33)
#313E1C
(49,62,28)
#273017
(39,48,23)
#1D2212
(29,34,18)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #77A03F

#77A03F
(119,160,63)
#83A850
(131,168,80)
#8FB061
(143,176,97)
#9BB872
(155,184,114)
#A7C083
(167,192,131)
#B3C894
(179,200,148)
#BFD0A5
(191,208,165)
#CBD8B6
(203,216,182)
#D7E0C7
(215,224,199)
#E3E8D8
(227,232,216)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77A03F color. Also use rgb(119,160,63) instead hex code.

Text Font Color

.myTextColor { color: #77A03F; }

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

This text font color is #77A03F.


Background Color

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

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

This div background color is #77A03F.


Border color

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

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

This div border color is #77A03F.


Opacity

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

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

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

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

This text has shadow with #77A03F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77A03F on black background.


Color preview on white background

This text has color #77A03F on white background.



Black color preview on #77A03F background

This text has black color on #77A03F background.


White color preview on #77A03F background

This text has white color on #77A03F background.