COLOR #7CAC64

HEX: #7CAC64 RGB: (124,172,100)

Color info

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

RGB color model

#7CAC64 color RGB value is (124,172,100).

RGB: (124,172,100) (49%, 67%, 39%)

RGB channels and saturation

R 124 of 255 = 49%
G 172 of 255 = 67%
B 100 of 255 = 39%

124
172
100

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

Portions of RGB colors in percentages

R + G + B = 124 + 172 + 100 = 396 (100%)
R 124 of 396 ~ 31.31%
G 172 of 396 ~ 43.43%
B 100 of 396 ~ 25.25'%

%31.31
%43.43
%25.25

CMYK color model

#7CAC64 color CMYK value is (28,0,42,33).

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

CMYK: (28,0,42,33)
C28M0Y42K33 (28%, 0%, 42%, 33%)
(0.28 / 0.00 / 0.42 / 0.33)

CMYK percentages

%27.91
%0
%41.86
%32.55

Codes

Color #7CAC64 in popluar color models

7C AC 64
RGB 124 172 100
HSL 100° 30.25% 53.33%
HSB/HSV 100° 41.86% 67.45%
CMYK 27.91% 0.00% 41.86%
32.55%

Color #7CAC64 in popluar number systems.

HEX 7C AC 64
Decimal 124 172 100
Binary 1111100 10101100 1100100
Octal 174 254 144

Shades and tints

Shades of #7CAC64

#7CAC64
(124,172,100)
#719D5B
(113,157,91)
#668E52
(102,142,82)
#5B7F49
(91,127,73)
#507040
(80,112,64)
#456137
(69,97,55)
#3A522E
(58,82,46)
#2F4325
(47,67,37)
#24341C
(36,52,28)
#192513
(25,37,19)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #7CAC64

#7CAC64
(124,172,100)
#87B372
(135,179,114)
#92BA80
(146,186,128)
#9DC18E
(157,193,142)
#A8C89C
(168,200,156)
#B3CFAA
(179,207,170)
#BED6B8
(190,214,184)
#C9DDC6
(201,221,198)
#D4E4D4
(212,228,212)
#DFEBE2
(223,235,226)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CAC64; }

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

This text font color is #7CAC64.

Background Color

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

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

This div background color is #7CAC64.

Border color

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

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

This div border color is #7CAC64.

Opacity

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

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

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

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

This text has shadow with #7CAC64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CAC64.

Preview

Color preview on black background

This text has color #7CAC64 on black background.


Color preview on white background

This text has color #7CAC64 on white background.


Black color preview on #7CAC64 background

This text has black color on #7CAC64 background.


White color preview on #7CAC64 background

This text has white color on #7CAC64 background.


Related colors

Complementary color

Complementary color for #hex is #83539B.


I love getcolorcode.com

Triadic colors

1 #647CAC and #AC647C with #7CAC64 are triadic colors.

2 #64AC7C and #AC7C64 with #7CAC64 are triadic colors.