COLOR #6FA05F

HEX: #6FA05F RGB: (111,160,95)

Color info

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

RGB color model

#6FA05F color RGB value is (111,160,95).

RGB: (111,160,95) (44%, 63%, 37%)

RGB channels and saturation

R 111 of 255 = 44%
G 160 of 255 = 63%
B 95 of 255 = 37%

111
160
95

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

Portions of RGB colors in percentages

R + G + B = 111 + 160 + 95 = 366 (100%)
R 111 of 366 ~ 30.33%
G 160 of 366 ~ 43.72%
B 95 of 366 ~ 25.96'%

%30.33
%43.72
%25.96

CMYK color model

#6FA05F color CMYK value is (31,0,41,37).

  • cyan value is 30.63%
  • magenta value is 0.00%
  • yellow value is 40.63%
  • key color value is 37.25%

CMYK: (31,0,41,37)
C31M0Y41K37 (31%, 0%, 41%, 37%)
(0.31 / 0.00 / 0.41 / 0.37)

CMYK percentages

%30.63
%0
%40.63
%37.25

Codes

Color #6FA05F in popluar color models

6F A0 5F
RGB 111 160 95
HSL 105° 25.49% 50.00%
HSB/HSV 105° 40.63% 62.75%
CMYK 30.63% 0.00% 40.63%
37.25%

Color #6FA05F in popluar number systems.

HEX 6F A0 5F
Decimal 111 160 95
Binary 1101111 10100000 1011111
Octal 157 240 137

Shades and tints

Shades of #6FA05F

#6FA05F
(111,160,95)
#659257
(101,146,87)
#5B844F
(91,132,79)
#517647
(81,118,71)
#47683F
(71,104,63)
#3D5A37
(61,90,55)
#334C2F
(51,76,47)
#293E27
(41,62,39)
#1F301F
(31,48,31)
#152217
(21,34,23)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #6FA05F

#6FA05F
(111,160,95)
#7CA86D
(124,168,109)
#89B07B
(137,176,123)
#96B889
(150,184,137)
#A3C097
(163,192,151)
#B0C8A5
(176,200,165)
#BDD0B3
(189,208,179)
#CAD8C1
(202,216,193)
#D7E0CF
(215,224,207)
#E4E8DD
(228,232,221)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA05F color. Also use rgb(111,160,95) instead hex code.

Text Font Color

.myTextColor { color: #6FA05F; }

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

This text font color is #6FA05F.

Background Color

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

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

This div background color is #6FA05F.

Border color

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

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

This div border color is #6FA05F.

Opacity

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

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

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

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

This text has shadow with #6FA05F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA05F.

Preview

Color preview on black background

This text has color #6FA05F on black background.


Color preview on white background

This text has color #6FA05F on white background.


Black color preview on #6FA05F background

This text has black color on #6FA05F background.


White color preview on #6FA05F background

This text has white color on #6FA05F background.


Related colors

Complementary color

Complementary color for #hex is #905FA0.


I love getcolorcode.com

Triadic colors

1 #5F6FA0 and #A05F6F with #6FA05F are triadic colors.

2 #5FA06F and #A06F5F with #6FA05F are triadic colors.