COLOR #7C985A

HEX: #7C985A RGB: (124,152,90)

Color info

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

RGB color model

#7C985A color RGB value is (124,152,90).

RGB: (124,152,90) (49%, 60%, 35%)

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 90 of 255 = 35%

124
152
90

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

Portions of RGB colors in percentages

R + G + B = 124 + 152 + 90 = 366 (100%)
R 124 of 366 ~ 33.88%
G 152 of 366 ~ 41.53%
B 90 of 366 ~ 24.59'%

%33.88
%41.53
%24.59

CMYK color model

#7C985A color CMYK value is (18,0,41,40).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 40.79%
  • key color value is 40.39%

CMYK: (18,0,41,40)
C18M0Y41K40 (18%, 0%, 41%, 40%)
(0.18 / 0.00 / 0.41 / 0.40)

CMYK percentages

%18.42
%0
%40.79
%40.39

Codes

Color #7C985A in popluar color models

7C 98 5A
RGB 124 152 90
HSL 87° 25.62% 47.45%
HSB/HSV 87° 40.79% 59.61%
CMYK 18.42% 0.00% 40.79%
40.39%

Color #7C985A in popluar number systems.

HEX 7C 98 5A
Decimal 124 152 90
Binary 1111100 10011000 1011010
Octal 174 230 132

Shades and tints

Shades of #7C985A

#7C985A
(124,152,90)
#718B52
(113,139,82)
#667E4A
(102,126,74)
#5B7142
(91,113,66)
#50643A
(80,100,58)
#455732
(69,87,50)
#3A4A2A
(58,74,42)
#2F3D22
(47,61,34)
#24301A
(36,48,26)
#192312
(25,35,18)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #7C985A

#7C985A
(124,152,90)
#87A169
(135,161,105)
#92AA78
(146,170,120)
#9DB387
(157,179,135)
#A8BC96
(168,188,150)
#B3C5A5
(179,197,165)
#BECEB4
(190,206,180)
#C9D7C3
(201,215,195)
#D4E0D2
(212,224,210)
#DFE9E1
(223,233,225)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C985A color. Also use rgb(124,152,90) instead hex code.

Text Font Color

.myTextColor { color: #7C985A; }

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

This text font color is #7C985A.

Background Color

.myBgColor { background-color: #7C985A; }

<div style="background-color:#7C985A">Inner text</div>

This div background color is #7C985A.

Border color

.myBorderColor { border: 1px solid #7C985A; }

<div style="border:3px solid #7C985A">Div</div>

This div border color is #7C985A.

Opacity

.myOpacity80 { color: #7C985A; opacity: 0.8; }

<p style="color:#7C985A;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C985A color.


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

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

This text has shadow with #7C985A primary color and red secondary color.


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

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

This text has shadow with #7C985A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7C985A.

Preview

Color preview on black background

This text has color #7C985A on black background.


Color preview on white background

This text has color #7C985A on white background.


Black color preview on #7C985A background

This text has black color on #7C985A background.


White color preview on #7C985A background

This text has white color on #7C985A background.


Related colors

Complementary color

Complementary color for #hex is #8367A5.


I love getcolorcode.com

Triadic colors

1 #5A7C98 and #985A7C with #7C985A are triadic colors.

2 #5A987C and #987C5A with #7C985A are triadic colors.