COLOR #719976

HEX: #719976
RGB: (113,153,118)

Color info

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

RGB color model

#719976 color RGB value is (113,153,118).

  • red value is 113;
  • green value is 153;
  • blue value is 118.
RGB:
(113,153,118)
(44%,60%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 153 of 255 = 60%
B 118 of 255 = 46%

113
153
118

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

Portions of RGB colors in percentages

R + G + B =
113 + 153 + 118 = 384 (100%)
R 113 of 384 ~ 29.43%
G 153 of 384 ~ 39.84%
B 118 of 384 ~ 30.73%

%29.43
%39.84
%30.73

CMYK color model

#719976 color CMYK value is (26,0,23,40).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(26,0,23,40)
C26M0Y23K40 
(26%,0%,23%,40%)
(0.26/0.00/0.23/0.40)	

CMYK percentages

%26.14
%0
%22.88
%40

Codes

Color #719976 in popluar color models

719976
RGB113153118
HSL128°16.39%52.16%
HSB/HSV128°26.14%60.00%
CMYK26.14%0.00%22.88%
40.00%

Color #719976 in popluar number systems.

HEX719976
Decimal113153118
Binary1110001100110011110110
Octal161231166

Shades and tints

Shades of #719976

#719976
(113,153,118)
#678C6C
(103,140,108)
#5D7F62
(93,127,98)
#537258
(83,114,88)
#49654E
(73,101,78)
#3F5844
(63,88,68)
#354B3A
(53,75,58)
#2B3E30
(43,62,48)
#213126
(33,49,38)
#17241C
(23,36,28)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #719976

#719976
(113,153,118)
#7DA282
(125,162,130)
#89AB8E
(137,171,142)
#95B49A
(149,180,154)
#A1BDA6
(161,189,166)
#ADC6B2
(173,198,178)
#B9CFBE
(185,207,190)
#C5D8CA
(197,216,202)
#D1E1D6
(209,225,214)
#DDEAE2
(221,234,226)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #719976 color. Also use rgb(113,153,118) instead hex code.

Text Font Color

.myTextColor { color: #719976; }

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

This text font color is #719976.


Background Color

.myBgColor { background-color: #719976; }

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

This div background color is #719976.


Border color

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

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

This div border color is #719976.


Opacity

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

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

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

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

This text has shadow with #719976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #719976 on black background.


Color preview on white background

This text has color #719976 on white background.



Black color preview on #719976 background

This text has black color on #719976 background.


White color preview on #719976 background

This text has white color on #719976 background.