COLOR #7CB607

HEX: #7CB607
RGB: (124,182,7)

Color info

#7CB607 contains mainly red and green colors. Web safe color of #7CB607 is #66CC00 (or #6C0).

RGB color model

#7CB607 color RGB value is (124,182,7).

  • red value is 124;
  • green value is 182;
  • blue value is 7.
RGB:
(124,182,7)
(49%,71%,3%)

RGB channels and saturation

R 124 of 255 = 49%
G 182 of 255 = 71%
B 7 of 255 = 3%

124
182
7

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

Portions of RGB colors in percentages

R + G + B =
124 + 182 + 7 = 313 (100%)
R 124 of 313 ~ 39.62%
G 182 of 313 ~ 58.15%
B 7 of 313 ~ 2.24%

%39.62
%58.15

CMYK color model

#7CB607 color CMYK value is (32,0,96,29).

  • cyan value is 31.87%
  • magenta value is 0.00%
  • yellow value is 96.15%
  • key color value is 28.63%
CMYK:
(32,0,96,29)
C32M0Y96K29 
(32%,0%,96%,29%)
(0.32/0.00/0.96/0.29)	

CMYK percentages

%31.87
%0
%96.15
%28.63

Codes

Color #7CB607 in popluar color models

7CB607
RGB1241827
HSL80°92.59%37.06%
HSB/HSV80°96.15%71.37%
CMYK31.87%0.00%96.15%
28.63%

Color #7CB607 in popluar number systems.

HEX7CB607
Decimal1241827
Binary111110010110110111
Octal1742667

Shades and tints

Shades of #7CB607

#7CB607
(124,182,7)
#71A607
(113,166,7)
#669607
(102,150,7)
#5B8607
(91,134,7)
#507607
(80,118,7)
#456607
(69,102,7)
#3A5607
(58,86,7)
#2F4607
(47,70,7)
#243607
(36,54,7)
#192607
(25,38,7)
#0E1607
(14,22,7)
#000000
(0,0,0)

Tints of #7CB607

#7CB607
(124,182,7)
#87BC1D
(135,188,29)
#92C233
(146,194,51)
#9DC849
(157,200,73)
#A8CE5F
(168,206,95)
#B3D475
(179,212,117)
#BEDA8B
(190,218,139)
#C9E0A1
(201,224,161)
#D4E6B7
(212,230,183)
#DFECCD
(223,236,205)
#EAF2E3
(234,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CB607; }

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

This text font color is #7CB607.


Background Color

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

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

This div background color is #7CB607.


Border color

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

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

This div border color is #7CB607.


Opacity

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

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

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

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

This text has shadow with #7CB607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CB607 on black background.


Color preview on white background

This text has color #7CB607 on white background.



Black color preview on #7CB607 background

This text has black color on #7CB607 background.


White color preview on #7CB607 background

This text has white color on #7CB607 background.