COLOR #6FB791

HEX: #6FB791 RGB: (111,183,145)

Color info

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

RGB color model

#6FB791 color RGB value is (111,183,145).

RGB: (111,183,145) (44%, 72%, 57%)

RGB channels and saturation

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

111
183
145

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

Portions of RGB colors in percentages

R + G + B = 111 + 183 + 145 = 439 (100%)
R 111 of 439 ~ 25.28%
G 183 of 439 ~ 41.69%
B 145 of 439 ~ 33.03'%

%25.28
%41.69
%33.03

CMYK color model

#6FB791 color CMYK value is (39,0,21,28).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 20.77%
  • key color value is 28.24%

CMYK: (39,0,21,28)
C39M0Y21K28 (39%, 0%, 21%, 28%)
(0.39 / 0.00 / 0.21 / 0.28)

CMYK percentages

%39.34
%0
%20.77
%28.24

Codes

Color #6FB791 in popluar color models

6F B7 91
RGB 111 183 145
HSL 148° 33.33% 57.65%
HSB/HSV 148° 39.34% 71.76%
CMYK 39.34% 0.00% 20.77%
28.24%

Color #6FB791 in popluar number systems.

HEX 6F B7 91
Decimal 111 183 145
Binary 1101111 10110111 10010001
Octal 157 267 221

Shades and tints

Shades of #6FB791

#6FB791
(111,183,145)
#65A784
(101,167,132)
#5B9777
(91,151,119)
#51876A
(81,135,106)
#47775D
(71,119,93)
#3D6750
(61,103,80)
#335743
(51,87,67)
#294736
(41,71,54)
#1F3729
(31,55,41)
#15271C
(21,39,28)
#0B170F
(11,23,15)
#000000
(0,0,0)

Tints of #6FB791

#6FB791
(111,183,145)
#7CBD9B
(124,189,155)
#89C3A5
(137,195,165)
#96C9AF
(150,201,175)
#A3CFB9
(163,207,185)
#B0D5C3
(176,213,195)
#BDDBCD
(189,219,205)
#CAE1D7
(202,225,215)
#D7E7E1
(215,231,225)
#E4EDEB
(228,237,235)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB791; }

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

This text font color is #6FB791.

Background Color

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

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

This div background color is #6FB791.

Border color

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

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

This div border color is #6FB791.

Opacity

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

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

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

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

This text has shadow with #6FB791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB791.

Preview

Color preview on black background

This text has color #6FB791 on black background.


Color preview on white background

This text has color #6FB791 on white background.


Black color preview on #6FB791 background

This text has black color on #6FB791 background.


White color preview on #6FB791 background

This text has white color on #6FB791 background.


Related colors

Complementary color

Complementary color for #hex is #90486E.


I love getcolorcode.com

Triadic colors

1 #916FB7 and #B7916F with #6FB791 are triadic colors.

2 #91B76F and #B76F91 with #6FB791 are triadic colors.