COLOR #799E4A

HEX: #799E4A
RGB: (121,158,74)

Color info

#799E4A contains mainly red and green colors. Web safe color of #799E4A is #669933 (or #693).

RGB color model

#799E4A color RGB value is (121,158,74).

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

RGB channels and saturation

R 121 of 255 = 47%
G 158 of 255 = 62%
B 74 of 255 = 29%

121
158
74

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

Portions of RGB colors in percentages

R + G + B =
121 + 158 + 74 = 353 (100%)
R 121 of 353 ~ 34.28%
G 158 of 353 ~ 44.76%
B 74 of 353 ~ 20.96%

%34.28
%44.76
%20.96

CMYK color model

#799E4A color CMYK value is (23,0,53,38).

  • cyan value is 23.42%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 38.04%
CMYK:
(23,0,53,38)
C23M0Y53K38 
(23%,0%,53%,38%)
(0.23/0.00/0.53/0.38)	

CMYK percentages

%23.42
%0
%53.16
%38.04

Codes

Color #799E4A in popluar color models

799E4A
RGB12115874
HSL86°36.21%45.49%
HSB/HSV86°53.16%61.96%
CMYK23.42%0.00%53.16%
38.04%

Color #799E4A in popluar number systems.

HEX799E4A
Decimal12115874
Binary1111001100111101001010
Octal171236112

Shades and tints

Shades of #799E4A

#799E4A
(121,158,74)
#6E9044
(110,144,68)
#63823E
(99,130,62)
#587438
(88,116,56)
#4D6632
(77,102,50)
#42582C
(66,88,44)
#374A26
(55,74,38)
#2C3C20
(44,60,32)
#212E1A
(33,46,26)
#162014
(22,32,20)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #799E4A

#799E4A
(121,158,74)
#85A65A
(133,166,90)
#91AE6A
(145,174,106)
#9DB67A
(157,182,122)
#A9BE8A
(169,190,138)
#B5C69A
(181,198,154)
#C1CEAA
(193,206,170)
#CDD6BA
(205,214,186)
#D9DECA
(217,222,202)
#E5E6DA
(229,230,218)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799E4A; }

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

This text font color is #799E4A.


Background Color

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

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

This div background color is #799E4A.


Border color

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

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

This div border color is #799E4A.


Opacity

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

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

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

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

This text has shadow with #799E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799E4A on black background.


Color preview on white background

This text has color #799E4A on white background.



Black color preview on #799E4A background

This text has black color on #799E4A background.


White color preview on #799E4A background

This text has white color on #799E4A background.