COLOR #779B4C

HEX: #779B4C
RGB: (119,155,76)

Color info

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

RGB color model

#779B4C color RGB value is (119,155,76).

  • red value is 119;
  • green value is 155;
  • blue value is 76.
RGB:
(119,155,76)
(47%,61%,30%)

RGB channels and saturation

R 119 of 255 = 47%
G 155 of 255 = 61%
B 76 of 255 = 30%

119
155
76

R + G + B ~ 46%. #779B4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 155 + 76 = 350 (100%)
R 119 of 350 ~ 34%
G 155 of 350 ~ 44.29%
B 76 of 350 ~ 21.71%

%34
%44.29
%21.71

CMYK color model

#779B4C color CMYK value is (23,0,51,39).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 50.97%
  • key color value is 39.22%
CMYK:
(23,0,51,39)
C23M0Y51K39 
(23%,0%,51%,39%)
(0.23/0.00/0.51/0.39)	

CMYK percentages

%23.23
%0
%50.97
%39.22

Codes

Color #779B4C in popluar color models

779B4C
RGB11915576
HSL87°34.20%45.29%
HSB/HSV87°50.97%60.78%
CMYK23.23%0.00%50.97%
39.22%

Color #779B4C in popluar number systems.

HEX779B4C
Decimal11915576
Binary1110111100110111001100
Octal167233114

Shades and tints

Shades of #779B4C

#779B4C
(119,155,76)
#6D8D46
(109,141,70)
#637F40
(99,127,64)
#59713A
(89,113,58)
#4F6334
(79,99,52)
#45552E
(69,85,46)
#3B4728
(59,71,40)
#313922
(49,57,34)
#272B1C
(39,43,28)
#1D1D16
(29,29,22)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #779B4C

#779B4C
(119,155,76)
#83A45C
(131,164,92)
#8FAD6C
(143,173,108)
#9BB67C
(155,182,124)
#A7BF8C
(167,191,140)
#B3C89C
(179,200,156)
#BFD1AC
(191,209,172)
#CBDABC
(203,218,188)
#D7E3CC
(215,227,204)
#E3ECDC
(227,236,220)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779B4C color. Also use rgb(119,155,76) instead hex code.

Text Font Color

.myTextColor { color: #779B4C; }

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

This text font color is #779B4C.


Background Color

.myBgColor { background-color: #779B4C; }

<div style="background-color:#779B4C">Inner text</div>

This div background color is #779B4C.


Border color

.myBorderColor { border: 1px solid #779B4C; }

<div style="border:3px solid #779B4C">Div</div>

This div border color is #779B4C.


Opacity

.myOpacity80 { color: #779B4C; opacity: 0.8; }

<p style="color:#779B4C;opacity:0.8;">80%</p>

Text with #779B4C 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 #779B4C;}

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

This text has shadow with #779B4C color.

.textShadow {text-shadow: 3px 3px 1px #779B4C, 3px 3px 1px red;}

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

This text has shadow with #779B4C primary color and red secondary color.


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

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

This text has shadow with #779B4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779B4C on black background.


Color preview on white background

This text has color #779B4C on white background.



Black color preview on #779B4C background

This text has black color on #779B4C background.


White color preview on #779B4C background

This text has white color on #779B4C background.