COLOR #6FA296

HEX: #6FA296 RGB: (111,162,150)

Color info

#6FA296 contains red, green and blue colors in about the same proportion. Web safe color of #6FA296 is #669999 (or #699).

RGB color model

#6FA296 color RGB value is (111,162,150).

RGB: (111,162,150) (44%, 64%, 59%)

RGB channels and saturation

R 111 of 255 = 44%
G 162 of 255 = 64%
B 150 of 255 = 59%

111
162
150

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

Portions of RGB colors in percentages

R + G + B = 111 + 162 + 150 = 423 (100%)
R 111 of 423 ~ 26.24%
G 162 of 423 ~ 38.3%
B 150 of 423 ~ 35.46'%

%26.24
%38.3
%35.46

CMYK color model

#6FA296 color CMYK value is (31,0,7,36).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%

CMYK: (31,0,7,36)
C31M0Y7K36 (31%, 0%, 7%, 36%)
(0.31 / 0.00 / 0.07 / 0.36)

CMYK percentages

%31.48
%0
%7.41
%36.47

Codes

Color #6FA296 in popluar color models

6F A2 96
RGB 111 162 150
HSL 166° 21.52% 53.53%
HSB/HSV 166° 31.48% 63.53%
CMYK 31.48% 0.00% 7.41%
36.47%

Color #6FA296 in popluar number systems.

HEX 6F A2 96
Decimal 111 162 150
Binary 1101111 10100010 10010110
Octal 157 242 226

Shades and tints

Shades of #6FA296

#6FA296
(111,162,150)
#659489
(101,148,137)
#5B867C
(91,134,124)
#51786F
(81,120,111)
#476A62
(71,106,98)
#3D5C55
(61,92,85)
#334E48
(51,78,72)
#29403B
(41,64,59)
#1F322E
(31,50,46)
#152421
(21,36,33)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #6FA296

#6FA296
(111,162,150)
#7CAA9F
(124,170,159)
#89B2A8
(137,178,168)
#96BAB1
(150,186,177)
#A3C2BA
(163,194,186)
#B0CAC3
(176,202,195)
#BDD2CC
(189,210,204)
#CADAD5
(202,218,213)
#D7E2DE
(215,226,222)
#E4EAE7
(228,234,231)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA296; }

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

This text font color is #6FA296.

Background Color

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

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

This div background color is #6FA296.

Border color

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

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

This div border color is #6FA296.

Opacity

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

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

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

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

This text has shadow with #6FA296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA296.

Preview

Color preview on black background

This text has color #6FA296 on black background.


Color preview on white background

This text has color #6FA296 on white background.


Black color preview on #6FA296 background

This text has black color on #6FA296 background.


White color preview on #6FA296 background

This text has white color on #6FA296 background.


Related colors

Complementary color

Complementary color for #hex is #905D69.


I love getcolorcode.com

Triadic colors

1 #966FA2 and #A2966F with #6FA296 are triadic colors.

2 #96A26F and #A26F96 with #6FA296 are triadic colors.