COLOR #6FA280

HEX: #6FA280 RGB: (111,162,128)

Color info

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

RGB color model

#6FA280 color RGB value is (111,162,128).

RGB: (111,162,128) (44%, 64%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 162 of 255 = 64%
B 128 of 255 = 50%

111
162
128

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

Portions of RGB colors in percentages

R + G + B = 111 + 162 + 128 = 401 (100%)
R 111 of 401 ~ 27.68%
G 162 of 401 ~ 40.4%
B 128 of 401 ~ 31.92'%

%27.68
%40.4
%31.92

CMYK color model

#6FA280 color CMYK value is (31,0,21,36).

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

CMYK: (31,0,21,36)
C31M0Y21K36 (31%, 0%, 21%, 36%)
(0.31 / 0.00 / 0.21 / 0.36)

CMYK percentages

%31.48
%0
%20.99
%36.47

Codes

Color #6FA280 in popluar color models

6F A2 80
RGB 111 162 128
HSL 140° 21.52% 53.53%
HSB/HSV 140° 31.48% 63.53%
CMYK 31.48% 0.00% 20.99%
36.47%

Color #6FA280 in popluar number systems.

HEX 6F A2 80
Decimal 111 162 128
Binary 1101111 10100010 10000000
Octal 157 242 200

Shades and tints

Shades of #6FA280

#6FA280
(111,162,128)
#659475
(101,148,117)
#5B866A
(91,134,106)
#51785F
(81,120,95)
#476A54
(71,106,84)
#3D5C49
(61,92,73)
#334E3E
(51,78,62)
#294033
(41,64,51)
#1F3228
(31,50,40)
#15241D
(21,36,29)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #6FA280

#6FA280
(111,162,128)
#7CAA8B
(124,170,139)
#89B296
(137,178,150)
#96BAA1
(150,186,161)
#A3C2AC
(163,194,172)
#B0CAB7
(176,202,183)
#BDD2C2
(189,210,194)
#CADACD
(202,218,205)
#D7E2D8
(215,226,216)
#E4EAE3
(228,234,227)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA280; }

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

This text font color is #6FA280.

Background Color

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

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

This div background color is #6FA280.

Border color

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

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

This div border color is #6FA280.

Opacity

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

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

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

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

This text has shadow with #6FA280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA280.

Preview

Color preview on black background

This text has color #6FA280 on black background.


Color preview on white background

This text has color #6FA280 on white background.


Black color preview on #6FA280 background

This text has black color on #6FA280 background.


White color preview on #6FA280 background

This text has white color on #6FA280 background.


Related colors

Complementary color

Complementary color for #hex is #905D7F.


I love getcolorcode.com

Triadic colors

1 #806FA2 and #A2806F with #6FA280 are triadic colors.

2 #80A26F and #A26F80 with #6FA280 are triadic colors.