COLOR #74954B

HEX: #74954B
RGB: (116,149,75)

Color info

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

RGB color model

#74954B color RGB value is (116,149,75).

  • red value is 116;
  • green value is 149;
  • blue value is 75.
RGB:
(116,149,75)
(45%,58%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 149 of 255 = 58%
B 75 of 255 = 29%

116
149
75

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

Portions of RGB colors in percentages

R + G + B =
116 + 149 + 75 = 340 (100%)
R 116 of 340 ~ 34.12%
G 149 of 340 ~ 43.82%
B 75 of 340 ~ 22.06%

%34.12
%43.82
%22.06

CMYK color model

#74954B color CMYK value is (22,0,50,42).

  • cyan value is 22.15%
  • magenta value is 0.00%
  • yellow value is 49.66%
  • key color value is 41.57%
CMYK:
(22,0,50,42)
C22M0Y50K42 
(22%,0%,50%,42%)
(0.22/0.00/0.50/0.42)	

CMYK percentages

%22.15
%0
%49.66
%41.57

Codes

Color #74954B in popluar color models

74954B
RGB11614975
HSL87°33.04%43.92%
HSB/HSV87°49.66%58.43%
CMYK22.15%0.00%49.66%
41.57%

Color #74954B in popluar number systems.

HEX74954B
Decimal11614975
Binary1110100100101011001011
Octal164225113

Shades and tints

Shades of #74954B

#74954B
(116,149,75)
#6A8845
(106,136,69)
#607B3F
(96,123,63)
#566E39
(86,110,57)
#4C6133
(76,97,51)
#42542D
(66,84,45)
#384727
(56,71,39)
#2E3A21
(46,58,33)
#242D1B
(36,45,27)
#1A2015
(26,32,21)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #74954B

#74954B
(116,149,75)
#809E5B
(128,158,91)
#8CA76B
(140,167,107)
#98B07B
(152,176,123)
#A4B98B
(164,185,139)
#B0C29B
(176,194,155)
#BCCBAB
(188,203,171)
#C8D4BB
(200,212,187)
#D4DDCB
(212,221,203)
#E0E6DB
(224,230,219)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74954B color. Also use rgb(116,149,75) instead hex code.

Text Font Color

.myTextColor { color: #74954B; }

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

This text font color is #74954B.


Background Color

.myBgColor { background-color: #74954B; }

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

This div background color is #74954B.


Border color

.myBorderColor { border: 1px solid #74954B; }

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

This div border color is #74954B.


Opacity

.myOpacity80 { color: #74954B; opacity: 0.8; }

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

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

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

This text has shadow with #74954B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74954B on black background.


Color preview on white background

This text has color #74954B on white background.



Black color preview on #74954B background

This text has black color on #74954B background.


White color preview on #74954B background

This text has white color on #74954B background.