COLOR #6FA269

HEX: #6FA269
RGB: (111,162,105)

Color info

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

RGB color model

#6FA269 color RGB value is (111,162,105).

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

RGB channels and saturation

R 111 of 255 = 44%
G 162 of 255 = 64%
B 105 of 255 = 41%

111
162
105

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

Portions of RGB colors in percentages

R + G + B =
111 + 162 + 105 = 378 (100%)
R 111 of 378 ~ 29.37%
G 162 of 378 ~ 42.86%
B 105 of 378 ~ 27.78%

%29.37
%42.86
%27.78

CMYK color model

#6FA269 color CMYK value is (31,0,35,36).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 35.19%
  • key color value is 36.47%
CMYK:
(31,0,35,36)
C31M0Y35K36 
(31%,0%,35%,36%)
(0.31/0.00/0.35/0.36)	

CMYK percentages

%31.48
%0
%35.19
%36.47

Codes

Color #6FA269 in popluar color models

6FA269
RGB111162105
HSL114°23.46%52.35%
HSB/HSV114°35.19%63.53%
CMYK31.48%0.00%35.19%
36.47%

Color #6FA269 in popluar number systems.

HEX6FA269
Decimal111162105
Binary1101111101000101101001
Octal157242151

Shades and tints

Shades of #6FA269

#6FA269
(111,162,105)
#659460
(101,148,96)
#5B8657
(91,134,87)
#51784E
(81,120,78)
#476A45
(71,106,69)
#3D5C3C
(61,92,60)
#334E33
(51,78,51)
#29402A
(41,64,42)
#1F3221
(31,50,33)
#152418
(21,36,24)
#0B160F
(11,22,15)
#000000
(0,0,0)

Tints of #6FA269

#6FA269
(111,162,105)
#7CAA76
(124,170,118)
#89B283
(137,178,131)
#96BA90
(150,186,144)
#A3C29D
(163,194,157)
#B0CAAA
(176,202,170)
#BDD2B7
(189,210,183)
#CADAC4
(202,218,196)
#D7E2D1
(215,226,209)
#E4EADE
(228,234,222)
#F1F2EB
(241,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA269; }

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

This text font color is #6FA269.


Background Color

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

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

This div background color is #6FA269.


Border color

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

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

This div border color is #6FA269.


Opacity

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

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

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

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

This text has shadow with #6FA269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA269 on black background.


Color preview on white background

This text has color #6FA269 on white background.



Black color preview on #6FA269 background

This text has black color on #6FA269 background.


White color preview on #6FA269 background

This text has white color on #6FA269 background.