COLOR #6FAF5C

HEX: #6FAF5C RGB: (111,175,92)

Color info

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

RGB color model

#6FAF5C color RGB value is (111,175,92).

RGB: (111,175,92) (44%, 69%, 36%)

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 92 of 255 = 36%

111
175
92

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

Portions of RGB colors in percentages

R + G + B = 111 + 175 + 92 = 378 (100%)
R 111 of 378 ~ 29.37%
G 175 of 378 ~ 46.3%
B 92 of 378 ~ 24.34'%

%29.37
%46.3
%24.34

CMYK color model

#6FAF5C color CMYK value is (37,0,47,31).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 47.43%
  • key color value is 31.37%
CMYK: (37,0,47,31) C37M0Y47K31 (37%,0%,47%,31%) (0.37/0.00/0.47/0.31) 

CMYK percentages

%36.57
%0
%47.43
%31.37

Codes

Color #6FAF5C in popluar color models

6F AF 5C
RGB 111 175 92
HSL 106° 34.16% 52.35%
HSB/HSV 106° 47.43% 68.63%
CMYK 36.57% 0.00% 47.43%
31.37%

Color #6FAF5C in popluar number systems.

HEX 6F AF 5C
Decimal 111 175 92
Binary 1101111 10101111 1011100
Octal 157 257 134

Shades and tints

Shades of #6FAF5C

#6FAF5C
(111,175,92)
#65A054
(101,160,84)
#5B914C
(91,145,76)
#518244
(81,130,68)
#47733C
(71,115,60)
#3D6434
(61,100,52)
#33552C
(51,85,44)
#294624
(41,70,36)
#1F371C
(31,55,28)
#152814
(21,40,20)
#0B190C
(11,25,12)
#000000
(0,0,0)

Tints of #6FAF5C

#6FAF5C
(111,175,92)
#7CB66A
(124,182,106)
#89BD78
(137,189,120)
#96C486
(150,196,134)
#A3CB94
(163,203,148)
#B0D2A2
(176,210,162)
#BDD9B0
(189,217,176)
#CAE0BE
(202,224,190)
#D7E7CC
(215,231,204)
#E4EEDA
(228,238,218)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAF5C; }

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

This text font color is #6FAF5C.

Background Color

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

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

This div background color is #6FAF5C.

Border color

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

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

This div border color is #6FAF5C.

Opacity

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

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

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

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

This text has shadow with #6FAF5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAF5C.

Preview

Color preview on black background

This text has color #6FAF5C on black background.


Color preview on white background

This text has color #6FAF5C on white background.


Black color preview on #6FAF5C background

This text has black color on #6FAF5C background.


White color preview on #6FAF5C background

This text has white color on #6FAF5C background.


Related colors

Complementary color

Complementary color for #hex is #9050A3.


I love getcolorcode.com

Triadic colors

1 #5C6FAF and #AF5C6F with #6FAF5C are triadic colors.

2 #5CAF6F and #AF6F5C with #6FAF5C are triadic colors.