COLOR #799D59

HEX: #799D59
RGB: (121,157,89)

Color info

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

RGB color model

#799D59 color RGB value is (121,157,89).

  • red value is 121;
  • green value is 157;
  • blue value is 89.
RGB:
(121,157,89)
(47%,62%,35%)

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 89 of 255 = 35%

121
157
89

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

Portions of RGB colors in percentages

R + G + B =
121 + 157 + 89 = 367 (100%)
R 121 of 367 ~ 32.97%
G 157 of 367 ~ 42.78%
B 89 of 367 ~ 24.25%

%32.97
%42.78
%24.25

CMYK color model

#799D59 color CMYK value is (23,0,43,38).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 43.31%
  • key color value is 38.43%
CMYK:
(23,0,43,38)
C23M0Y43K38 
(23%,0%,43%,38%)
(0.23/0.00/0.43/0.38)	

CMYK percentages

%22.93
%0
%43.31
%38.43

Codes

Color #799D59 in popluar color models

799D59
RGB12115789
HSL92°27.64%48.24%
HSB/HSV92°43.31%61.57%
CMYK22.93%0.00%43.31%
38.43%

Color #799D59 in popluar number systems.

HEX799D59
Decimal12115789
Binary1111001100111011011001
Octal171235131

Shades and tints

Shades of #799D59

#799D59
(121,157,89)
#6E8F51
(110,143,81)
#638149
(99,129,73)
#587341
(88,115,65)
#4D6539
(77,101,57)
#425731
(66,87,49)
#374929
(55,73,41)
#2C3B21
(44,59,33)
#212D19
(33,45,25)
#161F11
(22,31,17)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #799D59

#799D59
(121,157,89)
#85A568
(133,165,104)
#91AD77
(145,173,119)
#9DB586
(157,181,134)
#A9BD95
(169,189,149)
#B5C5A4
(181,197,164)
#C1CDB3
(193,205,179)
#CDD5C2
(205,213,194)
#D9DDD1
(217,221,209)
#E5E5E0
(229,229,224)
#F1EDEF
(241,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799D59; }

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

This text font color is #799D59.


Background Color

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

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

This div background color is #799D59.


Border color

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

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

This div border color is #799D59.


Opacity

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

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

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

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

This text has shadow with #799D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799D59 on black background.


Color preview on white background

This text has color #799D59 on white background.



Black color preview on #799D59 background

This text has black color on #799D59 background.


White color preview on #799D59 background

This text has white color on #799D59 background.