COLOR #799B64

HEX: #799B64
RGB: (121,155,100)

Color info

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

RGB color model

#799B64 color RGB value is (121,155,100).

  • red value is 121;
  • green value is 155;
  • blue value is 100.
RGB: (121,155,100) (47%,61%,39%)

RGB channels and saturation

R 121 of 255 = 47%
G 155 of 255 = 61%
B 100 of 255 = 39%

121
155
100

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

Portions of RGB colors in percentages

R + G + B =
121 + 155 + 100 = 376 (100%)
R 121 of 376 ~ 32.18%
G 155 of 376 ~ 41.22%
B 100 of 376 ~ 26.6%

%32.18
%41.22
%26.6

CMYK color model

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

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 39.22%
CMYK: (22,0,35,39) C22M0Y35K39 (22%,0%,35%,39%) (0.22/0.00/0.35/0.39)

CMYK percentages

%21.94
%0
%35.48
%39.22

Codes

Color #799B64 in popluar color models

799B64
RGB121155100
HSL97°21.57%50.00%
HSB/HSV97°35.48%60.78%
CMYK21.94%0.00%35.48%
39.22%

Color #799B64 in popluar number systems.

HEX799B64
Decimal121155100
Binary1111001100110111100100
Octal171233144

Shades and tints

Shades of #799B64

#799B64
(121,155,100)
#6E8D5B
(110,141,91)
#637F52
(99,127,82)
#587149
(88,113,73)
#4D6340
(77,99,64)
#425537
(66,85,55)
#37472E
(55,71,46)
#2C3925
(44,57,37)
#212B1C
(33,43,28)
#161D13
(22,29,19)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #799B64

#799B64
(121,155,100)
#85A472
(133,164,114)
#91AD80
(145,173,128)
#9DB68E
(157,182,142)
#A9BF9C
(169,191,156)
#B5C8AA
(181,200,170)
#C1D1B8
(193,209,184)
#CDDAC6
(205,218,198)
#D9E3D4
(217,227,212)
#E5ECE2
(229,236,226)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799B64 color. Also use rgb(121,155,100) instead hex code.

Text Font Color

.myTextColor { color: #799B64; }

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

This text font color is #799B64.


Background Color

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

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

This div background color is #799B64.


Border color

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

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

This div border color is #799B64.


Opacity

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

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

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

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

This text has shadow with #799B64 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #799B64 on black background.


Color preview on white background

This text has color #799B64 on white background.



Black color preview on #799B64 background

This text has black color on #799B64 background.


White color preview on #799B64 background

This text has white color on #799B64 background.