COLOR #7CA26B

HEX: #7CA26B
RGB: (124,162,107)

Color info

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

RGB color model

#7CA26B color RGB value is (124,162,107).

  • red value is 124;
  • green value is 162;
  • blue value is 107.
RGB:
(124,162,107)
(49%,64%,42%)

RGB channels and saturation

R 124 of 255 = 49%
G 162 of 255 = 64%
B 107 of 255 = 42%

124
162
107

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

Portions of RGB colors in percentages

R + G + B =
124 + 162 + 107 = 393 (100%)
R 124 of 393 ~ 31.55%
G 162 of 393 ~ 41.22%
B 107 of 393 ~ 27.23%

%31.55
%41.22
%27.23

CMYK color model

#7CA26B color CMYK value is (23,0,34,36).

  • cyan value is 23.46%
  • magenta value is 0.00%
  • yellow value is 33.95%
  • key color value is 36.47%
CMYK:
(23,0,34,36)
C23M0Y34K36 
(23%,0%,34%,36%)
(0.23/0.00/0.34/0.36)	

CMYK percentages

%23.46
%0
%33.95
%36.47

Codes

Color #7CA26B in popluar color models

7CA26B
RGB124162107
HSL101°22.82%52.75%
HSB/HSV101°33.95%63.53%
CMYK23.46%0.00%33.95%
36.47%

Color #7CA26B in popluar number systems.

HEX7CA26B
Decimal124162107
Binary1111100101000101101011
Octal174242153

Shades and tints

Shades of #7CA26B

#7CA26B
(124,162,107)
#719462
(113,148,98)
#668659
(102,134,89)
#5B7850
(91,120,80)
#506A47
(80,106,71)
#455C3E
(69,92,62)
#3A4E35
(58,78,53)
#2F402C
(47,64,44)
#243223
(36,50,35)
#19241A
(25,36,26)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #7CA26B

#7CA26B
(124,162,107)
#87AA78
(135,170,120)
#92B285
(146,178,133)
#9DBA92
(157,186,146)
#A8C29F
(168,194,159)
#B3CAAC
(179,202,172)
#BED2B9
(190,210,185)
#C9DAC6
(201,218,198)
#D4E2D3
(212,226,211)
#DFEAE0
(223,234,224)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CA26B color. Also use rgb(124,162,107) instead hex code.

Text Font Color

.myTextColor { color: #7CA26B; }

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

This text font color is #7CA26B.


Background Color

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

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

This div background color is #7CA26B.


Border color

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

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

This div border color is #7CA26B.


Opacity

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

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

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

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

This text has shadow with #7CA26B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CA26B on black background.


Color preview on white background

This text has color #7CA26B on white background.



Black color preview on #7CA26B background

This text has black color on #7CA26B background.


White color preview on #7CA26B background

This text has white color on #7CA26B background.