COLOR #7CA65A

HEX: #7CA65A RGB: (124,166,90)

Color info

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

RGB color model

#7CA65A color RGB value is (124,166,90).

RGB: (124,166,90) (49%, 65%, 35%)

RGB channels and saturation

R 124 of 255 = 49%
G 166 of 255 = 65%
B 90 of 255 = 35%

124
166
90

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

Portions of RGB colors in percentages

R + G + B = 124 + 166 + 90 = 380 (100%)
R 124 of 380 ~ 32.63%
G 166 of 380 ~ 43.68%
B 90 of 380 ~ 23.68'%

%32.63
%43.68
%23.68

CMYK color model

#7CA65A color CMYK value is (25,0,46,35).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 34.90%

CMYK: (25,0,46,35)
C25M0Y46K35 (25%, 0%, 46%, 35%)
(0.25 / 0.00 / 0.46 / 0.35)

CMYK percentages

%25.3
%0
%45.78
%34.9

Codes

Color #7CA65A in popluar color models

7C A6 5A
RGB 124 166 90
HSL 93° 29.92% 50.20%
HSB/HSV 93° 45.78% 65.10%
CMYK 25.30% 0.00% 45.78%
34.90%

Color #7CA65A in popluar number systems.

HEX 7C A6 5A
Decimal 124 166 90
Binary 1111100 10100110 1011010
Octal 174 246 132

Shades and tints

Shades of #7CA65A

#7CA65A
(124,166,90)
#719752
(113,151,82)
#66884A
(102,136,74)
#5B7942
(91,121,66)
#506A3A
(80,106,58)
#455B32
(69,91,50)
#3A4C2A
(58,76,42)
#2F3D22
(47,61,34)
#242E1A
(36,46,26)
#191F12
(25,31,18)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #7CA65A

#7CA65A
(124,166,90)
#87AE69
(135,174,105)
#92B678
(146,182,120)
#9DBE87
(157,190,135)
#A8C696
(168,198,150)
#B3CEA5
(179,206,165)
#BED6B4
(190,214,180)
#C9DEC3
(201,222,195)
#D4E6D2
(212,230,210)
#DFEEE1
(223,238,225)
#EAF6F0
(234,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA65A color. Also use rgb(124,166,90) instead hex code.

Text Font Color

.myTextColor { color: #7CA65A; }

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

This text font color is #7CA65A.

Background Color

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

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

This div background color is #7CA65A.

Border color

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

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

This div border color is #7CA65A.

Opacity

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

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

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

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

This text has shadow with #7CA65A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CA65A.

Preview

Color preview on black background

This text has color #7CA65A on black background.


Color preview on white background

This text has color #7CA65A on white background.


Black color preview on #7CA65A background

This text has black color on #7CA65A background.


White color preview on #7CA65A background

This text has white color on #7CA65A background.


Related colors

Complementary color

Complementary color for #hex is #8359A5.


I love getcolorcode.com

Triadic colors

1 #5A7CA6 and #A65A7C with #7CA65A are triadic colors.

2 #5AA67C and #A67C5A with #7CA65A are triadic colors.