COLOR #74906F

HEX: #74906F RGB: (116,144,111)

Color info

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

RGB color model

#74906F color RGB value is (116,144,111).

RGB: (116,144,111) (45%, 56%, 44%)

RGB channels and saturation

R 116 of 255 = 45%
G 144 of 255 = 56%
B 111 of 255 = 44%

116
144
111

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

Portions of RGB colors in percentages

R + G + B = 116 + 144 + 111 = 371 (100%)
R 116 of 371 ~ 31.27%
G 144 of 371 ~ 38.81%
B 111 of 371 ~ 29.92'%

%31.27
%38.81
%29.92

CMYK color model

#74906F color CMYK value is (19,0,23,44).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 43.53%
CMYK: (19,0,23,44) C19M0Y23K44 (19%,0%,23%,44%) (0.19/0.00/0.23/0.44) 

CMYK percentages

%19.44
%0
%22.92
%43.53

Codes

Color #74906F in popluar color models

74 90 6F
RGB 116 144 111
HSL 111° 12.94% 50.00%
HSB/HSV 111° 22.92% 56.47%
CMYK 19.44% 0.00% 22.92%
43.53%

Color #74906F in popluar number systems.

HEX 74 90 6F
Decimal 116 144 111
Binary 1110100 10010000 1101111
Octal 164 220 157

Shades and tints

Shades of #74906F

#74906F
(116,144,111)
#6A8365
(106,131,101)
#60765B
(96,118,91)
#566951
(86,105,81)
#4C5C47
(76,92,71)
#424F3D
(66,79,61)
#384233
(56,66,51)
#2E3529
(46,53,41)
#24281F
(36,40,31)
#1A1B15
(26,27,21)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #74906F

#74906F
(116,144,111)
#809A7C
(128,154,124)
#8CA489
(140,164,137)
#98AE96
(152,174,150)
#A4B8A3
(164,184,163)
#B0C2B0
(176,194,176)
#BCCCBD
(188,204,189)
#C8D6CA
(200,214,202)
#D4E0D7
(212,224,215)
#E0EAE4
(224,234,228)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74906F color. Also use rgb(116,144,111) instead hex code.

Text Font Color

.myTextColor { color: #74906F; }

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

This text font color is #74906F.

Background Color

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

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

This div background color is #74906F.

Border color

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

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

This div border color is #74906F.

Opacity

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

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

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

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

This text has shadow with #74906F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74906F.

Preview

Color preview on black background

This text has color #74906F on black background.


Color preview on white background

This text has color #74906F on white background.


Black color preview on #74906F background

This text has black color on #74906F background.


White color preview on #74906F background

This text has white color on #74906F background.


Related colors

Complementary color

Complementary color for #hex is #8B6F90.


I love getcolorcode.com

Triadic colors

1 #6F7490 and #906F74 with #74906F are triadic colors.

2 #6F9074 and #90746F with #74906F are triadic colors.