COLOR #6FC64C

HEX: #6FC64C RGB: (111,198,76)

Color info

#6FC64C contains mainly green color. Web safe color of #6FC64C is #66CC33 (or #6C3).

RGB color model

#6FC64C color RGB value is (111,198,76).

RGB: (111,198,76) (44%, 78%, 30%)

RGB channels and saturation

R 111 of 255 = 44%
G 198 of 255 = 78%
B 76 of 255 = 30%

111
198
76

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

Portions of RGB colors in percentages

R + G + B = 111 + 198 + 76 = 385 (100%)
R 111 of 385 ~ 28.83%
G 198 of 385 ~ 51.43%
B 76 of 385 ~ 19.74'%

%28.83
%51.43
%19.74

CMYK color model

#6FC64C color CMYK value is (44,0,62,22).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 61.62%
  • key color value is 22.35%

CMYK: (44,0,62,22)
C44M0Y62K22 (44%, 0%, 62%, 22%)
(0.44 / 0.00 / 0.62 / 0.22)

CMYK percentages

%43.94
%0
%61.62
%22.35

Codes

Color #6FC64C in popluar color models

6F C6 4C
RGB 111 198 76
HSL 103° 51.69% 53.73%
HSB/HSV 103° 61.62% 77.65%
CMYK 43.94% 0.00% 61.62%
22.35%

Color #6FC64C in popluar number systems.

HEX 6F C6 4C
Decimal 111 198 76
Binary 1101111 11000110 1001100
Octal 157 306 114

Shades and tints

Shades of #6FC64C

#6FC64C
(111,198,76)
#65B446
(101,180,70)
#5BA240
(91,162,64)
#51903A
(81,144,58)
#477E34
(71,126,52)
#3D6C2E
(61,108,46)
#335A28
(51,90,40)
#294822
(41,72,34)
#1F361C
(31,54,28)
#152416
(21,36,22)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #6FC64C

#6FC64C
(111,198,76)
#7CCB5C
(124,203,92)
#89D06C
(137,208,108)
#96D57C
(150,213,124)
#A3DA8C
(163,218,140)
#B0DF9C
(176,223,156)
#BDE4AC
(189,228,172)
#CAE9BC
(202,233,188)
#D7EECC
(215,238,204)
#E4F3DC
(228,243,220)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC64C color. Also use rgb(111,198,76) instead hex code.

Text Font Color

.myTextColor { color: #6FC64C; }

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

This text font color is #6FC64C.

Background Color

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

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

This div background color is #6FC64C.

Border color

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

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

This div border color is #6FC64C.

Opacity

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

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

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

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

This text has shadow with #6FC64C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FC64C.

Preview

Color preview on black background

This text has color #6FC64C on black background.


Color preview on white background

This text has color #6FC64C on white background.


Black color preview on #6FC64C background

This text has black color on #6FC64C background.


White color preview on #6FC64C background

This text has white color on #6FC64C background.


Related colors

Complementary color

Complementary color for #hex is #9039B3.


I love getcolorcode.com

Triadic colors

1 #4C6FC6 and #C64C6F with #6FC64C are triadic colors.

2 #4CC66F and #C66F4C with #6FC64C are triadic colors.