COLOR #6F9072

HEX: #6F9072
RGB: (111,144,114)

Color info

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

RGB color model

#6F9072 color RGB value is (111,144,114).

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

RGB channels and saturation

R 111 of 255 = 44%
G 144 of 255 = 56%
B 114 of 255 = 45%

111
144
114

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

Portions of RGB colors in percentages

R + G + B =
111 + 144 + 114 = 369 (100%)
R 111 of 369 ~ 30.08%
G 144 of 369 ~ 39.02%
B 114 of 369 ~ 30.89%

%30.08
%39.02
%30.89

CMYK color model

#6F9072 color CMYK value is (23,0,21,44).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 43.53%
CMYK:
(23,0,21,44)
C23M0Y21K44 
(23%,0%,21%,44%)
(0.23/0.00/0.21/0.44)	

CMYK percentages

%22.92
%0
%20.83
%43.53

Codes

Color #6F9072 in popluar color models

6F9072
RGB111144114
HSL125°12.94%50.00%
HSB/HSV125°22.92%56.47%
CMYK22.92%0.00%20.83%
43.53%

Color #6F9072 in popluar number systems.

HEX6F9072
Decimal111144114
Binary1101111100100001110010
Octal157220162

Shades and tints

Shades of #6F9072

#6F9072
(111,144,114)
#658368
(101,131,104)
#5B765E
(91,118,94)
#516954
(81,105,84)
#475C4A
(71,92,74)
#3D4F40
(61,79,64)
#334236
(51,66,54)
#29352C
(41,53,44)
#1F2822
(31,40,34)
#151B18
(21,27,24)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #6F9072

#6F9072
(111,144,114)
#7C9A7E
(124,154,126)
#89A48A
(137,164,138)
#96AE96
(150,174,150)
#A3B8A2
(163,184,162)
#B0C2AE
(176,194,174)
#BDCCBA
(189,204,186)
#CAD6C6
(202,214,198)
#D7E0D2
(215,224,210)
#E4EADE
(228,234,222)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9072; }

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

This text font color is #6F9072.


Background Color

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

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

This div background color is #6F9072.


Border color

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

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

This div border color is #6F9072.


Opacity

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

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

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

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

This text has shadow with #6F9072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9072 on black background.


Color preview on white background

This text has color #6F9072 on white background.



Black color preview on #6F9072 background

This text has black color on #6F9072 background.


White color preview on #6F9072 background

This text has white color on #6F9072 background.