COLOR #799C66

HEX: #799C66 RGB: (121,156,102)

Color info

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

RGB color model

#799C66 color RGB value is (121,156,102).

RGB: (121,156,102) (47%, 61%, 40%)

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 102 of 255 = 40%

121
156
102

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

Portions of RGB colors in percentages

R + G + B = 121 + 156 + 102 = 379 (100%)
R 121 of 379 ~ 31.93%
G 156 of 379 ~ 41.16%
B 102 of 379 ~ 26.91'%

%31.93
%41.16
%26.91

CMYK color model

#799C66 color CMYK value is (22,0,35,39).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 38.82%

CMYK: (22,0,35,39)
C22M0Y35K39 (22%, 0%, 35%, 39%)
(0.22 / 0.00 / 0.35 / 0.39)

CMYK percentages

%22.44
%0
%34.62
%38.82

Codes

Color #799C66 in popluar color models

79 9C 66
RGB 121 156 102
HSL 99° 21.43% 50.59%
HSB/HSV 99° 34.62% 61.18%
CMYK 22.44% 0.00% 34.62%
38.82%

Color #799C66 in popluar number systems.

HEX 79 9C 66
Decimal 121 156 102
Binary 1111001 10011100 1100110
Octal 171 234 146

Shades and tints

Shades of #799C66

#799C66
(121,156,102)
#6E8E5D
(110,142,93)
#638054
(99,128,84)
#58724B
(88,114,75)
#4D6442
(77,100,66)
#425639
(66,86,57)
#374830
(55,72,48)
#2C3A27
(44,58,39)
#212C1E
(33,44,30)
#161E15
(22,30,21)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #799C66

#799C66
(121,156,102)
#85A573
(133,165,115)
#91AE80
(145,174,128)
#9DB78D
(157,183,141)
#A9C09A
(169,192,154)
#B5C9A7
(181,201,167)
#C1D2B4
(193,210,180)
#CDDBC1
(205,219,193)
#D9E4CE
(217,228,206)
#E5EDDB
(229,237,219)
#F1F6E8
(241,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799C66; }

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

This text font color is #799C66.

Background Color

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

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

This div background color is #799C66.

Border color

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

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

This div border color is #799C66.

Opacity

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

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

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

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

This text has shadow with #799C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #799C66.

Preview

Color preview on black background

This text has color #799C66 on black background.


Color preview on white background

This text has color #799C66 on white background.


Black color preview on #799C66 background

This text has black color on #799C66 background.


White color preview on #799C66 background

This text has white color on #799C66 background.


Related colors

Complementary color

Complementary color for #hex is #866399.


I love getcolorcode.com

Triadic colors

1 #66799C and #9C6679 with #799C66 are triadic colors.

2 #669C79 and #9C7966 with #799C66 are triadic colors.