COLOR #79A001

HEX: #79A001
RGB: (121,160,1)

Color info

#79A001 contains mainly red and green colors. Web safe color of #79A001 is #669900 (or #690).

RGB color model

#79A001 color RGB value is (121,160,1).

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

RGB channels and saturation

R 121 of 255 = 47%
G 160 of 255 = 63%
B 1 of 255 = 0%

121
160
1

R + G + B ~ 37%. #79A001 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 160 + 1 = 282 (100%)
R 121 of 282 ~ 42.91%
G 160 of 282 ~ 56.74%
B 1 of 282 ~ 0.35%

%42.91
%56.74

CMYK color model

#79A001 color CMYK value is (24,0,99,37).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 99.38%
  • key color value is 37.25%
CMYK:
(24,0,99,37)
C24M0Y99K37 
(24%,0%,99%,37%)
(0.24/0.00/0.99/0.37)	

CMYK percentages

%24.38
%0
%99.38
%37.25

Codes

Color #79A001 in popluar color models

79A001
RGB1211601
HSL75°98.76%31.57%
HSB/HSV75°99.38%62.75%
CMYK24.38%0.00%99.38%
37.25%

Color #79A001 in popluar number systems.

HEX79A001
Decimal1211601
Binary1111001101000001
Octal1712401

Shades and tints

Shades of #79A001

#79A001
(121,160,1)
#6E9201
(110,146,1)
#638401
(99,132,1)
#587601
(88,118,1)
#4D6801
(77,104,1)
#425A01
(66,90,1)
#374C01
(55,76,1)
#2C3E01
(44,62,1)
#213001
(33,48,1)
#162201
(22,34,1)
#0B1401
(11,20,1)
#000000
(0,0,0)

Tints of #79A001

#79A001
(121,160,1)
#85A818
(133,168,24)
#91B02F
(145,176,47)
#9DB846
(157,184,70)
#A9C05D
(169,192,93)
#B5C874
(181,200,116)
#C1D08B
(193,208,139)
#CDD8A2
(205,216,162)
#D9E0B9
(217,224,185)
#E5E8D0
(229,232,208)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A001; }

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

This text font color is #79A001.


Background Color

.myBgColor { background-color: #79A001; }

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

This div background color is #79A001.


Border color

.myBorderColor { border: 1px solid #79A001; }

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

This div border color is #79A001.


Opacity

.myOpacity80 { color: #79A001; opacity: 0.8; }

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

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

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

This text has shadow with #79A001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A001 on black background.


Color preview on white background

This text has color #79A001 on white background.



Black color preview on #79A001 background

This text has black color on #79A001 background.


White color preview on #79A001 background

This text has white color on #79A001 background.