COLOR #74916C

HEX: #74916C RGB: (116,145,108)

Color info

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

RGB color model

#74916C color RGB value is (116,145,108).

RGB: (116,145,108) (45%, 57%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 145 of 255 = 57%
B 108 of 255 = 42%

116
145
108

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

Portions of RGB colors in percentages

R + G + B = 116 + 145 + 108 = 369 (100%)
R 116 of 369 ~ 31.44%
G 145 of 369 ~ 39.3%
B 108 of 369 ~ 29.27'%

%31.44
%39.3
%29.27

CMYK color model

#74916C color CMYK value is (20,0,26,43).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 25.52%
  • key color value is 43.14%

CMYK: (20,0,26,43)
C20M0Y26K43 (20%, 0%, 26%, 43%)
(0.20 / 0.00 / 0.26 / 0.43)

CMYK percentages

%20
%0
%25.52
%43.14

Codes

Color #74916C in popluar color models

74 91 6C
RGB 116 145 108
HSL 107° 14.62% 49.61%
HSB/HSV 107° 25.52% 56.86%
CMYK 20.00% 0.00% 25.52%
43.14%

Color #74916C in popluar number systems.

HEX 74 91 6C
Decimal 116 145 108
Binary 1110100 10010001 1101100
Octal 164 221 154

Shades and tints

Shades of #74916C

#74916C
(116,145,108)
#6A8463
(106,132,99)
#60775A
(96,119,90)
#566A51
(86,106,81)
#4C5D48
(76,93,72)
#42503F
(66,80,63)
#384336
(56,67,54)
#2E362D
(46,54,45)
#242924
(36,41,36)
#1A1C1B
(26,28,27)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #74916C

#74916C
(116,145,108)
#809B79
(128,155,121)
#8CA586
(140,165,134)
#98AF93
(152,175,147)
#A4B9A0
(164,185,160)
#B0C3AD
(176,195,173)
#BCCDBA
(188,205,186)
#C8D7C7
(200,215,199)
#D4E1D4
(212,225,212)
#E0EBE1
(224,235,225)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74916C color. Also use rgb(116,145,108) instead hex code.

Text Font Color

.myTextColor { color: #74916C; }

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

This text font color is #74916C.

Background Color

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

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

This div background color is #74916C.

Border color

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

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

This div border color is #74916C.

Opacity

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

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

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

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

This text has shadow with #74916C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74916C.

Preview

Color preview on black background

This text has color #74916C on black background.


Color preview on white background

This text has color #74916C on white background.


Black color preview on #74916C background

This text has black color on #74916C background.


White color preview on #74916C background

This text has white color on #74916C background.


Related colors

Complementary color

Complementary color for #hex is #8B6E93.


I love getcolorcode.com

Triadic colors

1 #6C7491 and #916C74 with #74916C are triadic colors.

2 #6C9174 and #91746C with #74916C are triadic colors.