COLOR #797001

HEX: #797001
RGB: (121,112,1)

Color info

#797001 contains mainly red and green colors. Web safe color of #797001 is #666600 (or #660).

RGB color model

#797001 color RGB value is (121,112,1).

  • red value is 121;
  • green value is 112;
  • blue value is 1.
RGB:
(121,112,1)
(47%,44%,0%)

RGB channels and saturation

R 121 of 255 = 47%
G 112 of 255 = 44%
B 1 of 255 = 0%

121
112
1

R + G + B ~ 30%. #797001 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 112 + 1 = 234 (100%)
R 121 of 234 ~ 51.71%
G 112 of 234 ~ 47.86%
B 1 of 234 ~ 0.43%

%51.71
%47.86

CMYK color model

#797001 color CMYK value is (0,7,99,53).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 99.17%
  • key color value is 52.55%
CMYK:
(0,7,99,53)
C0M7Y99K53 
(0%,7%,99%,53%)
(0.00/0.07/0.99/0.53)	

CMYK percentages

%0
%7.44
%99.17
%52.55

Codes

Color #797001 in popluar color models

797001
RGB1211121
HSL56°98.36%23.92%
HSB/HSV56°99.17%47.45%
CMYK0.00%7.44%99.17%
52.55%

Color #797001 in popluar number systems.

HEX797001
Decimal1211121
Binary111100111100001
Octal1711601

Shades and tints

Shades of #797001

#797001
(121,112,1)
#6E6601
(110,102,1)
#635C01
(99,92,1)
#585201
(88,82,1)
#4D4801
(77,72,1)
#423E01
(66,62,1)
#373401
(55,52,1)
#2C2A01
(44,42,1)
#212001
(33,32,1)
#161601
(22,22,1)
#0B0C01
(11,12,1)
#000000
(0,0,0)

Tints of #797001

#797001
(121,112,1)
#857D18
(133,125,24)
#918A2F
(145,138,47)
#9D9746
(157,151,70)
#A9A45D
(169,164,93)
#B5B174
(181,177,116)
#C1BE8B
(193,190,139)
#CDCBA2
(205,203,162)
#D9D8B9
(217,216,185)
#E5E5D0
(229,229,208)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #797001 color. Also use rgb(121,112,1) instead hex code.

Text Font Color

.myTextColor { color: #797001; }

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

This text font color is #797001.


Background Color

.myBgColor { background-color: #797001; }

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

This div background color is #797001.


Border color

.myBorderColor { border: 1px solid #797001; }

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

This div border color is #797001.


Opacity

.myOpacity80 { color: #797001; opacity: 0.8; }

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

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

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

This text has shadow with #797001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797001 on black background.


Color preview on white background

This text has color #797001 on white background.



Black color preview on #797001 background

This text has black color on #797001 background.


White color preview on #797001 background

This text has white color on #797001 background.