COLOR #6FA472

HEX: #6FA472 RGB: (111,164,114)

Color info

#6FA472 contains red, green and blue colors in about the same proportion. Web safe color of #6FA472 is #669966 (or #696).

RGB color model

#6FA472 color RGB value is (111,164,114).

RGB: (111,164,114) (44%, 64%, 45%)

RGB channels and saturation

R 111 of 255 = 44%
G 164 of 255 = 64%
B 114 of 255 = 45%

111
164
114

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

Portions of RGB colors in percentages

R + G + B = 111 + 164 + 114 = 389 (100%)
R 111 of 389 ~ 28.53%
G 164 of 389 ~ 42.16%
B 114 of 389 ~ 29.31'%

%28.53
%42.16
%29.31

CMYK color model

#6FA472 color CMYK value is (32,0,30,36).

  • cyan value is 32.32%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 35.69%

CMYK: (32,0,30,36)
C32M0Y30K36 (32%, 0%, 30%, 36%)
(0.32 / 0.00 / 0.30 / 0.36)

CMYK percentages

%32.32
%0
%30.49
%35.69

Codes

Color #6FA472 in popluar color models

6F A4 72
RGB 111 164 114
HSL 123° 22.55% 53.92%
HSB/HSV 123° 32.32% 64.31%
CMYK 32.32% 0.00% 30.49%
35.69%

Color #6FA472 in popluar number systems.

HEX 6F A4 72
Decimal 111 164 114
Binary 1101111 10100100 1110010
Octal 157 244 162

Shades and tints

Shades of #6FA472

#6FA472
(111,164,114)
#659668
(101,150,104)
#5B885E
(91,136,94)
#517A54
(81,122,84)
#476C4A
(71,108,74)
#3D5E40
(61,94,64)
#335036
(51,80,54)
#29422C
(41,66,44)
#1F3422
(31,52,34)
#152618
(21,38,24)
#0B180E
(11,24,14)
#000000
(0,0,0)

Tints of #6FA472

#6FA472
(111,164,114)
#7CAC7E
(124,172,126)
#89B48A
(137,180,138)
#96BC96
(150,188,150)
#A3C4A2
(163,196,162)
#B0CCAE
(176,204,174)
#BDD4BA
(189,212,186)
#CADCC6
(202,220,198)
#D7E4D2
(215,228,210)
#E4ECDE
(228,236,222)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA472; }

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

This text font color is #6FA472.

Background Color

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

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

This div background color is #6FA472.

Border color

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

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

This div border color is #6FA472.

Opacity

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

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

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

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

This text has shadow with #6FA472 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA472.

Preview

Color preview on black background

This text has color #6FA472 on black background.


Color preview on white background

This text has color #6FA472 on white background.


Black color preview on #6FA472 background

This text has black color on #6FA472 background.


White color preview on #6FA472 background

This text has white color on #6FA472 background.


Related colors

Complementary color

Complementary color for #hex is #905B8D.


I love getcolorcode.com

Triadic colors

1 #726FA4 and #A4726F with #6FA472 are triadic colors.

2 #72A46F and #A46F72 with #6FA472 are triadic colors.