COLOR #79B514

HEX: #79B514
RGB: (121,181,20)

Color info

#79B514 contains mainly green color. Web safe color of #79B514 is #66CC00 (or #6C0).

RGB color model

#79B514 color RGB value is (121,181,20).

  • red value is 121;
  • green value is 181;
  • blue value is 20.
RGB:
(121,181,20)
(47%,71%,8%)

RGB channels and saturation

R 121 of 255 = 47%
G 181 of 255 = 71%
B 20 of 255 = 8%

121
181
20

R + G + B ~ 42%. #79B514 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 181 + 20 = 322 (100%)
R 121 of 322 ~ 37.58%
G 181 of 322 ~ 56.21%
B 20 of 322 ~ 6.21%

%37.58
%56.21

CMYK color model

#79B514 color CMYK value is (33,0,89,29).

  • cyan value is 33.15%
  • magenta value is 0.00%
  • yellow value is 88.95%
  • key color value is 29.02%
CMYK:
(33,0,89,29)
C33M0Y89K29 
(33%,0%,89%,29%)
(0.33/0.00/0.89/0.29)	

CMYK percentages

%33.15
%0
%88.95
%29.02

Codes

Color #79B514 in popluar color models

79B514
RGB12118120
HSL82°80.10%39.41%
HSB/HSV82°88.95%70.98%
CMYK33.15%0.00%88.95%
29.02%

Color #79B514 in popluar number systems.

HEX79B514
Decimal12118120
Binary11110011011010110100
Octal17126524

Shades and tints

Shades of #79B514

#79B514
(121,181,20)
#6EA513
(110,165,19)
#639512
(99,149,18)
#588511
(88,133,17)
#4D7510
(77,117,16)
#42650F
(66,101,15)
#37550E
(55,85,14)
#2C450D
(44,69,13)
#21350C
(33,53,12)
#16250B
(22,37,11)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #79B514

#79B514
(121,181,20)
#85BB29
(133,187,41)
#91C13E
(145,193,62)
#9DC753
(157,199,83)
#A9CD68
(169,205,104)
#B5D37D
(181,211,125)
#C1D992
(193,217,146)
#CDDFA7
(205,223,167)
#D9E5BC
(217,229,188)
#E5EBD1
(229,235,209)
#F1F1E6
(241,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B514 color. Also use rgb(121,181,20) instead hex code.

Text Font Color

.myTextColor { color: #79B514; }

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

This text font color is #79B514.


Background Color

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

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

This div background color is #79B514.


Border color

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

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

This div border color is #79B514.


Opacity

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

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

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

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

This text has shadow with #79B514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B514 on black background.


Color preview on white background

This text has color #79B514 on white background.



Black color preview on #79B514 background

This text has black color on #79B514 background.


White color preview on #79B514 background

This text has white color on #79B514 background.