COLOR #799E66

HEX: #799E66
RGB: (121,158,102)

Color info

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

RGB color model

#799E66 color RGB value is (121,158,102).

  • red value is 121;
  • green value is 158;
  • blue value is 102.
RGB:
(121,158,102)
(47%,62%,40%)

RGB channels and saturation

R 121 of 255 = 47%
G 158 of 255 = 62%
B 102 of 255 = 40%

121
158
102

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

Portions of RGB colors in percentages

R + G + B =
121 + 158 + 102 = 381 (100%)
R 121 of 381 ~ 31.76%
G 158 of 381 ~ 41.47%
B 102 of 381 ~ 26.77%

%31.76
%41.47
%26.77

CMYK color model

#799E66 color CMYK value is (23,0,35,38).

  • cyan value is 23.42%
  • magenta value is 0.00%
  • yellow value is 35.44%
  • key color value is 38.04%
CMYK:
(23,0,35,38)
C23M0Y35K38 
(23%,0%,35%,38%)
(0.23/0.00/0.35/0.38)	

CMYK percentages

%23.42
%0
%35.44
%38.04

Codes

Color #799E66 in popluar color models

799E66
RGB121158102
HSL100°22.40%50.98%
HSB/HSV100°35.44%61.96%
CMYK23.42%0.00%35.44%
38.04%

Color #799E66 in popluar number systems.

HEX799E66
Decimal121158102
Binary1111001100111101100110
Octal171236146

Shades and tints

Shades of #799E66

#799E66
(121,158,102)
#6E905D
(110,144,93)
#638254
(99,130,84)
#58744B
(88,116,75)
#4D6642
(77,102,66)
#425839
(66,88,57)
#374A30
(55,74,48)
#2C3C27
(44,60,39)
#212E1E
(33,46,30)
#162015
(22,32,21)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #799E66

#799E66
(121,158,102)
#85A673
(133,166,115)
#91AE80
(145,174,128)
#9DB68D
(157,182,141)
#A9BE9A
(169,190,154)
#B5C6A7
(181,198,167)
#C1CEB4
(193,206,180)
#CDD6C1
(205,214,193)
#D9DECE
(217,222,206)
#E5E6DB
(229,230,219)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799E66 color. Also use rgb(121,158,102) instead hex code.

Text Font Color

.myTextColor { color: #799E66; }

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

This text font color is #799E66.


Background Color

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

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

This div background color is #799E66.


Border color

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

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

This div border color is #799E66.


Opacity

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

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

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

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

This text has shadow with #799E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799E66 on black background.


Color preview on white background

This text has color #799E66 on white background.



Black color preview on #799E66 background

This text has black color on #799E66 background.


White color preview on #799E66 background

This text has white color on #799E66 background.