COLOR #6F9572

HEX: #6F9572
RGB: (111,149,114)

Color info

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

RGB color model

#6F9572 color RGB value is (111,149,114).

  • red value is 111;
  • green value is 149;
  • blue value is 114.
RGB:
(111,149,114)
(44%,58%,45%)

RGB channels and saturation

R 111 of 255 = 44%
G 149 of 255 = 58%
B 114 of 255 = 45%

111
149
114

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

Portions of RGB colors in percentages

R + G + B =
111 + 149 + 114 = 374 (100%)
R 111 of 374 ~ 29.68%
G 149 of 374 ~ 39.84%
B 114 of 374 ~ 30.48%

%29.68
%39.84
%30.48

CMYK color model

#6F9572 color CMYK value is (26,0,23,42).

  • cyan value is 25.50%
  • magenta value is 0.00%
  • yellow value is 23.49%
  • key color value is 41.57%
CMYK:
(26,0,23,42)
C26M0Y23K42 
(26%,0%,23%,42%)
(0.26/0.00/0.23/0.42)	

CMYK percentages

%25.5
%0
%23.49
%41.57

Codes

Color #6F9572 in popluar color models

6F9572
RGB111149114
HSL125°15.20%50.98%
HSB/HSV125°25.50%58.43%
CMYK25.50%0.00%23.49%
41.57%

Color #6F9572 in popluar number systems.

HEX6F9572
Decimal111149114
Binary1101111100101011110010
Octal157225162

Shades and tints

Shades of #6F9572

#6F9572
(111,149,114)
#658868
(101,136,104)
#5B7B5E
(91,123,94)
#516E54
(81,110,84)
#47614A
(71,97,74)
#3D5440
(61,84,64)
#334736
(51,71,54)
#293A2C
(41,58,44)
#1F2D22
(31,45,34)
#152018
(21,32,24)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #6F9572

#6F9572
(111,149,114)
#7C9E7E
(124,158,126)
#89A78A
(137,167,138)
#96B096
(150,176,150)
#A3B9A2
(163,185,162)
#B0C2AE
(176,194,174)
#BDCBBA
(189,203,186)
#CAD4C6
(202,212,198)
#D7DDD2
(215,221,210)
#E4E6DE
(228,230,222)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9572 color. Also use rgb(111,149,114) instead hex code.

Text Font Color

.myTextColor { color: #6F9572; }

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

This text font color is #6F9572.


Background Color

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

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

This div background color is #6F9572.


Border color

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

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

This div border color is #6F9572.


Opacity

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

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

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

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

This text has shadow with #6F9572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9572 on black background.


Color preview on white background

This text has color #6F9572 on white background.



Black color preview on #6F9572 background

This text has black color on #6F9572 background.


White color preview on #6F9572 background

This text has white color on #6F9572 background.