COLOR #6FAF4F

HEX: #6FAF4F
RGB: (111,175,79)

Color info

#6FAF4F contains mainly green color. Web safe color of #6FAF4F is #669966 (or #696).

RGB color model

#6FAF4F color RGB value is (111,175,79).

  • red value is 111;
  • green value is 175;
  • blue value is 79.
RGB:
(111,175,79)
(44%,69%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 79 of 255 = 31%

111
175
79

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

Portions of RGB colors in percentages

R + G + B =
111 + 175 + 79 = 365 (100%)
R 111 of 365 ~ 30.41%
G 175 of 365 ~ 47.95%
B 79 of 365 ~ 21.64%

%30.41
%47.95
%21.64

CMYK color model

#6FAF4F color CMYK value is (37,0,55,31).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 54.86%
  • key color value is 31.37%
CMYK:
(37,0,55,31)
C37M0Y55K31 
(37%,0%,55%,31%)
(0.37/0.00/0.55/0.31)	

CMYK percentages

%36.57
%0
%54.86
%31.37

Codes

Color #6FAF4F in popluar color models

6FAF4F
RGB11117579
HSL100°37.80%49.80%
HSB/HSV100°54.86%68.63%
CMYK36.57%0.00%54.86%
31.37%

Color #6FAF4F in popluar number systems.

HEX6FAF4F
Decimal11117579
Binary1101111101011111001111
Octal157257117

Shades and tints

Shades of #6FAF4F

#6FAF4F
(111,175,79)
#65A048
(101,160,72)
#5B9141
(91,145,65)
#51823A
(81,130,58)
#477333
(71,115,51)
#3D642C
(61,100,44)
#335525
(51,85,37)
#29461E
(41,70,30)
#1F3717
(31,55,23)
#152810
(21,40,16)
#0B1909
(11,25,9)
#000000
(0,0,0)

Tints of #6FAF4F

#6FAF4F
(111,175,79)
#7CB65F
(124,182,95)
#89BD6F
(137,189,111)
#96C47F
(150,196,127)
#A3CB8F
(163,203,143)
#B0D29F
(176,210,159)
#BDD9AF
(189,217,175)
#CAE0BF
(202,224,191)
#D7E7CF
(215,231,207)
#E4EEDF
(228,238,223)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAF4F color. Also use rgb(111,175,79) instead hex code.

Text Font Color

.myTextColor { color: #6FAF4F; }

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

This text font color is #6FAF4F.


Background Color

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

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

This div background color is #6FAF4F.


Border color

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

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

This div border color is #6FAF4F.


Opacity

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

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

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

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

This text has shadow with #6FAF4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAF4F on black background.


Color preview on white background

This text has color #6FAF4F on white background.



Black color preview on #6FAF4F background

This text has black color on #6FAF4F background.


White color preview on #6FAF4F background

This text has white color on #6FAF4F background.