COLOR #6FAC31

HEX: #6FAC31
RGB: (111,172,49)

Color info

#6FAC31 contains mainly green color. Web safe color of #6FAC31 is #669933 (or #693).

RGB color model

#6FAC31 color RGB value is (111,172,49).

  • red value is 111;
  • green value is 172;
  • blue value is 49.
RGB:
(111,172,49)
(44%,67%,19%)

RGB channels and saturation

R 111 of 255 = 44%
G 172 of 255 = 67%
B 49 of 255 = 19%

111
172
49

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

Portions of RGB colors in percentages

R + G + B =
111 + 172 + 49 = 332 (100%)
R 111 of 332 ~ 33.43%
G 172 of 332 ~ 51.81%
B 49 of 332 ~ 14.76%

%33.43
%51.81
%14.76

CMYK color model

#6FAC31 color CMYK value is (35,0,72,33).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 71.51%
  • key color value is 32.55%
CMYK:
(35,0,72,33)
C35M0Y72K33 
(35%,0%,72%,33%)
(0.35/0.00/0.72/0.33)	

CMYK percentages

%35.47
%0
%71.51
%32.55

Codes

Color #6FAC31 in popluar color models

6FAC31
RGB11117249
HSL90°55.66%43.33%
HSB/HSV90°71.51%67.45%
CMYK35.47%0.00%71.51%
32.55%

Color #6FAC31 in popluar number systems.

HEX6FAC31
Decimal11117249
Binary110111110101100110001
Octal15725461

Shades and tints

Shades of #6FAC31

#6FAC31
(111,172,49)
#659D2D
(101,157,45)
#5B8E29
(91,142,41)
#517F25
(81,127,37)
#477021
(71,112,33)
#3D611D
(61,97,29)
#335219
(51,82,25)
#294315
(41,67,21)
#1F3411
(31,52,17)
#15250D
(21,37,13)
#0B1609
(11,22,9)
#000000
(0,0,0)

Tints of #6FAC31

#6FAC31
(111,172,49)
#7CB343
(124,179,67)
#89BA55
(137,186,85)
#96C167
(150,193,103)
#A3C879
(163,200,121)
#B0CF8B
(176,207,139)
#BDD69D
(189,214,157)
#CADDAF
(202,221,175)
#D7E4C1
(215,228,193)
#E4EBD3
(228,235,211)
#F1F2E5
(241,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAC31 color. Also use rgb(111,172,49) instead hex code.

Text Font Color

.myTextColor { color: #6FAC31; }

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

This text font color is #6FAC31.


Background Color

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

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

This div background color is #6FAC31.


Border color

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

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

This div border color is #6FAC31.


Opacity

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

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

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

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

This text has shadow with #6FAC31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAC31 on black background.


Color preview on white background

This text has color #6FAC31 on white background.



Black color preview on #6FAC31 background

This text has black color on #6FAC31 background.


White color preview on #6FAC31 background

This text has white color on #6FAC31 background.