COLOR #799F7B

HEX: #799F7B
RGB: (121,159,123)

Color info

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

RGB color model

#799F7B color RGB value is (121,159,123).

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

RGB channels and saturation

R 121 of 255 = 47%
G 159 of 255 = 62%
B 123 of 255 = 48%

121
159
123

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

Portions of RGB colors in percentages

R + G + B =
121 + 159 + 123 = 403 (100%)
R 121 of 403 ~ 30.02%
G 159 of 403 ~ 39.45%
B 123 of 403 ~ 30.52%

%30.02
%39.45
%30.52

CMYK color model

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

  • cyan value is 23.90%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 37.65%
CMYK:
(24,0,23,38)
C24M0Y23K38 
(24%,0%,23%,38%)
(0.24/0.00/0.23/0.38)	

CMYK percentages

%23.9
%0
%22.64
%37.65

Codes

Color #799F7B in popluar color models

799F7B
RGB121159123
HSL123°16.52%54.90%
HSB/HSV123°23.90%62.35%
CMYK23.90%0.00%22.64%
37.65%

Color #799F7B in popluar number systems.

HEX799F7B
Decimal121159123
Binary1111001100111111111011
Octal171237173

Shades and tints

Shades of #799F7B

#799F7B
(121,159,123)
#6E9170
(110,145,112)
#638365
(99,131,101)
#58755A
(88,117,90)
#4D674F
(77,103,79)
#425944
(66,89,68)
#374B39
(55,75,57)
#2C3D2E
(44,61,46)
#212F23
(33,47,35)
#162118
(22,33,24)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #799F7B

#799F7B
(121,159,123)
#85A787
(133,167,135)
#91AF93
(145,175,147)
#9DB79F
(157,183,159)
#A9BFAB
(169,191,171)
#B5C7B7
(181,199,183)
#C1CFC3
(193,207,195)
#CDD7CF
(205,215,207)
#D9DFDB
(217,223,219)
#E5E7E7
(229,231,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799F7B; }

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

This text font color is #799F7B.


Background Color

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

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

This div background color is #799F7B.


Border color

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

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

This div border color is #799F7B.


Opacity

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

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

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

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

This text has shadow with #799F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799F7B on black background.


Color preview on white background

This text has color #799F7B on white background.



Black color preview on #799F7B background

This text has black color on #799F7B background.


White color preview on #799F7B background

This text has white color on #799F7B background.