COLOR #74997F

HEX: #74997F RGB: (116,153,127)

Color info

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

RGB color model

#74997F color RGB value is (116,153,127).

RGB: (116,153,127) (45%, 60%, 50%)

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 127 of 255 = 50%

116
153
127

R + G + B ~ 52%. #74997F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 153 + 127 = 396 (100%)
R 116 of 396 ~ 29.29%
G 153 of 396 ~ 38.64%
B 127 of 396 ~ 32.07'%

%29.29
%38.64
%32.07

CMYK color model

#74997F color CMYK value is (24,0,17,40).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 40.00%

CMYK: (24,0,17,40)
C24M0Y17K40 (24%, 0%, 17%, 40%)
(0.24 / 0.00 / 0.17 / 0.40)

CMYK percentages

%24.18
%0
%16.99
%40

Codes

Color #74997F in popluar color models

74 99 7F
RGB 116 153 127
HSL 138° 15.35% 52.75%
HSB/HSV 138° 24.18% 60.00%
CMYK 24.18% 0.00% 16.99%
40.00%

Color #74997F in popluar number systems.

HEX 74 99 7F
Decimal 116 153 127
Binary 1110100 10011001 1111111
Octal 164 231 177

Shades and tints

Shades of #74997F

#74997F
(116,153,127)
#6A8C74
(106,140,116)
#607F69
(96,127,105)
#56725E
(86,114,94)
#4C6553
(76,101,83)
#425848
(66,88,72)
#384B3D
(56,75,61)
#2E3E32
(46,62,50)
#243127
(36,49,39)
#1A241C
(26,36,28)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #74997F

#74997F
(116,153,127)
#80A28A
(128,162,138)
#8CAB95
(140,171,149)
#98B4A0
(152,180,160)
#A4BDAB
(164,189,171)
#B0C6B6
(176,198,182)
#BCCFC1
(188,207,193)
#C8D8CC
(200,216,204)
#D4E1D7
(212,225,215)
#E0EAE2
(224,234,226)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74997F color. Also use rgb(116,153,127) instead hex code.

Text Font Color

.myTextColor { color: #74997F; }

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

This text font color is #74997F.

Background Color

.myBgColor { background-color: #74997F; }

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

This div background color is #74997F.

Border color

.myBorderColor { border: 1px solid #74997F; }

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

This div border color is #74997F.

Opacity

.myOpacity80 { color: #74997F; opacity: 0.8; }

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

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

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

This text has shadow with #74997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74997F.

Preview

Color preview on black background

This text has color #74997F on black background.


Color preview on white background

This text has color #74997F on white background.


Black color preview on #74997F background

This text has black color on #74997F background.


White color preview on #74997F background

This text has white color on #74997F background.


Related colors

Complementary color

Complementary color for #hex is #8B6680.


I love getcolorcode.com

Triadic colors

1 #7F7499 and #997F74 with #74997F are triadic colors.

2 #7F9974 and #99747F with #74997F are triadic colors.