COLOR #6FC572

HEX: #6FC572 RGB: (111,197,114)

Color info

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

RGB color model

#6FC572 color RGB value is (111,197,114).

RGB: (111,197,114) (44%, 77%, 45%)

RGB channels and saturation

R 111 of 255 = 44%
G 197 of 255 = 77%
B 114 of 255 = 45%

111
197
114

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

Portions of RGB colors in percentages

R + G + B = 111 + 197 + 114 = 422 (100%)
R 111 of 422 ~ 26.3%
G 197 of 422 ~ 46.68%
B 114 of 422 ~ 27.01'%

%26.3
%46.68
%27.01

CMYK color model

#6FC572 color CMYK value is (44,0,42,23).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 42.13%
  • key color value is 22.75%

CMYK: (44,0,42,23)
C44M0Y42K23 (44%, 0%, 42%, 23%)
(0.44 / 0.00 / 0.42 / 0.23)

CMYK percentages

%43.65
%0
%42.13
%22.75

Codes

Color #6FC572 in popluar color models

6F C5 72
RGB 111 197 114
HSL 122° 42.57% 60.39%
HSB/HSV 122° 43.65% 77.25%
CMYK 43.65% 0.00% 42.13%
22.75%

Color #6FC572 in popluar number systems.

HEX 6F C5 72
Decimal 111 197 114
Binary 1101111 11000101 1110010
Octal 157 305 162

Shades and tints

Shades of #6FC572

#6FC572
(111,197,114)
#65B468
(101,180,104)
#5BA35E
(91,163,94)
#519254
(81,146,84)
#47814A
(71,129,74)
#3D7040
(61,112,64)
#335F36
(51,95,54)
#294E2C
(41,78,44)
#1F3D22
(31,61,34)
#152C18
(21,44,24)
#0B1B0E
(11,27,14)
#000000
(0,0,0)

Tints of #6FC572

#6FC572
(111,197,114)
#7CCA7E
(124,202,126)
#89CF8A
(137,207,138)
#96D496
(150,212,150)
#A3D9A2
(163,217,162)
#B0DEAE
(176,222,174)
#BDE3BA
(189,227,186)
#CAE8C6
(202,232,198)
#D7EDD2
(215,237,210)
#E4F2DE
(228,242,222)
#F1F7EA
(241,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC572 color. Also use rgb(111,197,114) instead hex code.

Text Font Color

.myTextColor { color: #6FC572; }

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

This text font color is #6FC572.

Background Color

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

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

This div background color is #6FC572.

Border color

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

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

This div border color is #6FC572.

Opacity

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

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

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

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

This text has shadow with #6FC572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FC572.

Preview

Color preview on black background

This text has color #6FC572 on black background.


Color preview on white background

This text has color #6FC572 on white background.


Black color preview on #6FC572 background

This text has black color on #6FC572 background.


White color preview on #6FC572 background

This text has white color on #6FC572 background.


Related colors

Complementary color

Complementary color for #hex is #903A8D.


I love getcolorcode.com

Triadic colors

1 #726FC5 and #C5726F with #6FC572 are triadic colors.

2 #72C56F and #C56F72 with #6FC572 are triadic colors.