COLOR #779F63

HEX: #779F63
RGB: (119,159,99)

Color info

#779F63 contains mainly red and green colors. Web safe color of #779F63 is #669966 (or #696).

RGB color model

#779F63 color RGB value is (119,159,99).

  • red value is 119;
  • green value is 159;
  • blue value is 99.
RGB:
(119,159,99)
(47%,62%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 159 of 255 = 62%
B 99 of 255 = 39%

119
159
99

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

Portions of RGB colors in percentages

R + G + B =
119 + 159 + 99 = 377 (100%)
R 119 of 377 ~ 31.56%
G 159 of 377 ~ 42.18%
B 99 of 377 ~ 26.26%

%31.56
%42.18
%26.26

CMYK color model

#779F63 color CMYK value is (25,0,38,38).

  • cyan value is 25.16%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 37.65%
CMYK:
(25,0,38,38)
C25M0Y38K38 
(25%,0%,38%,38%)
(0.25/0.00/0.38/0.38)	

CMYK percentages

%25.16
%0
%37.74
%37.65

Codes

Color #779F63 in popluar color models

779F63
RGB11915999
HSL100°23.81%50.59%
HSB/HSV100°37.74%62.35%
CMYK25.16%0.00%37.74%
37.65%

Color #779F63 in popluar number systems.

HEX779F63
Decimal11915999
Binary1110111100111111100011
Octal167237143

Shades and tints

Shades of #779F63

#779F63
(119,159,99)
#6D915A
(109,145,90)
#638351
(99,131,81)
#597548
(89,117,72)
#4F673F
(79,103,63)
#455936
(69,89,54)
#3B4B2D
(59,75,45)
#313D24
(49,61,36)
#272F1B
(39,47,27)
#1D2112
(29,33,18)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #779F63

#779F63
(119,159,99)
#83A771
(131,167,113)
#8FAF7F
(143,175,127)
#9BB78D
(155,183,141)
#A7BF9B
(167,191,155)
#B3C7A9
(179,199,169)
#BFCFB7
(191,207,183)
#CBD7C5
(203,215,197)
#D7DFD3
(215,223,211)
#E3E7E1
(227,231,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779F63 color. Also use rgb(119,159,99) instead hex code.

Text Font Color

.myTextColor { color: #779F63; }

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

This text font color is #779F63.


Background Color

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

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

This div background color is #779F63.


Border color

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

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

This div border color is #779F63.


Opacity

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

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

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

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

This text has shadow with #779F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779F63 on black background.


Color preview on white background

This text has color #779F63 on white background.



Black color preview on #779F63 background

This text has black color on #779F63 background.


White color preview on #779F63 background

This text has white color on #779F63 background.