COLOR #6F9C75

HEX: #6F9C75 RGB: (111,156,117)

Color info

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

RGB color model

#6F9C75 color RGB value is (111,156,117).

RGB: (111,156,117) (44%, 61%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 156 of 255 = 61%
B 117 of 255 = 46%

111
156
117

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

Portions of RGB colors in percentages

R + G + B = 111 + 156 + 117 = 384 (100%)
R 111 of 384 ~ 28.91%
G 156 of 384 ~ 40.63%
B 117 of 384 ~ 30.47'%

%28.91
%40.63
%30.47

CMYK color model

#6F9C75 color CMYK value is (29,0,25,39).

  • cyan value is 28.85%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 38.82%

CMYK: (29,0,25,39)
C29M0Y25K39 (29%, 0%, 25%, 39%)
(0.29 / 0.00 / 0.25 / 0.39)

CMYK percentages

%28.85
%0
%25
%38.82

Codes

Color #6F9C75 in popluar color models

6F 9C 75
RGB 111 156 117
HSL 128° 18.52% 52.35%
HSB/HSV 128° 28.85% 61.18%
CMYK 28.85% 0.00% 25.00%
38.82%

Color #6F9C75 in popluar number systems.

HEX 6F 9C 75
Decimal 111 156 117
Binary 1101111 10011100 1110101
Octal 157 234 165

Shades and tints

Shades of #6F9C75

#6F9C75
(111,156,117)
#658E6B
(101,142,107)
#5B8061
(91,128,97)
#517257
(81,114,87)
#47644D
(71,100,77)
#3D5643
(61,86,67)
#334839
(51,72,57)
#293A2F
(41,58,47)
#1F2C25
(31,44,37)
#151E1B
(21,30,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #6F9C75

#6F9C75
(111,156,117)
#7CA581
(124,165,129)
#89AE8D
(137,174,141)
#96B799
(150,183,153)
#A3C0A5
(163,192,165)
#B0C9B1
(176,201,177)
#BDD2BD
(189,210,189)
#CADBC9
(202,219,201)
#D7E4D5
(215,228,213)
#E4EDE1
(228,237,225)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9C75; }

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

This text font color is #6F9C75.

Background Color

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

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

This div background color is #6F9C75.

Border color

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

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

This div border color is #6F9C75.

Opacity

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

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

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

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

This text has shadow with #6F9C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F9C75.

Preview

Color preview on black background

This text has color #6F9C75 on black background.


Color preview on white background

This text has color #6F9C75 on white background.


Black color preview on #6F9C75 background

This text has black color on #6F9C75 background.


White color preview on #6F9C75 background

This text has white color on #6F9C75 background.


Related colors

Complementary color

Complementary color for #hex is #90638A.


I love getcolorcode.com

Triadic colors

1 #756F9C and #9C756F with #6F9C75 are triadic colors.

2 #759C6F and #9C6F75 with #6F9C75 are triadic colors.