COLOR #74965A

HEX: #74965A
RGB: (116,150,90)

Color info

#74965A contains mainly red and green colors. Web safe color of #74965A is #669966 (or #696).

RGB color model

#74965A color RGB value is (116,150,90).

  • red value is 116;
  • green value is 150;
  • blue value is 90.
RGB:
(116,150,90)
(45%,59%,35%)

RGB channels and saturation

R 116 of 255 = 45%
G 150 of 255 = 59%
B 90 of 255 = 35%

116
150
90

R + G + B ~ 46%. #74965A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 150 + 90 = 356 (100%)
R 116 of 356 ~ 32.58%
G 150 of 356 ~ 42.13%
B 90 of 356 ~ 25.28%

%32.58
%42.13
%25.28

CMYK color model

#74965A color CMYK value is (23,0,40,41).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 41.18%
CMYK:
(23,0,40,41)
C23M0Y40K41 
(23%,0%,40%,41%)
(0.23/0.00/0.40/0.41)	

CMYK percentages

%22.67
%0
%40
%41.18

Codes

Color #74965A in popluar color models

74965A
RGB11615090
HSL94°25.00%47.06%
HSB/HSV94°40.00%58.82%
CMYK22.67%0.00%40.00%
41.18%

Color #74965A in popluar number systems.

HEX74965A
Decimal11615090
Binary1110100100101101011010
Octal164226132

Shades and tints

Shades of #74965A

#74965A
(116,150,90)
#6A8952
(106,137,82)
#607C4A
(96,124,74)
#566F42
(86,111,66)
#4C623A
(76,98,58)
#425532
(66,85,50)
#38482A
(56,72,42)
#2E3B22
(46,59,34)
#242E1A
(36,46,26)
#1A2112
(26,33,18)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #74965A

#74965A
(116,150,90)
#809F69
(128,159,105)
#8CA878
(140,168,120)
#98B187
(152,177,135)
#A4BA96
(164,186,150)
#B0C3A5
(176,195,165)
#BCCCB4
(188,204,180)
#C8D5C3
(200,213,195)
#D4DED2
(212,222,210)
#E0E7E1
(224,231,225)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74965A color. Also use rgb(116,150,90) instead hex code.

Text Font Color

.myTextColor { color: #74965A; }

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

This text font color is #74965A.


Background Color

.myBgColor { background-color: #74965A; }

<div style="background-color:#74965A">Inner text</div>

This div background color is #74965A.


Border color

.myBorderColor { border: 1px solid #74965A; }

<div style="border:3px solid #74965A">Div</div>

This div border color is #74965A.


Opacity

.myOpacity80 { color: #74965A; opacity: 0.8; }

<p style="color:#74965A;opacity:0.8;">80%</p>

Text with #74965A 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 #74965A;}

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

This text has shadow with #74965A color.

.textShadow {text-shadow: 3px 3px 1px #74965A, 3px 3px 1px red;}

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

This text has shadow with #74965A primary color and red secondary color.


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

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

This text has shadow with #74965A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74965A on black background.


Color preview on white background

This text has color #74965A on white background.



Black color preview on #74965A background

This text has black color on #74965A background.


White color preview on #74965A background

This text has white color on #74965A background.