COLOR #6FAC17

HEX: #6FAC17 RGB: (111,172,23)

Color info

#6FAC17 contains mainly green color. Web safe color of #6FAC17 is #669900 (or #690).

RGB color model

#6FAC17 color RGB value is (111,172,23).

RGB: (111,172,23) (44%, 67%, 9%)

RGB channels and saturation

R 111 of 255 = 44%
G 172 of 255 = 67%
B 23 of 255 = 9%

111
172
23

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

Portions of RGB colors in percentages

R + G + B = 111 + 172 + 23 = 306 (100%)
R 111 of 306 ~ 36.27%
G 172 of 306 ~ 56.21%
B 23 of 306 ~ 7.52'%

%36.27
%56.21

CMYK color model

#6FAC17 color CMYK value is (35,0,87,33).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 86.63%
  • key color value is 32.55%
CMYK: (35,0,87,33) C35M0Y87K33 (35%,0%,87%,33%) (0.35/0.00/0.87/0.33) 

CMYK percentages

%35.47
%0
%86.63
%32.55

Codes

Color #6FAC17 in popluar color models

6F AC 17
RGB 111 172 23
HSL 85° 76.41% 38.24%
HSB/HSV 85° 86.63% 67.45%
CMYK 35.47% 0.00% 86.63%
32.55%

Color #6FAC17 in popluar number systems.

HEX 6F AC 17
Decimal 111 172 23
Binary 1101111 10101100 10111
Octal 157 254 27

Shades and tints

Shades of #6FAC17

#6FAC17
(111,172,23)
#659D15
(101,157,21)
#5B8E13
(91,142,19)
#517F11
(81,127,17)
#47700F
(71,112,15)
#3D610D
(61,97,13)
#33520B
(51,82,11)
#294309
(41,67,9)
#1F3407
(31,52,7)
#152505
(21,37,5)
#0B1603
(11,22,3)
#000000
(0,0,0)

Tints of #6FAC17

#6FAC17
(111,172,23)
#7CB32C
(124,179,44)
#89BA41
(137,186,65)
#96C156
(150,193,86)
#A3C86B
(163,200,107)
#B0CF80
(176,207,128)
#BDD695
(189,214,149)
#CADDAA
(202,221,170)
#D7E4BF
(215,228,191)
#E4EBD4
(228,235,212)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAC17; }

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

This text font color is #6FAC17.

Background Color

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

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

This div background color is #6FAC17.

Border color

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

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

This div border color is #6FAC17.

Opacity

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

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

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

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

This text has shadow with #6FAC17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAC17.

Preview

Color preview on black background

This text has color #6FAC17 on black background.


Color preview on white background

This text has color #6FAC17 on white background.


Black color preview on #6FAC17 background

This text has black color on #6FAC17 background.


White color preview on #6FAC17 background

This text has white color on #6FAC17 background.


Related colors

Complementary color

Complementary color for #hex is #9053E8.


I love getcolorcode.com

Triadic colors

1 #176FAC and #AC176F with #6FAC17 are triadic colors.

2 #17AC6F and #AC6F17 with #6FAC17 are triadic colors.