COLOR #71973C

HEX: #71973C RGB: (113,151,60)

Color info

#71973C contains mainly red and green colors. Web safe color of #71973C is #669933 (or #693).

RGB color model

#71973C color RGB value is (113,151,60).

RGB: (113,151,60) (44%, 59%, 24%)

RGB channels and saturation

R 113 of 255 = 44%
G 151 of 255 = 59%
B 60 of 255 = 24%

113
151
60

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

Portions of RGB colors in percentages

R + G + B = 113 + 151 + 60 = 324 (100%)
R 113 of 324 ~ 34.88%
G 151 of 324 ~ 46.6%
B 60 of 324 ~ 18.52'%

%34.88
%46.6
%18.52

CMYK color model

#71973C color CMYK value is (25,0,60,41).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 60.26%
  • key color value is 40.78%

CMYK: (25,0,60,41)
C25M0Y60K41 (25%, 0%, 60%, 41%)
(0.25 / 0.00 / 0.60 / 0.41)

CMYK percentages

%25.17
%0
%60.26
%40.78

Codes

Color #71973C in popluar color models

71 97 3C
RGB 113 151 60
HSL 85° 43.13% 41.37%
HSB/HSV 85° 60.26% 59.22%
CMYK 25.17% 0.00% 60.26%
40.78%

Color #71973C in popluar number systems.

HEX 71 97 3C
Decimal 113 151 60
Binary 1110001 10010111 111100
Octal 161 227 74

Shades and tints

Shades of #71973C

#71973C
(113,151,60)
#678A37
(103,138,55)
#5D7D32
(93,125,50)
#53702D
(83,112,45)
#496328
(73,99,40)
#3F5623
(63,86,35)
#35491E
(53,73,30)
#2B3C19
(43,60,25)
#212F14
(33,47,20)
#17220F
(23,34,15)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #71973C

#71973C
(113,151,60)
#7DA04D
(125,160,77)
#89A95E
(137,169,94)
#95B26F
(149,178,111)
#A1BB80
(161,187,128)
#ADC491
(173,196,145)
#B9CDA2
(185,205,162)
#C5D6B3
(197,214,179)
#D1DFC4
(209,223,196)
#DDE8D5
(221,232,213)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71973C; }

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

This text font color is #71973C.

Background Color

.myBgColor { background-color: #71973C; }

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

This div background color is #71973C.

Border color

.myBorderColor { border: 1px solid #71973C; }

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

This div border color is #71973C.

Opacity

.myOpacity80 { color: #71973C; opacity: 0.8; }

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

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

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

This text has shadow with #71973C color.


.textShadow {text-shadow: 3px 3px 1px #71973C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71973C; -webkit-box-shadow: 1px 1px 3px 2px #71973C; box-shadow:1px 1px 3px 2px #71973C;">
Div content here
</div>

This div box has shadow with color #71973C.

Preview

Color preview on black background

This text has color #71973C on black background.


Color preview on white background

This text has color #71973C on white background.


Black color preview on #71973C background

This text has black color on #71973C background.


White color preview on #71973C background

This text has white color on #71973C background.


Related colors

Complementary color

Complementary color for #hex is #8E68C3.


I love getcolorcode.com

Triadic colors

1 #3C7197 and #973C71 with #71973C are triadic colors.

2 #3C9771 and #97713C with #71973C are triadic colors.