COLOR #719D0A

HEX: #719D0A
RGB: (113,157,10)

Color info

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

RGB color model

#719D0A color RGB value is (113,157,10).

  • red value is 113;
  • green value is 157;
  • blue value is 10.
RGB:
(113,157,10)
(44%,62%,4%)

RGB channels and saturation

R 113 of 255 = 44%
G 157 of 255 = 62%
B 10 of 255 = 4%

113
157
10

R + G + B ~ 37%. #719D0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
113 + 157 + 10 = 280 (100%)
R 113 of 280 ~ 40.36%
G 157 of 280 ~ 56.07%
B 10 of 280 ~ 3.57%

%40.36
%56.07

CMYK color model

#719D0A color CMYK value is (28,0,94,38).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 93.63%
  • key color value is 38.43%
CMYK:
(28,0,94,38)
C28M0Y94K38 
(28%,0%,94%,38%)
(0.28/0.00/0.94/0.38)	

CMYK percentages

%28.03
%0
%93.63
%38.43

Codes

Color #719D0A in popluar color models

719D0A
RGB11315710
HSL78°88.02%32.75%
HSB/HSV78°93.63%61.57%
CMYK28.03%0.00%93.63%
38.43%

Color #719D0A in popluar number systems.

HEX719D0A
Decimal11315710
Binary1110001100111011010
Octal16123512

Shades and tints

Shades of #719D0A

#719D0A
(113,157,10)
#678F0A
(103,143,10)
#5D810A
(93,129,10)
#53730A
(83,115,10)
#49650A
(73,101,10)
#3F570A
(63,87,10)
#35490A
(53,73,10)
#2B3B0A
(43,59,10)
#212D0A
(33,45,10)
#171F0A
(23,31,10)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #719D0A

#719D0A
(113,157,10)
#7DA520
(125,165,32)
#89AD36
(137,173,54)
#95B54C
(149,181,76)
#A1BD62
(161,189,98)
#ADC578
(173,197,120)
#B9CD8E
(185,205,142)
#C5D5A4
(197,213,164)
#D1DDBA
(209,221,186)
#DDE5D0
(221,229,208)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719D0A color. Also use rgb(113,157,10) instead hex code.

Text Font Color

.myTextColor { color: #719D0A; }

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

This text font color is #719D0A.


Background Color

.myBgColor { background-color: #719D0A; }

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

This div background color is #719D0A.


Border color

.myBorderColor { border: 1px solid #719D0A; }

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

This div border color is #719D0A.


Opacity

.myOpacity80 { color: #719D0A; opacity: 0.8; }

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

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

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

This text has shadow with #719D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719D0A on black background.


Color preview on white background

This text has color #719D0A on white background.



Black color preview on #719D0A background

This text has black color on #719D0A background.


White color preview on #719D0A background

This text has white color on #719D0A background.