COLOR #6ACF72

HEX: #6ACF72
RGB: (106,207,114)

Color info

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

RGB color model

#6ACF72 color RGB value is (106,207,114).

  • red value is 106;
  • green value is 207;
  • blue value is 114.
RGB:
(106,207,114)
(42%,81%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 207 of 255 = 81%
B 114 of 255 = 45%

106
207
114

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

Portions of RGB colors in percentages

R + G + B =
106 + 207 + 114 = 427 (100%)
R 106 of 427 ~ 24.82%
G 207 of 427 ~ 48.48%
B 114 of 427 ~ 26.7%

%24.82
%48.48
%26.7

CMYK color model

#6ACF72 color CMYK value is (49,0,45,19).

  • cyan value is 48.79%
  • magenta value is 0.00%
  • yellow value is 44.93%
  • key color value is 18.82%
CMYK:
(49,0,45,19)
C49M0Y45K19 
(49%,0%,45%,19%)
(0.49/0.00/0.45/0.19)	

CMYK percentages

%48.79
%0
%44.93
%18.82

Codes

Color #6ACF72 in popluar color models

6ACF72
RGB106207114
HSL125°51.27%61.37%
HSB/HSV125°48.79%81.18%
CMYK48.79%0.00%44.93%
18.82%

Color #6ACF72 in popluar number systems.

HEX6ACF72
Decimal106207114
Binary1101010110011111110010
Octal152317162

Shades and tints

Shades of #6ACF72

#6ACF72
(106,207,114)
#61BD68
(97,189,104)
#58AB5E
(88,171,94)
#4F9954
(79,153,84)
#46874A
(70,135,74)
#3D7540
(61,117,64)
#346336
(52,99,54)
#2B512C
(43,81,44)
#223F22
(34,63,34)
#192D18
(25,45,24)
#101B0E
(16,27,14)
#000000
(0,0,0)

Tints of #6ACF72

#6ACF72
(106,207,114)
#77D37E
(119,211,126)
#84D78A
(132,215,138)
#91DB96
(145,219,150)
#9EDFA2
(158,223,162)
#ABE3AE
(171,227,174)
#B8E7BA
(184,231,186)
#C5EBC6
(197,235,198)
#D2EFD2
(210,239,210)
#DFF3DE
(223,243,222)
#ECF7EA
(236,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ACF72 color. Also use rgb(106,207,114) instead hex code.

Text Font Color

.myTextColor { color: #6ACF72; }

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

This text font color is #6ACF72.


Background Color

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

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

This div background color is #6ACF72.


Border color

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

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

This div border color is #6ACF72.


Opacity

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

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

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

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

This text has shadow with #6ACF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ACF72 on black background.


Color preview on white background

This text has color #6ACF72 on white background.



Black color preview on #6ACF72 background

This text has black color on #6ACF72 background.


White color preview on #6ACF72 background

This text has white color on #6ACF72 background.