COLOR #6FAD75

HEX: #6FAD75 RGB: (111,173,117)

Color info

#6FAD75 contains mainly green and blue colors. Web safe color of #6FAD75 is #669966 (or #696).

RGB color model

#6FAD75 color RGB value is (111,173,117).

RGB: (111,173,117) (44%, 68%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 173 of 255 = 68%
B 117 of 255 = 46%

111
173
117

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

Portions of RGB colors in percentages

R + G + B = 111 + 173 + 117 = 401 (100%)
R 111 of 401 ~ 27.68%
G 173 of 401 ~ 43.14%
B 117 of 401 ~ 29.18'%

%27.68
%43.14
%29.18

CMYK color model

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

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

CMYK: (36,0,32,32)
C36M0Y32K32 (36%, 0%, 32%, 32%)
(0.36 / 0.00 / 0.32 / 0.32)

CMYK percentages

%35.84
%0
%32.37
%32.16

Codes

Color #6FAD75 in popluar color models

6F AD 75
RGB 111 173 117
HSL 126° 27.43% 55.69%
HSB/HSV 126° 35.84% 67.84%
CMYK 35.84% 0.00% 32.37%
32.16%

Color #6FAD75 in popluar number systems.

HEX 6F AD 75
Decimal 111 173 117
Binary 1101111 10101101 1110101
Octal 157 255 165

Shades and tints

Shades of #6FAD75

#6FAD75
(111,173,117)
#659E6B
(101,158,107)
#5B8F61
(91,143,97)
#518057
(81,128,87)
#47714D
(71,113,77)
#3D6243
(61,98,67)
#335339
(51,83,57)
#29442F
(41,68,47)
#1F3525
(31,53,37)
#15261B
(21,38,27)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #6FAD75

#6FAD75
(111,173,117)
#7CB481
(124,180,129)
#89BB8D
(137,187,141)
#96C299
(150,194,153)
#A3C9A5
(163,201,165)
#B0D0B1
(176,208,177)
#BDD7BD
(189,215,189)
#CADEC9
(202,222,201)
#D7E5D5
(215,229,213)
#E4ECE1
(228,236,225)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAD75; }

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

This text font color is #6FAD75.

Background Color

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

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

This div background color is #6FAD75.

Border color

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

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

This div border color is #6FAD75.

Opacity

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

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

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

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

This text has shadow with #6FAD75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAD75.

Preview

Color preview on black background

This text has color #6FAD75 on black background.


Color preview on white background

This text has color #6FAD75 on white background.


Black color preview on #6FAD75 background

This text has black color on #6FAD75 background.


White color preview on #6FAD75 background

This text has white color on #6FAD75 background.


Related colors

Complementary color

Complementary color for #hex is #90528A.


I love getcolorcode.com

Triadic colors

1 #756FAD and #AD756F with #6FAD75 are triadic colors.

2 #75AD6F and #AD6F75 with #6FAD75 are triadic colors.