COLOR #6FB77F

HEX: #6FB77F RGB: (111,183,127)

Color info

#6FB77F contains mainly green and blue colors. Web safe color of #6FB77F is #66CC66 (or #6C6).

RGB color model

#6FB77F color RGB value is (111,183,127).

RGB: (111,183,127) (44%, 72%, 50%)

RGB channels and saturation

R 111 of 255 = 44%
G 183 of 255 = 72%
B 127 of 255 = 50%

111
183
127

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

Portions of RGB colors in percentages

R + G + B = 111 + 183 + 127 = 421 (100%)
R 111 of 421 ~ 26.37%
G 183 of 421 ~ 43.47%
B 127 of 421 ~ 30.17'%

%26.37
%43.47
%30.17

CMYK color model

#6FB77F color CMYK value is (39,0,31,28).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 30.60%
  • key color value is 28.24%
CMYK: (39,0,31,28) C39M0Y31K28 (39%,0%,31%,28%) (0.39/0.00/0.31/0.28) 

CMYK percentages

%39.34
%0
%30.6
%28.24

Codes

Color #6FB77F in popluar color models

6F B7 7F
RGB 111 183 127
HSL 133° 33.33% 57.65%
HSB/HSV 133° 39.34% 71.76%
CMYK 39.34% 0.00% 30.60%
28.24%

Color #6FB77F in popluar number systems.

HEX 6F B7 7F
Decimal 111 183 127
Binary 1101111 10110111 1111111
Octal 157 267 177

Shades and tints

Shades of #6FB77F

#6FB77F
(111,183,127)
#65A774
(101,167,116)
#5B9769
(91,151,105)
#51875E
(81,135,94)
#477753
(71,119,83)
#3D6748
(61,103,72)
#33573D
(51,87,61)
#294732
(41,71,50)
#1F3727
(31,55,39)
#15271C
(21,39,28)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #6FB77F

#6FB77F
(111,183,127)
#7CBD8A
(124,189,138)
#89C395
(137,195,149)
#96C9A0
(150,201,160)
#A3CFAB
(163,207,171)
#B0D5B6
(176,213,182)
#BDDBC1
(189,219,193)
#CAE1CC
(202,225,204)
#D7E7D7
(215,231,215)
#E4EDE2
(228,237,226)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB77F; }

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

This text font color is #6FB77F.

Background Color

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

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

This div background color is #6FB77F.

Border color

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

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

This div border color is #6FB77F.

Opacity

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

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

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

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

This text has shadow with #6FB77F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB77F.

Preview

Color preview on black background

This text has color #6FB77F on black background.


Color preview on white background

This text has color #6FB77F on white background.


Black color preview on #6FB77F background

This text has black color on #6FB77F background.


White color preview on #6FB77F background

This text has white color on #6FB77F background.


Related colors

Complementary color

Complementary color for #hex is #904880.


I love getcolorcode.com

Triadic colors

1 #7F6FB7 and #B77F6F with #6FB77F are triadic colors.

2 #7FB76F and #B76F7F with #6FB77F are triadic colors.