COLOR #7CA36F

HEX: #7CA36F RGB: (124,163,111)

Color info

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

RGB color model

#7CA36F color RGB value is (124,163,111).

RGB: (124,163,111) (49%, 64%, 44%)

RGB channels and saturation

R 124 of 255 = 49%
G 163 of 255 = 64%
B 111 of 255 = 44%

124
163
111

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

Portions of RGB colors in percentages

R + G + B = 124 + 163 + 111 = 398 (100%)
R 124 of 398 ~ 31.16%
G 163 of 398 ~ 40.95%
B 111 of 398 ~ 27.89'%

%31.16
%40.95
%27.89

CMYK color model

#7CA36F color CMYK value is (24,0,32,36).

  • cyan value is 23.93%
  • magenta value is 0.00%
  • yellow value is 31.90%
  • key color value is 36.08%

CMYK: (24,0,32,36)
C24M0Y32K36 (24%, 0%, 32%, 36%)
(0.24 / 0.00 / 0.32 / 0.36)

CMYK percentages

%23.93
%0
%31.9
%36.08

Codes

Color #7CA36F in popluar color models

7C A3 6F
RGB 124 163 111
HSL 105° 22.03% 53.73%
HSB/HSV 105° 31.90% 63.92%
CMYK 23.93% 0.00% 31.90%
36.08%

Color #7CA36F in popluar number systems.

HEX 7C A3 6F
Decimal 124 163 111
Binary 1111100 10100011 1101111
Octal 174 243 157

Shades and tints

Shades of #7CA36F

#7CA36F
(124,163,111)
#719565
(113,149,101)
#66875B
(102,135,91)
#5B7951
(91,121,81)
#506B47
(80,107,71)
#455D3D
(69,93,61)
#3A4F33
(58,79,51)
#2F4129
(47,65,41)
#24331F
(36,51,31)
#192515
(25,37,21)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #7CA36F

#7CA36F
(124,163,111)
#87AB7C
(135,171,124)
#92B389
(146,179,137)
#9DBB96
(157,187,150)
#A8C3A3
(168,195,163)
#B3CBB0
(179,203,176)
#BED3BD
(190,211,189)
#C9DBCA
(201,219,202)
#D4E3D7
(212,227,215)
#DFEBE4
(223,235,228)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA36F; }

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

This text font color is #7CA36F.

Background Color

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

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

This div background color is #7CA36F.

Border color

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

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

This div border color is #7CA36F.

Opacity

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

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

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

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

This text has shadow with #7CA36F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA36F.

Preview

Color preview on black background

This text has color #7CA36F on black background.


Color preview on white background

This text has color #7CA36F on white background.


Black color preview on #7CA36F background

This text has black color on #7CA36F background.


White color preview on #7CA36F background

This text has white color on #7CA36F background.


Related colors

Complementary color

Complementary color for #hex is #835C90.


I love getcolorcode.com

Triadic colors

1 #6F7CA3 and #A36F7C with #7CA36F are triadic colors.

2 #6FA37C and #A37C6F with #7CA36F are triadic colors.