COLOR #798A79

HEX: #798A79
RGB: (121,138,121)

Color info

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

RGB color model

#798A79 color RGB value is (121,138,121).

  • red value is 121;
  • green value is 138;
  • blue value is 121.
RGB:
(121,138,121)
(47%,54%,47%)

RGB channels and saturation

R 121 of 255 = 47%
G 138 of 255 = 54%
B 121 of 255 = 47%

121
138
121

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

Portions of RGB colors in percentages

R + G + B =
121 + 138 + 121 = 380 (100%)
R 121 of 380 ~ 31.84%
G 138 of 380 ~ 36.32%
B 121 of 380 ~ 31.84%

%31.84
%36.32
%31.84

CMYK color model

#798A79 color CMYK value is (12,0,12,46).

  • cyan value is 12.32%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 45.88%
CMYK:
(12,0,12,46)
C12M0Y12K46 
(12%,0%,12%,46%)
(0.12/0.00/0.12/0.46)	

CMYK percentages

%12.32
%0
%12.32
%45.88

Codes

Color #798A79 in popluar color models

798A79
RGB121138121
HSL120°6.77%50.78%
HSB/HSV120°12.32%54.12%
CMYK12.32%0.00%12.32%
45.88%

Color #798A79 in popluar number systems.

HEX798A79
Decimal121138121
Binary1111001100010101111001
Octal171212171

Shades and tints

Shades of #798A79

#798A79
(121,138,121)
#6E7E6E
(110,126,110)
#637263
(99,114,99)
#586658
(88,102,88)
#4D5A4D
(77,90,77)
#424E42
(66,78,66)
#374237
(55,66,55)
#2C362C
(44,54,44)
#212A21
(33,42,33)
#161E16
(22,30,22)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #798A79

#798A79
(121,138,121)
#859485
(133,148,133)
#919E91
(145,158,145)
#9DA89D
(157,168,157)
#A9B2A9
(169,178,169)
#B5BCB5
(181,188,181)
#C1C6C1
(193,198,193)
#CDD0CD
(205,208,205)
#D9DAD9
(217,218,217)
#E5E4E5
(229,228,229)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #798A79 color. Also use rgb(121,138,121) instead hex code.

Text Font Color

.myTextColor { color: #798A79; }

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

This text font color is #798A79.


Background Color

.myBgColor { background-color: #798A79; }

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

This div background color is #798A79.


Border color

.myBorderColor { border: 1px solid #798A79; }

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

This div border color is #798A79.


Opacity

.myOpacity80 { color: #798A79; opacity: 0.8; }

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

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

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

This text has shadow with #798A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798A79 on black background.


Color preview on white background

This text has color #798A79 on white background.



Black color preview on #798A79 background

This text has black color on #798A79 background.


White color preview on #798A79 background

This text has white color on #798A79 background.