COLOR #799F72

HEX: #799F72
RGB: (121,159,114)

Color info

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

RGB color model

#799F72 color RGB value is (121,159,114).

  • red value is 121;
  • green value is 159;
  • blue value is 114.
RGB:
(121,159,114)
(47%,62%,45%)

RGB channels and saturation

R 121 of 255 = 47%
G 159 of 255 = 62%
B 114 of 255 = 45%

121
159
114

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

Portions of RGB colors in percentages

R + G + B =
121 + 159 + 114 = 394 (100%)
R 121 of 394 ~ 30.71%
G 159 of 394 ~ 40.36%
B 114 of 394 ~ 28.93%

%30.71
%40.36
%28.93

CMYK color model

#799F72 color CMYK value is (24,0,28,38).

  • cyan value is 23.90%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 37.65%
CMYK:
(24,0,28,38)
C24M0Y28K38 
(24%,0%,28%,38%)
(0.24/0.00/0.28/0.38)	

CMYK percentages

%23.9
%0
%28.3
%37.65

Codes

Color #799F72 in popluar color models

799F72
RGB121159114
HSL111°18.99%53.53%
HSB/HSV111°28.30%62.35%
CMYK23.90%0.00%28.30%
37.65%

Color #799F72 in popluar number systems.

HEX799F72
Decimal121159114
Binary1111001100111111110010
Octal171237162

Shades and tints

Shades of #799F72

#799F72
(121,159,114)
#6E9168
(110,145,104)
#63835E
(99,131,94)
#587554
(88,117,84)
#4D674A
(77,103,74)
#425940
(66,89,64)
#374B36
(55,75,54)
#2C3D2C
(44,61,44)
#212F22
(33,47,34)
#162118
(22,33,24)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #799F72

#799F72
(121,159,114)
#85A77E
(133,167,126)
#91AF8A
(145,175,138)
#9DB796
(157,183,150)
#A9BFA2
(169,191,162)
#B5C7AE
(181,199,174)
#C1CFBA
(193,207,186)
#CDD7C6
(205,215,198)
#D9DFD2
(217,223,210)
#E5E7DE
(229,231,222)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799F72 color. Also use rgb(121,159,114) instead hex code.

Text Font Color

.myTextColor { color: #799F72; }

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

This text font color is #799F72.


Background Color

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

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

This div background color is #799F72.


Border color

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

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

This div border color is #799F72.


Opacity

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

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

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

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

This text has shadow with #799F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799F72 on black background.


Color preview on white background

This text has color #799F72 on white background.



Black color preview on #799F72 background

This text has black color on #799F72 background.


White color preview on #799F72 background

This text has white color on #799F72 background.