COLOR #6FA471

HEX: #6FA471
RGB: (111,164,113)

Color info

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

RGB color model

#6FA471 color RGB value is (111,164,113).

  • red value is 111;
  • green value is 164;
  • blue value is 113.
RGB:
(111,164,113)
(44%,64%,44%)

RGB channels and saturation

R 111 of 255 = 44%
G 164 of 255 = 64%
B 113 of 255 = 44%

111
164
113

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

Portions of RGB colors in percentages

R + G + B =
111 + 164 + 113 = 388 (100%)
R 111 of 388 ~ 28.61%
G 164 of 388 ~ 42.27%
B 113 of 388 ~ 29.12%

%28.61
%42.27
%29.12

CMYK color model

#6FA471 color CMYK value is (32,0,31,36).

  • cyan value is 32.32%
  • magenta value is 0.00%
  • yellow value is 31.10%
  • key color value is 35.69%
CMYK:
(32,0,31,36)
C32M0Y31K36 
(32%,0%,31%,36%)
(0.32/0.00/0.31/0.36)	

CMYK percentages

%32.32
%0
%31.1
%35.69

Codes

Color #6FA471 in popluar color models

6FA471
RGB111164113
HSL122°22.55%53.92%
HSB/HSV122°32.32%64.31%
CMYK32.32%0.00%31.10%
35.69%

Color #6FA471 in popluar number systems.

HEX6FA471
Decimal111164113
Binary1101111101001001110001
Octal157244161

Shades and tints

Shades of #6FA471

#6FA471
(111,164,113)
#659667
(101,150,103)
#5B885D
(91,136,93)
#517A53
(81,122,83)
#476C49
(71,108,73)
#3D5E3F
(61,94,63)
#335035
(51,80,53)
#29422B
(41,66,43)
#1F3421
(31,52,33)
#152617
(21,38,23)
#0B180D
(11,24,13)
#000000
(0,0,0)

Tints of #6FA471

#6FA471
(111,164,113)
#7CAC7D
(124,172,125)
#89B489
(137,180,137)
#96BC95
(150,188,149)
#A3C4A1
(163,196,161)
#B0CCAD
(176,204,173)
#BDD4B9
(189,212,185)
#CADCC5
(202,220,197)
#D7E4D1
(215,228,209)
#E4ECDD
(228,236,221)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA471; }

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

This text font color is #6FA471.


Background Color

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

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

This div background color is #6FA471.


Border color

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

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

This div border color is #6FA471.


Opacity

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

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

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

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

This text has shadow with #6FA471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA471 on black background.


Color preview on white background

This text has color #6FA471 on white background.



Black color preview on #6FA471 background

This text has black color on #6FA471 background.


White color preview on #6FA471 background

This text has white color on #6FA471 background.