COLOR #7CA06F

HEX: #7CA06F RGB: (124,160,111)

Color info

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

RGB color model

#7CA06F color RGB value is (124,160,111).

RGB: (124,160,111) (49%, 63%, 44%)

RGB channels and saturation

R 124 of 255 = 49%
G 160 of 255 = 63%
B 111 of 255 = 44%

124
160
111

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

Portions of RGB colors in percentages

R + G + B = 124 + 160 + 111 = 395 (100%)
R 124 of 395 ~ 31.39%
G 160 of 395 ~ 40.51%
B 111 of 395 ~ 28.1'%

%31.39
%40.51
%28.1

CMYK color model

#7CA06F color CMYK value is (23,0,31,37).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 37.25%

CMYK: (23,0,31,37)
C23M0Y31K37 (23%, 0%, 31%, 37%)
(0.23 / 0.00 / 0.31 / 0.37)

CMYK percentages

%22.5
%0
%30.63
%37.25

Codes

Color #7CA06F in popluar color models

7C A0 6F
RGB 124 160 111
HSL 104° 20.50% 53.14%
HSB/HSV 104° 30.63% 62.75%
CMYK 22.50% 0.00% 30.63%
37.25%

Color #7CA06F in popluar number systems.

HEX 7C A0 6F
Decimal 124 160 111
Binary 1111100 10100000 1101111
Octal 174 240 157

Shades and tints

Shades of #7CA06F

#7CA06F
(124,160,111)
#719265
(113,146,101)
#66845B
(102,132,91)
#5B7651
(91,118,81)
#506847
(80,104,71)
#455A3D
(69,90,61)
#3A4C33
(58,76,51)
#2F3E29
(47,62,41)
#24301F
(36,48,31)
#192215
(25,34,21)
#0E140B
(14,20,11)
#000000
(0,0,0)

Tints of #7CA06F

#7CA06F
(124,160,111)
#87A87C
(135,168,124)
#92B089
(146,176,137)
#9DB896
(157,184,150)
#A8C0A3
(168,192,163)
#B3C8B0
(179,200,176)
#BED0BD
(190,208,189)
#C9D8CA
(201,216,202)
#D4E0D7
(212,224,215)
#DFE8E4
(223,232,228)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA06F color. Also use rgb(124,160,111) instead hex code.

Text Font Color

.myTextColor { color: #7CA06F; }

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

This text font color is #7CA06F.

Background Color

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

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

This div background color is #7CA06F.

Border color

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

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

This div border color is #7CA06F.

Opacity

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

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

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

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

This text has shadow with #7CA06F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA06F.

Preview

Color preview on black background

This text has color #7CA06F on black background.


Color preview on white background

This text has color #7CA06F on white background.


Black color preview on #7CA06F background

This text has black color on #7CA06F background.


White color preview on #7CA06F background

This text has white color on #7CA06F background.


Related colors

Complementary color

Complementary color for #hex is #835F90.


I love getcolorcode.com

Triadic colors

1 #6F7CA0 and #A06F7C with #7CA06F are triadic colors.

2 #6FA07C and #A07C6F with #7CA06F are triadic colors.