COLOR #6FB059

HEX: #6FB059
RGB: (111,176,89)

Color info

#6FB059 contains mainly green color. Web safe color of #6FB059 is #669966 (or #696).

RGB color model

#6FB059 color RGB value is (111,176,89).

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

RGB channels and saturation

R 111 of 255 = 44%
G 176 of 255 = 69%
B 89 of 255 = 35%

111
176
89

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

Portions of RGB colors in percentages

R + G + B =
111 + 176 + 89 = 376 (100%)
R 111 of 376 ~ 29.52%
G 176 of 376 ~ 46.81%
B 89 of 376 ~ 23.67%

%29.52
%46.81
%23.67

CMYK color model

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

  • cyan value is 36.93%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 30.98%
CMYK:
(37,0,49,31)
C37M0Y49K31 
(37%,0%,49%,31%)
(0.37/0.00/0.49/0.31)	

CMYK percentages

%36.93
%0
%49.43
%30.98

Codes

Color #6FB059 in popluar color models

6FB059
RGB11117689
HSL105°35.51%51.96%
HSB/HSV105°49.43%69.02%
CMYK36.93%0.00%49.43%
30.98%

Color #6FB059 in popluar number systems.

HEX6FB059
Decimal11117689
Binary1101111101100001011001
Octal157260131

Shades and tints

Shades of #6FB059

#6FB059
(111,176,89)
#65A051
(101,160,81)
#5B9049
(91,144,73)
#518041
(81,128,65)
#477039
(71,112,57)
#3D6031
(61,96,49)
#335029
(51,80,41)
#294021
(41,64,33)
#1F3019
(31,48,25)
#152011
(21,32,17)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #6FB059

#6FB059
(111,176,89)
#7CB768
(124,183,104)
#89BE77
(137,190,119)
#96C586
(150,197,134)
#A3CC95
(163,204,149)
#B0D3A4
(176,211,164)
#BDDAB3
(189,218,179)
#CAE1C2
(202,225,194)
#D7E8D1
(215,232,209)
#E4EFE0
(228,239,224)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB059; }

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

This text font color is #6FB059.


Background Color

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

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

This div background color is #6FB059.


Border color

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

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

This div border color is #6FB059.


Opacity

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

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

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

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

This text has shadow with #6FB059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB059 on black background.


Color preview on white background

This text has color #6FB059 on white background.



Black color preview on #6FB059 background

This text has black color on #6FB059 background.


White color preview on #6FB059 background

This text has white color on #6FB059 background.