COLOR #7CAA36

HEX: #7CAA36
RGB: (124,170,54)

Color info

#7CAA36 contains mainly red and green colors. Web safe color of #7CAA36 is #669933 (or #693).

RGB color model

#7CAA36 color RGB value is (124,170,54).

  • red value is 124;
  • green value is 170;
  • blue value is 54.
RGB:
(124,170,54)
(49%,67%,21%)

RGB channels and saturation

R 124 of 255 = 49%
G 170 of 255 = 67%
B 54 of 255 = 21%

124
170
54

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

Portions of RGB colors in percentages

R + G + B =
124 + 170 + 54 = 348 (100%)
R 124 of 348 ~ 35.63%
G 170 of 348 ~ 48.85%
B 54 of 348 ~ 15.52%

%35.63
%48.85
%15.52

CMYK color model

#7CAA36 color CMYK value is (27,0,68,33).

  • cyan value is 27.06%
  • magenta value is 0.00%
  • yellow value is 68.24%
  • key color value is 33.33%
CMYK:
(27,0,68,33)
C27M0Y68K33 
(27%,0%,68%,33%)
(0.27/0.00/0.68/0.33)	

CMYK percentages

%27.06
%0
%68.24
%33.33

Codes

Color #7CAA36 in popluar color models

7CAA36
RGB12417054
HSL84°51.79%43.92%
HSB/HSV84°68.24%66.67%
CMYK27.06%0.00%68.24%
33.33%

Color #7CAA36 in popluar number systems.

HEX7CAA36
Decimal12417054
Binary111110010101010110110
Octal17425266

Shades and tints

Shades of #7CAA36

#7CAA36
(124,170,54)
#719B32
(113,155,50)
#668C2E
(102,140,46)
#5B7D2A
(91,125,42)
#506E26
(80,110,38)
#455F22
(69,95,34)
#3A501E
(58,80,30)
#2F411A
(47,65,26)
#243216
(36,50,22)
#192312
(25,35,18)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #7CAA36

#7CAA36
(124,170,54)
#87B148
(135,177,72)
#92B85A
(146,184,90)
#9DBF6C
(157,191,108)
#A8C67E
(168,198,126)
#B3CD90
(179,205,144)
#BED4A2
(190,212,162)
#C9DBB4
(201,219,180)
#D4E2C6
(212,226,198)
#DFE9D8
(223,233,216)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CAA36 color. Also use rgb(124,170,54) instead hex code.

Text Font Color

.myTextColor { color: #7CAA36; }

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

This text font color is #7CAA36.


Background Color

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

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

This div background color is #7CAA36.


Border color

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

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

This div border color is #7CAA36.


Opacity

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

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

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

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

This text has shadow with #7CAA36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CAA36 on black background.


Color preview on white background

This text has color #7CAA36 on white background.



Black color preview on #7CAA36 background

This text has black color on #7CAA36 background.


White color preview on #7CAA36 background

This text has white color on #7CAA36 background.