COLOR #6FA542

HEX: #6FA542
RGB: (111,165,66)

Color info

#6FA542 contains mainly red and green colors. Web safe color of #6FA542 is #669933 (or #693).

RGB color model

#6FA542 color RGB value is (111,165,66).

  • red value is 111;
  • green value is 165;
  • blue value is 66.
RGB: (111,165,66) (44%,65%,26%)

RGB channels and saturation

R 111 of 255 = 44%
G 165 of 255 = 65%
B 66 of 255 = 26%

111
165
66

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

Portions of RGB colors in percentages

R + G + B =
111 + 165 + 66 = 342 (100%)
R 111 of 342 ~ 32.46%
G 165 of 342 ~ 48.25%
B 66 of 342 ~ 19.3%

%32.46
%48.25
%19.3

CMYK color model

#6FA542 color CMYK value is (33,0,60,35).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 35.29%
CMYK: (33,0,60,35) C33M0Y60K35 (33%,0%,60%,35%) (0.33/0.00/0.60/0.35)

CMYK percentages

%32.73
%0
%60
%35.29

Codes

Color #6FA542 in popluar color models

6FA542
RGB11116566
HSL93°42.86%45.29%
HSB/HSV93°60.00%64.71%
CMYK32.73%0.00%60.00%
35.29%

Color #6FA542 in popluar number systems.

HEX6FA542
Decimal11116566
Binary1101111101001011000010
Octal157245102

Shades and tints

Shades of #6FA542

#6FA542
(111,165,66)
#65963C
(101,150,60)
#5B8736
(91,135,54)
#517830
(81,120,48)
#47692A
(71,105,42)
#3D5A24
(61,90,36)
#334B1E
(51,75,30)
#293C18
(41,60,24)
#1F2D12
(31,45,18)
#151E0C
(21,30,12)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #6FA542

#6FA542
(111,165,66)
#7CAD53
(124,173,83)
#89B564
(137,181,100)
#96BD75
(150,189,117)
#A3C586
(163,197,134)
#B0CD97
(176,205,151)
#BDD5A8
(189,213,168)
#CADDB9
(202,221,185)
#D7E5CA
(215,229,202)
#E4EDDB
(228,237,219)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA542 color. Also use rgb(111,165,66) instead hex code.

Text Font Color

.myTextColor { color: #6FA542; }

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

This text font color is #6FA542.


Background Color

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

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

This div background color is #6FA542.


Border color

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

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

This div border color is #6FA542.


Opacity

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

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

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

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

This text has shadow with #6FA542 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6FA542 on black background.


Color preview on white background

This text has color #6FA542 on white background.



Black color preview on #6FA542 background

This text has black color on #6FA542 background.


White color preview on #6FA542 background

This text has white color on #6FA542 background.