COLOR #7CBF56

HEX: #7CBF56
RGB: (124,191,86)

Color info

#7CBF56 contains mainly green color. Web safe color of #7CBF56 is #66CC66 (or #6C6).

RGB color model

#7CBF56 color RGB value is (124,191,86).

  • red value is 124;
  • green value is 191;
  • blue value is 86.
RGB:
(124,191,86)
(49%,75%,34%)

RGB channels and saturation

R 124 of 255 = 49%
G 191 of 255 = 75%
B 86 of 255 = 34%

124
191
86

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

Portions of RGB colors in percentages

R + G + B =
124 + 191 + 86 = 401 (100%)
R 124 of 401 ~ 30.92%
G 191 of 401 ~ 47.63%
B 86 of 401 ~ 21.45%

%30.92
%47.63
%21.45

CMYK color model

#7CBF56 color CMYK value is (35,0,55,25).

  • cyan value is 35.08%
  • magenta value is 0.00%
  • yellow value is 54.97%
  • key color value is 25.10%
CMYK:
(35,0,55,25)
C35M0Y55K25 
(35%,0%,55%,25%)
(0.35/0.00/0.55/0.25)	

CMYK percentages

%35.08
%0
%54.97
%25.1

Codes

Color #7CBF56 in popluar color models

7CBF56
RGB12419186
HSL98°45.06%54.31%
HSB/HSV98°54.97%74.90%
CMYK35.08%0.00%54.97%
25.10%

Color #7CBF56 in popluar number systems.

HEX7CBF56
Decimal12419186
Binary1111100101111111010110
Octal174277126

Shades and tints

Shades of #7CBF56

#7CBF56
(124,191,86)
#71AE4F
(113,174,79)
#669D48
(102,157,72)
#5B8C41
(91,140,65)
#507B3A
(80,123,58)
#456A33
(69,106,51)
#3A592C
(58,89,44)
#2F4825
(47,72,37)
#24371E
(36,55,30)
#192617
(25,38,23)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #7CBF56

#7CBF56
(124,191,86)
#87C465
(135,196,101)
#92C974
(146,201,116)
#9DCE83
(157,206,131)
#A8D392
(168,211,146)
#B3D8A1
(179,216,161)
#BEDDB0
(190,221,176)
#C9E2BF
(201,226,191)
#D4E7CE
(212,231,206)
#DFECDD
(223,236,221)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBF56; }

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

This text font color is #7CBF56.


Background Color

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

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

This div background color is #7CBF56.


Border color

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

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

This div border color is #7CBF56.


Opacity

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

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

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

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

This text has shadow with #7CBF56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBF56 on black background.


Color preview on white background

This text has color #7CBF56 on white background.



Black color preview on #7CBF56 background

This text has black color on #7CBF56 background.


White color preview on #7CBF56 background

This text has white color on #7CBF56 background.