COLOR #6FB07A

HEX: #6FB07A
RGB: (111,176,122)

Color info

#6FB07A contains mainly green and blue colors. Web safe color of #6FB07A is #669966 (or #696).

RGB color model

#6FB07A color RGB value is (111,176,122).

  • red value is 111;
  • green value is 176;
  • blue value is 122.
RGB:
(111,176,122)
(44%,69%,48%)

RGB channels and saturation

R 111 of 255 = 44%
G 176 of 255 = 69%
B 122 of 255 = 48%

111
176
122

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

Portions of RGB colors in percentages

R + G + B =
111 + 176 + 122 = 409 (100%)
R 111 of 409 ~ 27.14%
G 176 of 409 ~ 43.03%
B 122 of 409 ~ 29.83%

%27.14
%43.03
%29.83

CMYK color model

#6FB07A color CMYK value is (37,0,31,31).

  • cyan value is 36.93%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 30.98%
CMYK:
(37,0,31,31)
C37M0Y31K31 
(37%,0%,31%,31%)
(0.37/0.00/0.31/0.31)	

CMYK percentages

%36.93
%0
%30.68
%30.98

Codes

Color #6FB07A in popluar color models

6FB07A
RGB111176122
HSL130°29.15%56.27%
HSB/HSV130°36.93%69.02%
CMYK36.93%0.00%30.68%
30.98%

Color #6FB07A in popluar number systems.

HEX6FB07A
Decimal111176122
Binary1101111101100001111010
Octal157260172

Shades and tints

Shades of #6FB07A

#6FB07A
(111,176,122)
#65A06F
(101,160,111)
#5B9064
(91,144,100)
#518059
(81,128,89)
#47704E
(71,112,78)
#3D6043
(61,96,67)
#335038
(51,80,56)
#29402D
(41,64,45)
#1F3022
(31,48,34)
#152017
(21,32,23)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #6FB07A

#6FB07A
(111,176,122)
#7CB786
(124,183,134)
#89BE92
(137,190,146)
#96C59E
(150,197,158)
#A3CCAA
(163,204,170)
#B0D3B6
(176,211,182)
#BDDAC2
(189,218,194)
#CAE1CE
(202,225,206)
#D7E8DA
(215,232,218)
#E4EFE6
(228,239,230)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB07A color. Also use rgb(111,176,122) instead hex code.

Text Font Color

.myTextColor { color: #6FB07A; }

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

This text font color is #6FB07A.


Background Color

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

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

This div background color is #6FB07A.


Border color

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

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

This div border color is #6FB07A.


Opacity

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

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

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

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

This text has shadow with #6FB07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB07A on black background.


Color preview on white background

This text has color #6FB07A on white background.



Black color preview on #6FB07A background

This text has black color on #6FB07A background.


White color preview on #6FB07A background

This text has white color on #6FB07A background.