COLOR #7CBE64

HEX: #7CBE64 RGB: (124,190,100)

Color info

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

RGB color model

#7CBE64 color RGB value is (124,190,100).

RGB: (124,190,100) (49%, 75%, 39%)

RGB channels and saturation

R 124 of 255 = 49%
G 190 of 255 = 75%
B 100 of 255 = 39%

124
190
100

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

Portions of RGB colors in percentages

R + G + B = 124 + 190 + 100 = 414 (100%)
R 124 of 414 ~ 29.95%
G 190 of 414 ~ 45.89%
B 100 of 414 ~ 24.15'%

%29.95
%45.89
%24.15

CMYK color model

#7CBE64 color CMYK value is (35,0,47,25).

  • cyan value is 34.74%
  • magenta value is 0.00%
  • yellow value is 47.37%
  • key color value is 25.49%

CMYK: (35,0,47,25)
C35M0Y47K25 (35%, 0%, 47%, 25%)
(0.35 / 0.00 / 0.47 / 0.25)

CMYK percentages

%34.74
%0
%47.37
%25.49

Codes

Color #7CBE64 in popluar color models

7C BE 64
RGB 124 190 100
HSL 104° 40.91% 56.86%
HSB/HSV 104° 47.37% 74.51%
CMYK 34.74% 0.00% 47.37%
25.49%

Color #7CBE64 in popluar number systems.

HEX 7C BE 64
Decimal 124 190 100
Binary 1111100 10111110 1100100
Octal 174 276 144

Shades and tints

Shades of #7CBE64

#7CBE64
(124,190,100)
#71AD5B
(113,173,91)
#669C52
(102,156,82)
#5B8B49
(91,139,73)
#507A40
(80,122,64)
#456937
(69,105,55)
#3A582E
(58,88,46)
#2F4725
(47,71,37)
#24361C
(36,54,28)
#192513
(25,37,19)
#0E140A
(14,20,10)
#000000
(0,0,0)

Tints of #7CBE64

#7CBE64
(124,190,100)
#87C372
(135,195,114)
#92C880
(146,200,128)
#9DCD8E
(157,205,142)
#A8D29C
(168,210,156)
#B3D7AA
(179,215,170)
#BEDCB8
(190,220,184)
#C9E1C6
(201,225,198)
#D4E6D4
(212,230,212)
#DFEBE2
(223,235,226)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBE64; }

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

This text font color is #7CBE64.

Background Color

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

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

This div background color is #7CBE64.

Border color

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

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

This div border color is #7CBE64.

Opacity

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

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

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

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

This text has shadow with #7CBE64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CBE64.

Preview

Color preview on black background

This text has color #7CBE64 on black background.


Color preview on white background

This text has color #7CBE64 on white background.


Black color preview on #7CBE64 background

This text has black color on #7CBE64 background.


White color preview on #7CBE64 background

This text has white color on #7CBE64 background.


Related colors

Complementary color

Complementary color for #hex is #83419B.


I love getcolorcode.com

Triadic colors

1 #647CBE and #BE647C with #7CBE64 are triadic colors.

2 #64BE7C and #BE7C64 with #7CBE64 are triadic colors.