COLOR #779E66

HEX: #779E66
RGB: (119,158,102)

Color info

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

RGB color model

#779E66 color RGB value is (119,158,102).

  • red value is 119;
  • green value is 158;
  • blue value is 102.
RGB:
(119,158,102)
(47%,62%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 158 of 255 = 62%
B 102 of 255 = 40%

119
158
102

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

Portions of RGB colors in percentages

R + G + B =
119 + 158 + 102 = 379 (100%)
R 119 of 379 ~ 31.4%
G 158 of 379 ~ 41.69%
B 102 of 379 ~ 26.91%

%31.4
%41.69
%26.91

CMYK color model

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

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 35.44%
  • key color value is 38.04%
CMYK:
(25,0,35,38)
C25M0Y35K38 
(25%,0%,35%,38%)
(0.25/0.00/0.35/0.38)	

CMYK percentages

%24.68
%0
%35.44
%38.04

Codes

Color #779E66 in popluar color models

779E66
RGB119158102
HSL102°22.40%50.98%
HSB/HSV102°35.44%61.96%
CMYK24.68%0.00%35.44%
38.04%

Color #779E66 in popluar number systems.

HEX779E66
Decimal119158102
Binary1110111100111101100110
Octal167236146

Shades and tints

Shades of #779E66

#779E66
(119,158,102)
#6D905D
(109,144,93)
#638254
(99,130,84)
#59744B
(89,116,75)
#4F6642
(79,102,66)
#455839
(69,88,57)
#3B4A30
(59,74,48)
#313C27
(49,60,39)
#272E1E
(39,46,30)
#1D2015
(29,32,21)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #779E66

#779E66
(119,158,102)
#83A673
(131,166,115)
#8FAE80
(143,174,128)
#9BB68D
(155,182,141)
#A7BE9A
(167,190,154)
#B3C6A7
(179,198,167)
#BFCEB4
(191,206,180)
#CBD6C1
(203,214,193)
#D7DECE
(215,222,206)
#E3E6DB
(227,230,219)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779E66 color. Also use rgb(119,158,102) instead hex code.

Text Font Color

.myTextColor { color: #779E66; }

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

This text font color is #779E66.


Background Color

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

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

This div background color is #779E66.


Border color

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

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

This div border color is #779E66.


Opacity

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

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

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

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

This text has shadow with #779E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779E66 on black background.


Color preview on white background

This text has color #779E66 on white background.



Black color preview on #779E66 background

This text has black color on #779E66 background.


White color preview on #779E66 background

This text has white color on #779E66 background.