COLOR #6FA67D

HEX: #6FA67D RGB: (111,166,125)

Color info

#6FA67D contains red, green and blue colors in about the same proportion. Web safe color of #6FA67D is #669966 (or #696).

RGB color model

#6FA67D color RGB value is (111,166,125).

RGB: (111,166,125) (44%, 65%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 166 of 255 = 65%
B 125 of 255 = 49%

111
166
125

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

Portions of RGB colors in percentages

R + G + B = 111 + 166 + 125 = 402 (100%)
R 111 of 402 ~ 27.61%
G 166 of 402 ~ 41.29%
B 125 of 402 ~ 31.09'%

%27.61
%41.29
%31.09

CMYK color model

#6FA67D color CMYK value is (33,0,25,35).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 24.70%
  • key color value is 34.90%

CMYK: (33,0,25,35)
C33M0Y25K35 (33%, 0%, 25%, 35%)
(0.33 / 0.00 / 0.25 / 0.35)

CMYK percentages

%33.13
%0
%24.7
%34.9

Codes

Color #6FA67D in popluar color models

6F A6 7D
RGB 111 166 125
HSL 135° 23.61% 54.31%
HSB/HSV 135° 33.13% 65.10%
CMYK 33.13% 0.00% 24.70%
34.90%

Color #6FA67D in popluar number systems.

HEX 6F A6 7D
Decimal 111 166 125
Binary 1101111 10100110 1111101
Octal 157 246 175

Shades and tints

Shades of #6FA67D

#6FA67D
(111,166,125)
#659772
(101,151,114)
#5B8867
(91,136,103)
#51795C
(81,121,92)
#476A51
(71,106,81)
#3D5B46
(61,91,70)
#334C3B
(51,76,59)
#293D30
(41,61,48)
#1F2E25
(31,46,37)
#151F1A
(21,31,26)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #6FA67D

#6FA67D
(111,166,125)
#7CAE88
(124,174,136)
#89B693
(137,182,147)
#96BE9E
(150,190,158)
#A3C6A9
(163,198,169)
#B0CEB4
(176,206,180)
#BDD6BF
(189,214,191)
#CADECA
(202,222,202)
#D7E6D5
(215,230,213)
#E4EEE0
(228,238,224)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA67D color. Also use rgb(111,166,125) instead hex code.

Text Font Color

.myTextColor { color: #6FA67D; }

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

This text font color is #6FA67D.

Background Color

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

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

This div background color is #6FA67D.

Border color

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

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

This div border color is #6FA67D.

Opacity

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

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

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

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

This text has shadow with #6FA67D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA67D.

Preview

Color preview on black background

This text has color #6FA67D on black background.


Color preview on white background

This text has color #6FA67D on white background.


Black color preview on #6FA67D background

This text has black color on #6FA67D background.


White color preview on #6FA67D background

This text has white color on #6FA67D background.


Related colors

Complementary color

Complementary color for #hex is #905982.


I love getcolorcode.com

Triadic colors

1 #7D6FA6 and #A67D6F with #6FA67D are triadic colors.

2 #7DA66F and #A66F7D with #6FA67D are triadic colors.