COLOR #9CA74F

HEX: #9CA74F RGB: (156,167,79)

Color info

#9CA74F contains mainly red and green colors. Web safe color of #9CA74F is #999966 (or #996).

RGB color model

#9CA74F color RGB value is (156,167,79).

RGB: (156,167,79) (61%, 65%, 31%)

RGB channels and saturation

R 156 of 255 = 61%
G 167 of 255 = 65%
B 79 of 255 = 31%

156
167
79

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

Portions of RGB colors in percentages

R + G + B = 156 + 167 + 79 = 402 (100%)
R 156 of 402 ~ 38.81%
G 167 of 402 ~ 41.54%
B 79 of 402 ~ 19.65'%

%38.81
%41.54
%19.65

CMYK color model

#9CA74F color CMYK value is (7,0,53,35).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 52.69%
  • key color value is 34.51%
CMYK: (7,0,53,35) C7M0Y53K35 (7%,0%,53%,35%) (0.07/0.00/0.53/0.35) 

CMYK percentages

%6.59
%0
%52.69
%34.51

Codes

Color #9CA74F in popluar color models

9C A7 4F
RGB 156 167 79
HSL 68° 35.77% 48.24%
HSB/HSV 68° 52.69% 65.49%
CMYK 6.59% 0.00% 52.69%
34.51%

Color #9CA74F in popluar number systems.

HEX 9C A7 4F
Decimal 156 167 79
Binary 10011100 10100111 1001111
Octal 234 247 117

Shades and tints

Shades of #9CA74F

#9CA74F
(156,167,79)
#8E9848
(142,152,72)
#808941
(128,137,65)
#727A3A
(114,122,58)
#646B33
(100,107,51)
#565C2C
(86,92,44)
#484D25
(72,77,37)
#3A3E1E
(58,62,30)
#2C2F17
(44,47,23)
#1E2010
(30,32,16)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #9CA74F

#9CA74F
(156,167,79)
#A5AF5F
(165,175,95)
#AEB76F
(174,183,111)
#B7BF7F
(183,191,127)
#C0C78F
(192,199,143)
#C9CF9F
(201,207,159)
#D2D7AF
(210,215,175)
#DBDFBF
(219,223,191)
#E4E7CF
(228,231,207)
#EDEFDF
(237,239,223)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA74F color. Also use rgb(156,167,79) instead hex code.

Text Font Color

.myTextColor { color: #9CA74F; }

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

This text font color is #9CA74F.

Background Color

.myBgColor { background-color: #9CA74F; }

<div style="background-color:#9CA74F">Inner text</div>

This div background color is #9CA74F.

Border color

.myBorderColor { border: 1px solid #9CA74F; }

<div style="border:3px solid #9CA74F">Div</div>

This div border color is #9CA74F.

Opacity

.myOpacity80 { color: #9CA74F; opacity: 0.8; }

<p style="color:#9CA74F;opacity:0.8;">80%</p>

Text with #9CA74F 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 #9CA74F;}

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

This text has shadow with #9CA74F color.


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

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

This text has shadow with #9CA74F primary color and red secondary color.


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

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

This text has shadow with #9CA74F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9CA74F.

Preview

Color preview on black background

This text has color #9CA74F on black background.


Color preview on white background

This text has color #9CA74F on white background.


Black color preview on #9CA74F background

This text has black color on #9CA74F background.


White color preview on #9CA74F background

This text has white color on #9CA74F background.


Related colors

Complementary color

Complementary color for #hex is #6358B0.


I love getcolorcode.com

Triadic colors

1 #4F9CA7 and #A74F9C with #9CA74F are triadic colors.

2 #4FA79C and #A79C4F with #9CA74F are triadic colors.