COLOR #779515

HEX: #779515
RGB: (119,149,21)

Color info

#779515 contains mainly red and green colors. Web safe color of #779515 is #669900 (or #690).

RGB color model

#779515 color RGB value is (119,149,21).

  • red value is 119;
  • green value is 149;
  • blue value is 21.
RGB:
(119,149,21)
(47%,58%,8%)

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 21 of 255 = 8%

119
149
21

R + G + B ~ 38%. #779515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 21 = 289 (100%)
R 119 of 289 ~ 41.18%
G 149 of 289 ~ 51.56%
B 21 of 289 ~ 7.27%

%41.18
%51.56

CMYK color model

#779515 color CMYK value is (20,0,86,42).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 85.91%
  • key color value is 41.57%
CMYK:
(20,0,86,42)
C20M0Y86K42 
(20%,0%,86%,42%)
(0.20/0.00/0.86/0.42)	

CMYK percentages

%20.13
%0
%85.91
%41.57

Codes

Color #779515 in popluar color models

779515
RGB11914921
HSL74°75.29%33.33%
HSB/HSV74°85.91%58.43%
CMYK20.13%0.00%85.91%
41.57%

Color #779515 in popluar number systems.

HEX779515
Decimal11914921
Binary11101111001010110101
Octal16722525

Shades and tints

Shades of #779515

#779515
(119,149,21)
#6D8814
(109,136,20)
#637B13
(99,123,19)
#596E12
(89,110,18)
#4F6111
(79,97,17)
#455410
(69,84,16)
#3B470F
(59,71,15)
#313A0E
(49,58,14)
#272D0D
(39,45,13)
#1D200C
(29,32,12)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #779515

#779515
(119,149,21)
#839E2A
(131,158,42)
#8FA73F
(143,167,63)
#9BB054
(155,176,84)
#A7B969
(167,185,105)
#B3C27E
(179,194,126)
#BFCB93
(191,203,147)
#CBD4A8
(203,212,168)
#D7DDBD
(215,221,189)
#E3E6D2
(227,230,210)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779515 color. Also use rgb(119,149,21) instead hex code.

Text Font Color

.myTextColor { color: #779515; }

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

This text font color is #779515.


Background Color

.myBgColor { background-color: #779515; }

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

This div background color is #779515.


Border color

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

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

This div border color is #779515.


Opacity

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

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

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

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

This text has shadow with #779515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779515 on black background.


Color preview on white background

This text has color #779515 on white background.



Black color preview on #779515 background

This text has black color on #779515 background.


White color preview on #779515 background

This text has white color on #779515 background.