COLOR #6FB792

HEX: #6FB792
RGB: (111,183,146)

Color info

#6FB792 contains mainly green and blue colors. Web safe color of #6FB792 is #66CC99 (or #6C9).

RGB color model

#6FB792 color RGB value is (111,183,146).

  • red value is 111;
  • green value is 183;
  • blue value is 146.
RGB:
(111,183,146)
(44%,72%,57%)

RGB channels and saturation

R 111 of 255 = 44%
G 183 of 255 = 72%
B 146 of 255 = 57%

111
183
146

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

Portions of RGB colors in percentages

R + G + B =
111 + 183 + 146 = 440 (100%)
R 111 of 440 ~ 25.23%
G 183 of 440 ~ 41.59%
B 146 of 440 ~ 33.18%

%25.23
%41.59
%33.18

CMYK color model

#6FB792 color CMYK value is (39,0,20,28).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(39,0,20,28)
C39M0Y20K28 
(39%,0%,20%,28%)
(0.39/0.00/0.20/0.28)	

CMYK percentages

%39.34
%0
%20.22
%28.24

Codes

Color #6FB792 in popluar color models

6FB792
RGB111183146
HSL149°33.33%57.65%
HSB/HSV149°39.34%71.76%
CMYK39.34%0.00%20.22%
28.24%

Color #6FB792 in popluar number systems.

HEX6FB792
Decimal111183146
Binary11011111011011110010010
Octal157267222

Shades and tints

Shades of #6FB792

#6FB792
(111,183,146)
#65A785
(101,167,133)
#5B9778
(91,151,120)
#51876B
(81,135,107)
#47775E
(71,119,94)
#3D6751
(61,103,81)
#335744
(51,87,68)
#294737
(41,71,55)
#1F372A
(31,55,42)
#15271D
(21,39,29)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #6FB792

#6FB792
(111,183,146)
#7CBD9B
(124,189,155)
#89C3A4
(137,195,164)
#96C9AD
(150,201,173)
#A3CFB6
(163,207,182)
#B0D5BF
(176,213,191)
#BDDBC8
(189,219,200)
#CAE1D1
(202,225,209)
#D7E7DA
(215,231,218)
#E4EDE3
(228,237,227)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB792 color. Also use rgb(111,183,146) instead hex code.

Text Font Color

.myTextColor { color: #6FB792; }

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

This text font color is #6FB792.


Background Color

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

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

This div background color is #6FB792.


Border color

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

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

This div border color is #6FB792.


Opacity

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

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

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

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

This text has shadow with #6FB792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB792 on black background.


Color preview on white background

This text has color #6FB792 on white background.



Black color preview on #6FB792 background

This text has black color on #6FB792 background.


White color preview on #6FB792 background

This text has white color on #6FB792 background.