COLOR #7CAC69

HEX: #7CAC69 RGB: (124,172,105)

Color info

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

RGB color model

#7CAC69 color RGB value is (124,172,105).

RGB: (124,172,105) (49%, 67%, 41%)

RGB channels and saturation

R 124 of 255 = 49%
G 172 of 255 = 67%
B 105 of 255 = 41%

124
172
105

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

Portions of RGB colors in percentages

R + G + B = 124 + 172 + 105 = 401 (100%)
R 124 of 401 ~ 30.92%
G 172 of 401 ~ 42.89%
B 105 of 401 ~ 26.18'%

%30.92
%42.89
%26.18

CMYK color model

#7CAC69 color CMYK value is (28,0,39,33).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 32.55%

CMYK: (28,0,39,33)
C28M0Y39K33 (28%, 0%, 39%, 33%)
(0.28 / 0.00 / 0.39 / 0.33)

CMYK percentages

%27.91
%0
%38.95
%32.55

Codes

Color #7CAC69 in popluar color models

7C AC 69
RGB 124 172 105
HSL 103° 28.76% 54.31%
HSB/HSV 103° 38.95% 67.45%
CMYK 27.91% 0.00% 38.95%
32.55%

Color #7CAC69 in popluar number systems.

HEX 7C AC 69
Decimal 124 172 105
Binary 1111100 10101100 1101001
Octal 174 254 151

Shades and tints

Shades of #7CAC69

#7CAC69
(124,172,105)
#719D60
(113,157,96)
#668E57
(102,142,87)
#5B7F4E
(91,127,78)
#507045
(80,112,69)
#45613C
(69,97,60)
#3A5233
(58,82,51)
#2F432A
(47,67,42)
#243421
(36,52,33)
#192518
(25,37,24)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #7CAC69

#7CAC69
(124,172,105)
#87B376
(135,179,118)
#92BA83
(146,186,131)
#9DC190
(157,193,144)
#A8C89D
(168,200,157)
#B3CFAA
(179,207,170)
#BED6B7
(190,214,183)
#C9DDC4
(201,221,196)
#D4E4D1
(212,228,209)
#DFEBDE
(223,235,222)
#EAF2EB
(234,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAC69 color. Also use rgb(124,172,105) instead hex code.

Text Font Color

.myTextColor { color: #7CAC69; }

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

This text font color is #7CAC69.

Background Color

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

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

This div background color is #7CAC69.

Border color

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

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

This div border color is #7CAC69.

Opacity

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

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

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

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

This text has shadow with #7CAC69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CAC69.

Preview

Color preview on black background

This text has color #7CAC69 on black background.


Color preview on white background

This text has color #7CAC69 on white background.


Black color preview on #7CAC69 background

This text has black color on #7CAC69 background.


White color preview on #7CAC69 background

This text has white color on #7CAC69 background.


Related colors

Complementary color

Complementary color for #hex is #835396.


I love getcolorcode.com

Triadic colors

1 #697CAC and #AC697C with #7CAC69 are triadic colors.

2 #69AC7C and #AC7C69 with #7CAC69 are triadic colors.