COLOR #7C9866

HEX: #7C9866 RGB: (124,152,102)

Color info

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

RGB color model

#7C9866 color RGB value is (124,152,102).

RGB: (124,152,102) (49%, 60%, 40%)

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 102 of 255 = 40%

124
152
102

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

Portions of RGB colors in percentages

R + G + B = 124 + 152 + 102 = 378 (100%)
R 124 of 378 ~ 32.8%
G 152 of 378 ~ 40.21%
B 102 of 378 ~ 26.98'%

%32.8
%40.21
%26.98

CMYK color model

#7C9866 color CMYK value is (18,0,33,40).

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

CMYK: (18,0,33,40)
C18M0Y33K40 (18%, 0%, 33%, 40%)
(0.18 / 0.00 / 0.33 / 0.40)

CMYK percentages

%18.42
%0
%32.89
%40.39

Codes

Color #7C9866 in popluar color models

7C 98 66
RGB 124 152 102
HSL 94° 19.69% 49.80%
HSB/HSV 94° 32.89% 59.61%
CMYK 18.42% 0.00% 32.89%
40.39%

Color #7C9866 in popluar number systems.

HEX 7C 98 66
Decimal 124 152 102
Binary 1111100 10011000 1100110
Octal 174 230 146

Shades and tints

Shades of #7C9866

#7C9866
(124,152,102)
#718B5D
(113,139,93)
#667E54
(102,126,84)
#5B714B
(91,113,75)
#506442
(80,100,66)
#455739
(69,87,57)
#3A4A30
(58,74,48)
#2F3D27
(47,61,39)
#24301E
(36,48,30)
#192315
(25,35,21)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #7C9866

#7C9866
(124,152,102)
#87A173
(135,161,115)
#92AA80
(146,170,128)
#9DB38D
(157,179,141)
#A8BC9A
(168,188,154)
#B3C5A7
(179,197,167)
#BECEB4
(190,206,180)
#C9D7C1
(201,215,193)
#D4E0CE
(212,224,206)
#DFE9DB
(223,233,219)
#EAF2E8
(234,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9866; }

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

This text font color is #7C9866.

Background Color

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

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

This div background color is #7C9866.

Border color

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

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

This div border color is #7C9866.

Opacity

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

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

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

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

This text has shadow with #7C9866 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C9866.

Preview

Color preview on black background

This text has color #7C9866 on black background.


Color preview on white background

This text has color #7C9866 on white background.


Black color preview on #7C9866 background

This text has black color on #7C9866 background.


White color preview on #7C9866 background

This text has white color on #7C9866 background.


Related colors

Complementary color

Complementary color for #hex is #836799.


I love getcolorcode.com

Triadic colors

1 #667C98 and #98667C with #7C9866 are triadic colors.

2 #66987C and #987C66 with #7C9866 are triadic colors.