COLOR #7CBF64

HEX: #7CBF64
RGB: (124,191,100)

Color info

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

RGB color model

#7CBF64 color RGB value is (124,191,100).

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

RGB channels and saturation

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

124
191
100

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

Portions of RGB colors in percentages

R + G + B =
124 + 191 + 100 = 415 (100%)
R 124 of 415 ~ 29.88%
G 191 of 415 ~ 46.02%
B 100 of 415 ~ 24.1%

%29.88
%46.02
%24.1

CMYK color model

#7CBF64 color CMYK value is (35,0,48,25).

  • cyan value is 35.08%
  • magenta value is 0.00%
  • yellow value is 47.64%
  • key color value is 25.10%
CMYK:
(35,0,48,25)
C35M0Y48K25 
(35%,0%,48%,25%)
(0.35/0.00/0.48/0.25)	

CMYK percentages

%35.08
%0
%47.64
%25.1

Codes

Color #7CBF64 in popluar color models

7CBF64
RGB124191100
HSL104°41.55%57.06%
HSB/HSV104°47.64%74.90%
CMYK35.08%0.00%47.64%
25.10%

Color #7CBF64 in popluar number systems.

HEX7CBF64
Decimal124191100
Binary1111100101111111100100
Octal174277144

Shades and tints

Shades of #7CBF64

#7CBF64
(124,191,100)
#71AE5B
(113,174,91)
#669D52
(102,157,82)
#5B8C49
(91,140,73)
#507B40
(80,123,64)
#456A37
(69,106,55)
#3A592E
(58,89,46)
#2F4825
(47,72,37)
#24371C
(36,55,28)
#192613
(25,38,19)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #7CBF64

#7CBF64
(124,191,100)
#87C472
(135,196,114)
#92C980
(146,201,128)
#9DCE8E
(157,206,142)
#A8D39C
(168,211,156)
#B3D8AA
(179,216,170)
#BEDDB8
(190,221,184)
#C9E2C6
(201,226,198)
#D4E7D4
(212,231,212)
#DFECE2
(223,236,226)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7CBF64; }

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

This text font color is #7CBF64.


Background Color

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

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

This div background color is #7CBF64.


Border color

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

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

This div border color is #7CBF64.


Opacity

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

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

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

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

This text has shadow with #7CBF64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CBF64 on black background.


Color preview on white background

This text has color #7CBF64 on white background.



Black color preview on #7CBF64 background

This text has black color on #7CBF64 background.


White color preview on #7CBF64 background

This text has white color on #7CBF64 background.