COLOR #799C6F

HEX: #799C6F
RGB: (121,156,111)

Color info

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

RGB color model

#799C6F color RGB value is (121,156,111).

  • red value is 121;
  • green value is 156;
  • blue value is 111.
RGB:
(121,156,111)
(47%,61%,44%)

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 111 of 255 = 44%

121
156
111

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

Portions of RGB colors in percentages

R + G + B =
121 + 156 + 111 = 388 (100%)
R 121 of 388 ~ 31.19%
G 156 of 388 ~ 40.21%
B 111 of 388 ~ 28.61%

%31.19
%40.21
%28.61

CMYK color model

#799C6F color CMYK value is (22,0,29,39).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 38.82%
CMYK:
(22,0,29,39)
C22M0Y29K39 
(22%,0%,29%,39%)
(0.22/0.00/0.29/0.39)	

CMYK percentages

%22.44
%0
%28.85
%38.82

Codes

Color #799C6F in popluar color models

799C6F
RGB121156111
HSL107°18.52%52.35%
HSB/HSV107°28.85%61.18%
CMYK22.44%0.00%28.85%
38.82%

Color #799C6F in popluar number systems.

HEX799C6F
Decimal121156111
Binary1111001100111001101111
Octal171234157

Shades and tints

Shades of #799C6F

#799C6F
(121,156,111)
#6E8E65
(110,142,101)
#63805B
(99,128,91)
#587251
(88,114,81)
#4D6447
(77,100,71)
#42563D
(66,86,61)
#374833
(55,72,51)
#2C3A29
(44,58,41)
#212C1F
(33,44,31)
#161E15
(22,30,21)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #799C6F

#799C6F
(121,156,111)
#85A57C
(133,165,124)
#91AE89
(145,174,137)
#9DB796
(157,183,150)
#A9C0A3
(169,192,163)
#B5C9B0
(181,201,176)
#C1D2BD
(193,210,189)
#CDDBCA
(205,219,202)
#D9E4D7
(217,228,215)
#E5EDE4
(229,237,228)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799C6F color. Also use rgb(121,156,111) instead hex code.

Text Font Color

.myTextColor { color: #799C6F; }

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

This text font color is #799C6F.


Background Color

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

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

This div background color is #799C6F.


Border color

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

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

This div border color is #799C6F.


Opacity

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

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

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

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

This text has shadow with #799C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799C6F on black background.


Color preview on white background

This text has color #799C6F on white background.



Black color preview on #799C6F background

This text has black color on #799C6F background.


White color preview on #799C6F background

This text has white color on #799C6F background.