COLOR #7CB036

HEX: #7CB036
RGB: (124,176,54)

Color info

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

RGB color model

#7CB036 color RGB value is (124,176,54).

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

RGB channels and saturation

R 124 of 255 = 49%
G 176 of 255 = 69%
B 54 of 255 = 21%

124
176
54

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

Portions of RGB colors in percentages

R + G + B =
124 + 176 + 54 = 354 (100%)
R 124 of 354 ~ 35.03%
G 176 of 354 ~ 49.72%
B 54 of 354 ~ 15.25%

%35.03
%49.72
%15.25

CMYK color model

#7CB036 color CMYK value is (30,0,69,31).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 69.32%
  • key color value is 30.98%
CMYK:
(30,0,69,31)
C30M0Y69K31 
(30%,0%,69%,31%)
(0.30/0.00/0.69/0.31)	

CMYK percentages

%29.55
%0
%69.32
%30.98

Codes

Color #7CB036 in popluar color models

7CB036
RGB12417654
HSL86°53.04%45.10%
HSB/HSV86°69.32%69.02%
CMYK29.55%0.00%69.32%
30.98%

Color #7CB036 in popluar number systems.

HEX7CB036
Decimal12417654
Binary111110010110000110110
Octal17426066

Shades and tints

Shades of #7CB036

#7CB036
(124,176,54)
#71A032
(113,160,50)
#66902E
(102,144,46)
#5B802A
(91,128,42)
#507026
(80,112,38)
#456022
(69,96,34)
#3A501E
(58,80,30)
#2F401A
(47,64,26)
#243016
(36,48,22)
#192012
(25,32,18)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #7CB036

#7CB036
(124,176,54)
#87B748
(135,183,72)
#92BE5A
(146,190,90)
#9DC56C
(157,197,108)
#A8CC7E
(168,204,126)
#B3D390
(179,211,144)
#BEDAA2
(190,218,162)
#C9E1B4
(201,225,180)
#D4E8C6
(212,232,198)
#DFEFD8
(223,239,216)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB036; }

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

This text font color is #7CB036.


Background Color

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

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

This div background color is #7CB036.


Border color

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

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

This div border color is #7CB036.


Opacity

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

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

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

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

This text has shadow with #7CB036 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB036 on black background.


Color preview on white background

This text has color #7CB036 on white background.



Black color preview on #7CB036 background

This text has black color on #7CB036 background.


White color preview on #7CB036 background

This text has white color on #7CB036 background.