COLOR #6FAD68

HEX: #6FAD68 RGB: (111,173,104)

Color info

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

RGB color model

#6FAD68 color RGB value is (111,173,104).

RGB: (111,173,104) (44%, 68%, 41%)

RGB channels and saturation

R 111 of 255 = 44%
G 173 of 255 = 68%
B 104 of 255 = 41%

111
173
104

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

Portions of RGB colors in percentages

R + G + B = 111 + 173 + 104 = 388 (100%)
R 111 of 388 ~ 28.61%
G 173 of 388 ~ 44.59%
B 104 of 388 ~ 26.8'%

%28.61
%44.59
%26.8

CMYK color model

#6FAD68 color CMYK value is (36,0,40,32).

  • cyan value is 35.84%
  • magenta value is 0.00%
  • yellow value is 39.88%
  • key color value is 32.16%

CMYK: (36,0,40,32)
C36M0Y40K32 (36%, 0%, 40%, 32%)
(0.36 / 0.00 / 0.40 / 0.32)

CMYK percentages

%35.84
%0
%39.88
%32.16

Codes

Color #6FAD68 in popluar color models

6F AD 68
RGB 111 173 104
HSL 114° 29.61% 54.31%
HSB/HSV 114° 39.88% 67.84%
CMYK 35.84% 0.00% 39.88%
32.16%

Color #6FAD68 in popluar number systems.

HEX 6F AD 68
Decimal 111 173 104
Binary 1101111 10101101 1101000
Octal 157 255 150

Shades and tints

Shades of #6FAD68

#6FAD68
(111,173,104)
#659E5F
(101,158,95)
#5B8F56
(91,143,86)
#51804D
(81,128,77)
#477144
(71,113,68)
#3D623B
(61,98,59)
#335332
(51,83,50)
#294429
(41,68,41)
#1F3520
(31,53,32)
#152617
(21,38,23)
#0B170E
(11,23,14)
#000000
(0,0,0)

Tints of #6FAD68

#6FAD68
(111,173,104)
#7CB475
(124,180,117)
#89BB82
(137,187,130)
#96C28F
(150,194,143)
#A3C99C
(163,201,156)
#B0D0A9
(176,208,169)
#BDD7B6
(189,215,182)
#CADEC3
(202,222,195)
#D7E5D0
(215,229,208)
#E4ECDD
(228,236,221)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAD68 color. Also use rgb(111,173,104) instead hex code.

Text Font Color

.myTextColor { color: #6FAD68; }

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

This text font color is #6FAD68.

Background Color

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

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

This div background color is #6FAD68.

Border color

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

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

This div border color is #6FAD68.

Opacity

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

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

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

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

This text has shadow with #6FAD68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAD68.

Preview

Color preview on black background

This text has color #6FAD68 on black background.


Color preview on white background

This text has color #6FAD68 on white background.


Black color preview on #6FAD68 background

This text has black color on #6FAD68 background.


White color preview on #6FAD68 background

This text has white color on #6FAD68 background.


Related colors

Complementary color

Complementary color for #hex is #905297.


I love getcolorcode.com

Triadic colors

1 #686FAD and #AD686F with #6FAD68 are triadic colors.

2 #68AD6F and #AD6F68 with #6FAD68 are triadic colors.