COLOR #779960

HEX: #779960
RGB: (119,153,96)

Color info

#779960 contains red, green and blue colors in about the same proportion. Web safe color of #779960 is #669966 (or #696).

RGB color model

#779960 color RGB value is (119,153,96).

  • red value is 119;
  • green value is 153;
  • blue value is 96.
RGB:
(119,153,96)
(47%,60%,38%)

RGB channels and saturation

R 119 of 255 = 47%
G 153 of 255 = 60%
B 96 of 255 = 38%

119
153
96

R + G + B ~ 48%. #779960 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 153 + 96 = 368 (100%)
R 119 of 368 ~ 32.34%
G 153 of 368 ~ 41.58%
B 96 of 368 ~ 26.09%

%32.34
%41.58
%26.09

CMYK color model

#779960 color CMYK value is (22,0,37,40).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(22,0,37,40)
C22M0Y37K40 
(22%,0%,37%,40%)
(0.22/0.00/0.37/0.40)	

CMYK percentages

%22.22
%0
%37.25
%40

Codes

Color #779960 in popluar color models

779960
RGB11915396
HSL96°22.89%48.82%
HSB/HSV96°37.25%60.00%
CMYK22.22%0.00%37.25%
40.00%

Color #779960 in popluar number systems.

HEX779960
Decimal11915396
Binary1110111100110011100000
Octal167231140

Shades and tints

Shades of #779960

#779960
(119,153,96)
#6D8C58
(109,140,88)
#637F50
(99,127,80)
#597248
(89,114,72)
#4F6540
(79,101,64)
#455838
(69,88,56)
#3B4B30
(59,75,48)
#313E28
(49,62,40)
#273120
(39,49,32)
#1D2418
(29,36,24)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #779960

#779960
(119,153,96)
#83A26E
(131,162,110)
#8FAB7C
(143,171,124)
#9BB48A
(155,180,138)
#A7BD98
(167,189,152)
#B3C6A6
(179,198,166)
#BFCFB4
(191,207,180)
#CBD8C2
(203,216,194)
#D7E1D0
(215,225,208)
#E3EADE
(227,234,222)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779960 color. Also use rgb(119,153,96) instead hex code.

Text Font Color

.myTextColor { color: #779960; }

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

This text font color is #779960.


Background Color

.myBgColor { background-color: #779960; }

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

This div background color is #779960.


Border color

.myBorderColor { border: 1px solid #779960; }

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

This div border color is #779960.


Opacity

.myOpacity80 { color: #779960; opacity: 0.8; }

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

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

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

This text has shadow with #779960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779960 on black background.


Color preview on white background

This text has color #779960 on white background.



Black color preview on #779960 background

This text has black color on #779960 background.


White color preview on #779960 background

This text has white color on #779960 background.