COLOR #77981E

HEX: #77981E
RGB: (119,152,30)

Color info

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

RGB color model

#77981E color RGB value is (119,152,30).

  • red value is 119;
  • green value is 152;
  • blue value is 30.
RGB:
(119,152,30)
(47%,60%,12%)

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 30 of 255 = 12%

119
152
30

R + G + B ~ 40%. #77981E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 30 = 301 (100%)
R 119 of 301 ~ 39.53%
G 152 of 301 ~ 50.5%
B 30 of 301 ~ 9.97%

%39.53
%50.5
%9.97

CMYK color model

#77981E color CMYK value is (22,0,80,40).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 80.26%
  • key color value is 40.39%
CMYK:
(22,0,80,40)
C22M0Y80K40 
(22%,0%,80%,40%)
(0.22/0.00/0.80/0.40)	

CMYK percentages

%21.71
%0
%80.26
%40.39

Codes

Color #77981E in popluar color models

77981E
RGB11915230
HSL76°67.03%35.69%
HSB/HSV76°80.26%59.61%
CMYK21.71%0.00%80.26%
40.39%

Color #77981E in popluar number systems.

HEX77981E
Decimal11915230
Binary11101111001100011110
Octal16723036

Shades and tints

Shades of #77981E

#77981E
(119,152,30)
#6D8B1C
(109,139,28)
#637E1A
(99,126,26)
#597118
(89,113,24)
#4F6416
(79,100,22)
#455714
(69,87,20)
#3B4A12
(59,74,18)
#313D10
(49,61,16)
#27300E
(39,48,14)
#1D230C
(29,35,12)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #77981E

#77981E
(119,152,30)
#83A132
(131,161,50)
#8FAA46
(143,170,70)
#9BB35A
(155,179,90)
#A7BC6E
(167,188,110)
#B3C582
(179,197,130)
#BFCE96
(191,206,150)
#CBD7AA
(203,215,170)
#D7E0BE
(215,224,190)
#E3E9D2
(227,233,210)
#EFF2E6
(239,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77981E color. Also use rgb(119,152,30) instead hex code.

Text Font Color

.myTextColor { color: #77981E; }

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

This text font color is #77981E.


Background Color

.myBgColor { background-color: #77981E; }

<div style="background-color:#77981E">Inner text</div>

This div background color is #77981E.


Border color

.myBorderColor { border: 1px solid #77981E; }

<div style="border:3px solid #77981E">Div</div>

This div border color is #77981E.


Opacity

.myOpacity80 { color: #77981E; opacity: 0.8; }

<p style="color:#77981E;opacity:0.8;">80%</p>

Text with #77981E 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 #77981E;}

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

This text has shadow with #77981E color.

.textShadow {text-shadow: 3px 3px 1px #77981E, 3px 3px 1px red;}

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

This text has shadow with #77981E primary color and red secondary color.


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

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

This text has shadow with #77981E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77981E on black background.


Color preview on white background

This text has color #77981E on white background.



Black color preview on #77981E background

This text has black color on #77981E background.


White color preview on #77981E background

This text has white color on #77981E background.