COLOR #799668

HEX: #799668
RGB: (121,150,104)

Color info

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

RGB color model

#799668 color RGB value is (121,150,104).

  • red value is 121;
  • green value is 150;
  • blue value is 104.
RGB:
(121,150,104)
(47%,59%,41%)

RGB channels and saturation

R 121 of 255 = 47%
G 150 of 255 = 59%
B 104 of 255 = 41%

121
150
104

R + G + B ~ 49%. #799668 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 150 + 104 = 375 (100%)
R 121 of 375 ~ 32.27%
G 150 of 375 ~ 40%
B 104 of 375 ~ 27.73%

%32.27
%40
%27.73

CMYK color model

#799668 color CMYK value is (19,0,31,41).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(19,0,31,41)
C19M0Y31K41 
(19%,0%,31%,41%)
(0.19/0.00/0.31/0.41)	

CMYK percentages

%19.33
%0
%30.67
%41.18

Codes

Color #799668 in popluar color models

799668
RGB121150104
HSL98°18.11%49.80%
HSB/HSV98°30.67%58.82%
CMYK19.33%0.00%30.67%
41.18%

Color #799668 in popluar number systems.

HEX799668
Decimal121150104
Binary1111001100101101101000
Octal171226150

Shades and tints

Shades of #799668

#799668
(121,150,104)
#6E895F
(110,137,95)
#637C56
(99,124,86)
#586F4D
(88,111,77)
#4D6244
(77,98,68)
#42553B
(66,85,59)
#374832
(55,72,50)
#2C3B29
(44,59,41)
#212E20
(33,46,32)
#162117
(22,33,23)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #799668

#799668
(121,150,104)
#859F75
(133,159,117)
#91A882
(145,168,130)
#9DB18F
(157,177,143)
#A9BA9C
(169,186,156)
#B5C3A9
(181,195,169)
#C1CCB6
(193,204,182)
#CDD5C3
(205,213,195)
#D9DED0
(217,222,208)
#E5E7DD
(229,231,221)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799668 color. Also use rgb(121,150,104) instead hex code.

Text Font Color

.myTextColor { color: #799668; }

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

This text font color is #799668.


Background Color

.myBgColor { background-color: #799668; }

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

This div background color is #799668.


Border color

.myBorderColor { border: 1px solid #799668; }

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

This div border color is #799668.


Opacity

.myOpacity80 { color: #799668; opacity: 0.8; }

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

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

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

This text has shadow with #799668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799668 on black background.


Color preview on white background

This text has color #799668 on white background.



Black color preview on #799668 background

This text has black color on #799668 background.


White color preview on #799668 background

This text has white color on #799668 background.