COLOR #719C10

HEX: #719C10
RGB: (113,156,16)

Color info

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

RGB color model

#719C10 color RGB value is (113,156,16).

  • red value is 113;
  • green value is 156;
  • blue value is 16.
RGB:
(113,156,16)
(44%,61%,6%)

RGB channels and saturation

R 113 of 255 = 44%
G 156 of 255 = 61%
B 16 of 255 = 6%

113
156
16

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

Portions of RGB colors in percentages

R + G + B =
113 + 156 + 16 = 285 (100%)
R 113 of 285 ~ 39.65%
G 156 of 285 ~ 54.74%
B 16 of 285 ~ 5.61%

%39.65
%54.74

CMYK color model

#719C10 color CMYK value is (28,0,90,39).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 89.74%
  • key color value is 38.82%
CMYK:
(28,0,90,39)
C28M0Y90K39 
(28%,0%,90%,39%)
(0.28/0.00/0.90/0.39)	

CMYK percentages

%27.56
%0
%89.74
%38.82

Codes

Color #719C10 in popluar color models

719C10
RGB11315616
HSL78°81.40%33.73%
HSB/HSV78°89.74%61.18%
CMYK27.56%0.00%89.74%
38.82%

Color #719C10 in popluar number systems.

HEX719C10
Decimal11315616
Binary11100011001110010000
Octal16123420

Shades and tints

Shades of #719C10

#719C10
(113,156,16)
#678E0F
(103,142,15)
#5D800E
(93,128,14)
#53720D
(83,114,13)
#49640C
(73,100,12)
#3F560B
(63,86,11)
#35480A
(53,72,10)
#2B3A09
(43,58,9)
#212C08
(33,44,8)
#171E07
(23,30,7)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #719C10

#719C10
(113,156,16)
#7DA525
(125,165,37)
#89AE3A
(137,174,58)
#95B74F
(149,183,79)
#A1C064
(161,192,100)
#ADC979
(173,201,121)
#B9D28E
(185,210,142)
#C5DBA3
(197,219,163)
#D1E4B8
(209,228,184)
#DDEDCD
(221,237,205)
#E9F6E2
(233,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719C10 color. Also use rgb(113,156,16) instead hex code.

Text Font Color

.myTextColor { color: #719C10; }

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

This text font color is #719C10.


Background Color

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

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

This div background color is #719C10.


Border color

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

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

This div border color is #719C10.


Opacity

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

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

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

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

This text has shadow with #719C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719C10 on black background.


Color preview on white background

This text has color #719C10 on white background.



Black color preview on #719C10 background

This text has black color on #719C10 background.


White color preview on #719C10 background

This text has white color on #719C10 background.