COLOR #719760

HEX: #719760
RGB: (113,151,96)

Color info

#719760 contains red, green and blue colors in about the same proportion. Web safe color of #719760 is #669966 (or #696).

RGB color model

#719760 color RGB value is (113,151,96).

  • red value is 113;
  • green value is 151;
  • blue value is 96.
RGB:
(113,151,96)
(44%,59%,38%)

RGB channels and saturation

R 113 of 255 = 44%
G 151 of 255 = 59%
B 96 of 255 = 38%

113
151
96

R + G + B ~ 47%. #719760 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 151 + 96 = 360 (100%)
R 113 of 360 ~ 31.39%
G 151 of 360 ~ 41.94%
B 96 of 360 ~ 26.67%

%31.39
%41.94
%26.67

CMYK color model

#719760 color CMYK value is (25,0,36,41).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 40.78%
CMYK:
(25,0,36,41)
C25M0Y36K41 
(25%,0%,36%,41%)
(0.25/0.00/0.36/0.41)	

CMYK percentages

%25.17
%0
%36.42
%40.78

Codes

Color #719760 in popluar color models

719760
RGB11315196
HSL101°22.27%48.43%
HSB/HSV101°36.42%59.22%
CMYK25.17%0.00%36.42%
40.78%

Color #719760 in popluar number systems.

HEX719760
Decimal11315196
Binary1110001100101111100000
Octal161227140

Shades and tints

Shades of #719760

#719760
(113,151,96)
#678A58
(103,138,88)
#5D7D50
(93,125,80)
#537048
(83,112,72)
#496340
(73,99,64)
#3F5638
(63,86,56)
#354930
(53,73,48)
#2B3C28
(43,60,40)
#212F20
(33,47,32)
#172218
(23,34,24)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #719760

#719760
(113,151,96)
#7DA06E
(125,160,110)
#89A97C
(137,169,124)
#95B28A
(149,178,138)
#A1BB98
(161,187,152)
#ADC4A6
(173,196,166)
#B9CDB4
(185,205,180)
#C5D6C2
(197,214,194)
#D1DFD0
(209,223,208)
#DDE8DE
(221,232,222)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719760 color. Also use rgb(113,151,96) instead hex code.

Text Font Color

.myTextColor { color: #719760; }

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

This text font color is #719760.


Background Color

.myBgColor { background-color: #719760; }

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

This div background color is #719760.


Border color

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

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

This div border color is #719760.


Opacity

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

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

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

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

This text has shadow with #719760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719760 on black background.


Color preview on white background

This text has color #719760 on white background.



Black color preview on #719760 background

This text has black color on #719760 background.


White color preview on #719760 background

This text has white color on #719760 background.