COLOR #6FA777

HEX: #6FA777
RGB: (111,167,119)

Color info

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

RGB color model

#6FA777 color RGB value is (111,167,119).

  • red value is 111;
  • green value is 167;
  • blue value is 119.
RGB:
(111,167,119)
(44%,65%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 167 of 255 = 65%
B 119 of 255 = 47%

111
167
119

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

Portions of RGB colors in percentages

R + G + B =
111 + 167 + 119 = 397 (100%)
R 111 of 397 ~ 27.96%
G 167 of 397 ~ 42.07%
B 119 of 397 ~ 29.97%

%27.96
%42.07
%29.97

CMYK color model

#6FA777 color CMYK value is (34,0,29,35).

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 34.51%
CMYK:
(34,0,29,35)
C34M0Y29K35 
(34%,0%,29%,35%)
(0.34/0.00/0.29/0.35)	

CMYK percentages

%33.53
%0
%28.74
%34.51

Codes

Color #6FA777 in popluar color models

6FA777
RGB111167119
HSL129°24.14%54.51%
HSB/HSV129°33.53%65.49%
CMYK33.53%0.00%28.74%
34.51%

Color #6FA777 in popluar number systems.

HEX6FA777
Decimal111167119
Binary1101111101001111110111
Octal157247167

Shades and tints

Shades of #6FA777

#6FA777
(111,167,119)
#65986D
(101,152,109)
#5B8963
(91,137,99)
#517A59
(81,122,89)
#476B4F
(71,107,79)
#3D5C45
(61,92,69)
#334D3B
(51,77,59)
#293E31
(41,62,49)
#1F2F27
(31,47,39)
#15201D
(21,32,29)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #6FA777

#6FA777
(111,167,119)
#7CAF83
(124,175,131)
#89B78F
(137,183,143)
#96BF9B
(150,191,155)
#A3C7A7
(163,199,167)
#B0CFB3
(176,207,179)
#BDD7BF
(189,215,191)
#CADFCB
(202,223,203)
#D7E7D7
(215,231,215)
#E4EFE3
(228,239,227)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA777 color. Also use rgb(111,167,119) instead hex code.

Text Font Color

.myTextColor { color: #6FA777; }

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

This text font color is #6FA777.


Background Color

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

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

This div background color is #6FA777.


Border color

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

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

This div border color is #6FA777.


Opacity

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

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

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

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

This text has shadow with #6FA777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA777 on black background.


Color preview on white background

This text has color #6FA777 on white background.



Black color preview on #6FA777 background

This text has black color on #6FA777 background.


White color preview on #6FA777 background

This text has white color on #6FA777 background.