COLOR #799D78

HEX: #799D78 RGB: (121,157,120)

Color info

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

RGB color model

#799D78 color RGB value is (121,157,120).

RGB: (121,157,120) (47%, 62%, 47%)

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 120 of 255 = 47%

121
157
120

R + G + B ~ 52%. #799D78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 157 + 120 = 398 (100%)
R 121 of 398 ~ 30.4%
G 157 of 398 ~ 39.45%
B 120 of 398 ~ 30.15'%

%30.4
%39.45
%30.15

CMYK color model

#799D78 color CMYK value is (23,0,24,38).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 23.57%
  • key color value is 38.43%

CMYK: (23,0,24,38)
C23M0Y24K38 (23%, 0%, 24%, 38%)
(0.23 / 0.00 / 0.24 / 0.38)

CMYK percentages

%22.93
%0
%23.57
%38.43

Codes

Color #799D78 in popluar color models

79 9D 78
RGB 121 157 120
HSL 118° 15.88% 54.31%
HSB/HSV 118° 23.57% 61.57%
CMYK 22.93% 0.00% 23.57%
38.43%

Color #799D78 in popluar number systems.

HEX 79 9D 78
Decimal 121 157 120
Binary 1111001 10011101 1111000
Octal 171 235 170

Shades and tints

Shades of #799D78

#799D78
(121,157,120)
#6E8F6E
(110,143,110)
#638164
(99,129,100)
#58735A
(88,115,90)
#4D6550
(77,101,80)
#425746
(66,87,70)
#37493C
(55,73,60)
#2C3B32
(44,59,50)
#212D28
(33,45,40)
#161F1E
(22,31,30)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #799D78

#799D78
(121,157,120)
#85A584
(133,165,132)
#91AD90
(145,173,144)
#9DB59C
(157,181,156)
#A9BDA8
(169,189,168)
#B5C5B4
(181,197,180)
#C1CDC0
(193,205,192)
#CDD5CC
(205,213,204)
#D9DDD8
(217,221,216)
#E5E5E4
(229,229,228)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799D78 color. Also use rgb(121,157,120) instead hex code.

Text Font Color

.myTextColor { color: #799D78; }

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

This text font color is #799D78.

Background Color

.myBgColor { background-color: #799D78; }

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

This div background color is #799D78.

Border color

.myBorderColor { border: 1px solid #799D78; }

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

This div border color is #799D78.

Opacity

.myOpacity80 { color: #799D78; opacity: 0.8; }

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

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

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

This text has shadow with #799D78 color.


.textShadow {text-shadow: 3px 3px 1px #799D78', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #799D78; -webkit-box-shadow: 1px 1px 3px 2px #799D78; box-shadow:1px 1px 3px 2px #799D78;">
Div content here
</div>

This div box has shadow with color #799D78.

Preview

Color preview on black background

This text has color #799D78 on black background.


Color preview on white background

This text has color #799D78 on white background.


Black color preview on #799D78 background

This text has black color on #799D78 background.


White color preview on #799D78 background

This text has white color on #799D78 background.


Related colors

Complementary color

Complementary color for #hex is #866287.


I love getcolorcode.com

Triadic colors

1 #78799D and #9D7879 with #799D78 are triadic colors.

2 #789D79 and #9D7978 with #799D78 are triadic colors.