COLOR #6FA869

HEX: #6FA869
RGB: (111,168,105)

Color info

#6FA869 contains mainly red and green colors. Web safe color of #6FA869 is #669966 (or #696).

RGB color model

#6FA869 color RGB value is (111,168,105).

  • red value is 111;
  • green value is 168;
  • blue value is 105.
RGB:
(111,168,105)
(44%,66%,41%)

RGB channels and saturation

R 111 of 255 = 44%
G 168 of 255 = 66%
B 105 of 255 = 41%

111
168
105

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

Portions of RGB colors in percentages

R + G + B =
111 + 168 + 105 = 384 (100%)
R 111 of 384 ~ 28.91%
G 168 of 384 ~ 43.75%
B 105 of 384 ~ 27.34%

%28.91
%43.75
%27.34

CMYK color model

#6FA869 color CMYK value is (34,0,38,34).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 34.12%
CMYK:
(34,0,38,34)
C34M0Y38K34 
(34%,0%,38%,34%)
(0.34/0.00/0.38/0.34)	

CMYK percentages

%33.93
%0
%37.5
%34.12

Codes

Color #6FA869 in popluar color models

6FA869
RGB111168105
HSL114°26.58%53.53%
HSB/HSV114°37.50%65.88%
CMYK33.93%0.00%37.50%
34.12%

Color #6FA869 in popluar number systems.

HEX6FA869
Decimal111168105
Binary1101111101010001101001
Octal157250151

Shades and tints

Shades of #6FA869

#6FA869
(111,168,105)
#659960
(101,153,96)
#5B8A57
(91,138,87)
#517B4E
(81,123,78)
#476C45
(71,108,69)
#3D5D3C
(61,93,60)
#334E33
(51,78,51)
#293F2A
(41,63,42)
#1F3021
(31,48,33)
#152118
(21,33,24)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #6FA869

#6FA869
(111,168,105)
#7CAF76
(124,175,118)
#89B683
(137,182,131)
#96BD90
(150,189,144)
#A3C49D
(163,196,157)
#B0CBAA
(176,203,170)
#BDD2B7
(189,210,183)
#CAD9C4
(202,217,196)
#D7E0D1
(215,224,209)
#E4E7DE
(228,231,222)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA869 color. Also use rgb(111,168,105) instead hex code.

Text Font Color

.myTextColor { color: #6FA869; }

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

This text font color is #6FA869.


Background Color

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

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

This div background color is #6FA869.


Border color

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

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

This div border color is #6FA869.


Opacity

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

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

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

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

This text has shadow with #6FA869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA869 on black background.


Color preview on white background

This text has color #6FA869 on white background.



Black color preview on #6FA869 background

This text has black color on #6FA869 background.


White color preview on #6FA869 background

This text has white color on #6FA869 background.