COLOR #6FA34F

HEX: #6FA34F RGB: (111,163,79)

Color info

#6FA34F contains mainly red and green colors. Web safe color of #6FA34F is #669966 (or #696).

RGB color model

#6FA34F color RGB value is (111,163,79).

RGB: (111,163,79) (44%, 64%, 31%)

RGB channels and saturation

R 111 of 255 = 44%
G 163 of 255 = 64%
B 79 of 255 = 31%

111
163
79

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

Portions of RGB colors in percentages

R + G + B = 111 + 163 + 79 = 353 (100%)
R 111 of 353 ~ 31.44%
G 163 of 353 ~ 46.18%
B 79 of 353 ~ 22.38'%

%31.44
%46.18
%22.38

CMYK color model

#6FA34F color CMYK value is (32,0,52,36).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 51.53%
  • key color value is 36.08%
CMYK: (32,0,52,36) C32M0Y52K36 (32%,0%,52%,36%) (0.32/0.00/0.52/0.36) 

CMYK percentages

%31.9
%0
%51.53
%36.08

Codes

Color #6FA34F in popluar color models

6F A3 4F
RGB 111 163 79
HSL 97° 34.71% 47.45%
HSB/HSV 97° 51.53% 63.92%
CMYK 31.90% 0.00% 51.53%
36.08%

Color #6FA34F in popluar number systems.

HEX 6F A3 4F
Decimal 111 163 79
Binary 1101111 10100011 1001111
Octal 157 243 117

Shades and tints

Shades of #6FA34F

#6FA34F
(111,163,79)
#659548
(101,149,72)
#5B8741
(91,135,65)
#51793A
(81,121,58)
#476B33
(71,107,51)
#3D5D2C
(61,93,44)
#334F25
(51,79,37)
#29411E
(41,65,30)
#1F3317
(31,51,23)
#152510
(21,37,16)
#0B1709
(11,23,9)
#000000
(0,0,0)

Tints of #6FA34F

#6FA34F
(111,163,79)
#7CAB5F
(124,171,95)
#89B36F
(137,179,111)
#96BB7F
(150,187,127)
#A3C38F
(163,195,143)
#B0CB9F
(176,203,159)
#BDD3AF
(189,211,175)
#CADBBF
(202,219,191)
#D7E3CF
(215,227,207)
#E4EBDF
(228,235,223)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA34F; }

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

This text font color is #6FA34F.

Background Color

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

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

This div background color is #6FA34F.

Border color

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

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

This div border color is #6FA34F.

Opacity

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

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

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

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

This text has shadow with #6FA34F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA34F.

Preview

Color preview on black background

This text has color #6FA34F on black background.


Color preview on white background

This text has color #6FA34F on white background.


Black color preview on #6FA34F background

This text has black color on #6FA34F background.


White color preview on #6FA34F background

This text has white color on #6FA34F background.


Related colors

Complementary color

Complementary color for #hex is #905CB0.


I love getcolorcode.com

Triadic colors

1 #4F6FA3 and #A34F6F with #6FA34F are triadic colors.

2 #4FA36F and #A36F4F with #6FA34F are triadic colors.