COLOR #7CA85A

HEX: #7CA85A
RGB: (124,168,90)

Color info

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

RGB color model

#7CA85A color RGB value is (124,168,90).

  • red value is 124;
  • green value is 168;
  • blue value is 90.
RGB:
(124,168,90)
(49%,66%,35%)

RGB channels and saturation

R 124 of 255 = 49%
G 168 of 255 = 66%
B 90 of 255 = 35%

124
168
90

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

Portions of RGB colors in percentages

R + G + B =
124 + 168 + 90 = 382 (100%)
R 124 of 382 ~ 32.46%
G 168 of 382 ~ 43.98%
B 90 of 382 ~ 23.56%

%32.46
%43.98
%23.56

CMYK color model

#7CA85A color CMYK value is (26,0,46,34).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 34.12%
CMYK:
(26,0,46,34)
C26M0Y46K34 
(26%,0%,46%,34%)
(0.26/0.00/0.46/0.34)	

CMYK percentages

%26.19
%0
%46.43
%34.12

Codes

Color #7CA85A in popluar color models

7CA85A
RGB12416890
HSL94°30.95%50.59%
HSB/HSV94°46.43%65.88%
CMYK26.19%0.00%46.43%
34.12%

Color #7CA85A in popluar number systems.

HEX7CA85A
Decimal12416890
Binary1111100101010001011010
Octal174250132

Shades and tints

Shades of #7CA85A

#7CA85A
(124,168,90)
#719952
(113,153,82)
#668A4A
(102,138,74)
#5B7B42
(91,123,66)
#506C3A
(80,108,58)
#455D32
(69,93,50)
#3A4E2A
(58,78,42)
#2F3F22
(47,63,34)
#24301A
(36,48,26)
#192112
(25,33,18)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #7CA85A

#7CA85A
(124,168,90)
#87AF69
(135,175,105)
#92B678
(146,182,120)
#9DBD87
(157,189,135)
#A8C496
(168,196,150)
#B3CBA5
(179,203,165)
#BED2B4
(190,210,180)
#C9D9C3
(201,217,195)
#D4E0D2
(212,224,210)
#DFE7E1
(223,231,225)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CA85A; }

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

This text font color is #7CA85A.


Background Color

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

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

This div background color is #7CA85A.


Border color

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

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

This div border color is #7CA85A.


Opacity

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

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

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

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

This text has shadow with #7CA85A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA85A on black background.


Color preview on white background

This text has color #7CA85A on white background.



Black color preview on #7CA85A background

This text has black color on #7CA85A background.


White color preview on #7CA85A background

This text has white color on #7CA85A background.