COLOR #77B949

HEX: #77B949
RGB: (119,185,73)

Color info

#77B949 contains mainly green color. Web safe color of #77B949 is #66CC33 (or #6C3).

RGB color model

#77B949 color RGB value is (119,185,73).

  • red value is 119;
  • green value is 185;
  • blue value is 73.
RGB:
(119,185,73)
(47%,73%,29%)

RGB channels and saturation

R 119 of 255 = 47%
G 185 of 255 = 73%
B 73 of 255 = 29%

119
185
73

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

Portions of RGB colors in percentages

R + G + B =
119 + 185 + 73 = 377 (100%)
R 119 of 377 ~ 31.56%
G 185 of 377 ~ 49.07%
B 73 of 377 ~ 19.36%

%31.56
%49.07
%19.36

CMYK color model

#77B949 color CMYK value is (36,0,61,27).

  • cyan value is 35.68%
  • magenta value is 0.00%
  • yellow value is 60.54%
  • key color value is 27.45%
CMYK:
(36,0,61,27)
C36M0Y61K27 
(36%,0%,61%,27%)
(0.36/0.00/0.61/0.27)	

CMYK percentages

%35.68
%0
%60.54
%27.45

Codes

Color #77B949 in popluar color models

77B949
RGB11918573
HSL95°44.44%50.59%
HSB/HSV95°60.54%72.55%
CMYK35.68%0.00%60.54%
27.45%

Color #77B949 in popluar number systems.

HEX77B949
Decimal11918573
Binary1110111101110011001001
Octal167271111

Shades and tints

Shades of #77B949

#77B949
(119,185,73)
#6DA943
(109,169,67)
#63993D
(99,153,61)
#598937
(89,137,55)
#4F7931
(79,121,49)
#45692B
(69,105,43)
#3B5925
(59,89,37)
#31491F
(49,73,31)
#273919
(39,57,25)
#1D2913
(29,41,19)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #77B949

#77B949
(119,185,73)
#83BF59
(131,191,89)
#8FC569
(143,197,105)
#9BCB79
(155,203,121)
#A7D189
(167,209,137)
#B3D799
(179,215,153)
#BFDDA9
(191,221,169)
#CBE3B9
(203,227,185)
#D7E9C9
(215,233,201)
#E3EFD9
(227,239,217)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77B949 color. Also use rgb(119,185,73) instead hex code.

Text Font Color

.myTextColor { color: #77B949; }

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

This text font color is #77B949.


Background Color

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

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

This div background color is #77B949.


Border color

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

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

This div border color is #77B949.


Opacity

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

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

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

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

This text has shadow with #77B949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77B949 on black background.


Color preview on white background

This text has color #77B949 on white background.



Black color preview on #77B949 background

This text has black color on #77B949 background.


White color preview on #77B949 background

This text has white color on #77B949 background.