COLOR #6DC764

HEX: #6DC764 RGB: (109,199,100)

Color info

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

RGB color model

#6DC764 color RGB value is (109,199,100).

RGB: (109,199,100) (43%, 78%, 39%)

RGB channels and saturation

R 109 of 255 = 43%
G 199 of 255 = 78%
B 100 of 255 = 39%

109
199
100

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

Portions of RGB colors in percentages

R + G + B = 109 + 199 + 100 = 408 (100%)
R 109 of 408 ~ 26.72%
G 199 of 408 ~ 48.77%
B 100 of 408 ~ 24.51'%

%26.72
%48.77
%24.51

CMYK color model

#6DC764 color CMYK value is (45,0,50,22).

  • cyan value is 45.23%
  • magenta value is 0.00%
  • yellow value is 49.75%
  • key color value is 21.96%

CMYK: (45,0,50,22)
C45M0Y50K22 (45%, 0%, 50%, 22%)
(0.45 / 0.00 / 0.50 / 0.22)

CMYK percentages

%45.23
%0
%49.75
%21.96

Codes

Color #6DC764 in popluar color models

6D C7 64
RGB 109 199 100
HSL 115° 46.92% 58.63%
HSB/HSV 115° 49.75% 78.04%
CMYK 45.23% 0.00% 49.75%
21.96%

Color #6DC764 in popluar number systems.

HEX 6D C7 64
Decimal 109 199 100
Binary 1101101 11000111 1100100
Octal 155 307 144

Shades and tints

Shades of #6DC764

#6DC764
(109,199,100)
#64B55B
(100,181,91)
#5BA352
(91,163,82)
#529149
(82,145,73)
#497F40
(73,127,64)
#406D37
(64,109,55)
#375B2E
(55,91,46)
#2E4925
(46,73,37)
#25371C
(37,55,28)
#1C2513
(28,37,19)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #6DC764

#6DC764
(109,199,100)
#7ACC72
(122,204,114)
#87D180
(135,209,128)
#94D68E
(148,214,142)
#A1DB9C
(161,219,156)
#AEE0AA
(174,224,170)
#BBE5B8
(187,229,184)
#C8EAC6
(200,234,198)
#D5EFD4
(213,239,212)
#E2F4E2
(226,244,226)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC764 color. Also use rgb(109,199,100) instead hex code.

Text Font Color

.myTextColor { color: #6DC764; }

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

This text font color is #6DC764.

Background Color

.myBgColor { background-color: #6DC764; }

<div style="background-color:#6DC764">Inner text</div>

This div background color is #6DC764.

Border color

.myBorderColor { border: 1px solid #6DC764; }

<div style="border:3px solid #6DC764">Div</div>

This div border color is #6DC764.

Opacity

.myOpacity80 { color: #6DC764; opacity: 0.8; }

<p style="color:#6DC764;opacity:0.8;">80%</p>

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

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

This text has shadow with #6DC764 color.


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

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

This text has shadow with #6DC764 primary color and red secondary color.


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

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

This text has shadow with #6DC764 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6DC764.

Preview

Color preview on black background

This text has color #6DC764 on black background.


Color preview on white background

This text has color #6DC764 on white background.


Black color preview on #6DC764 background

This text has black color on #6DC764 background.


White color preview on #6DC764 background

This text has white color on #6DC764 background.


Related colors

Complementary color

Complementary color for #hex is #92389B.


I love getcolorcode.com

Triadic colors

1 #646DC7 and #C7646D with #6DC764 are triadic colors.

2 #64C76D and #C76D64 with #6DC764 are triadic colors.