COLOR #6FB36E

HEX: #6FB36E
RGB: (111,179,110)

Color info

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

RGB color model

#6FB36E color RGB value is (111,179,110).

  • red value is 111;
  • green value is 179;
  • blue value is 110.
RGB:
(111,179,110)
(44%,70%,43%)

RGB channels and saturation

R 111 of 255 = 44%
G 179 of 255 = 70%
B 110 of 255 = 43%

111
179
110

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

Portions of RGB colors in percentages

R + G + B =
111 + 179 + 110 = 400 (100%)
R 111 of 400 ~ 27.75%
G 179 of 400 ~ 44.75%
B 110 of 400 ~ 27.5%

%27.75
%44.75
%27.5

CMYK color model

#6FB36E color CMYK value is (38,0,39,30).

  • cyan value is 37.99%
  • magenta value is 0.00%
  • yellow value is 38.55%
  • key color value is 29.80%
CMYK:
(38,0,39,30)
C38M0Y39K30 
(38%,0%,39%,30%)
(0.38/0.00/0.39/0.30)	

CMYK percentages

%37.99
%0
%38.55
%29.8

Codes

Color #6FB36E in popluar color models

6FB36E
RGB111179110
HSL119°31.22%56.67%
HSB/HSV119°38.55%70.20%
CMYK37.99%0.00%38.55%
29.80%

Color #6FB36E in popluar number systems.

HEX6FB36E
Decimal111179110
Binary1101111101100111101110
Octal157263156

Shades and tints

Shades of #6FB36E

#6FB36E
(111,179,110)
#65A364
(101,163,100)
#5B935A
(91,147,90)
#518350
(81,131,80)
#477346
(71,115,70)
#3D633C
(61,99,60)
#335332
(51,83,50)
#294328
(41,67,40)
#1F331E
(31,51,30)
#152314
(21,35,20)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #6FB36E

#6FB36E
(111,179,110)
#7CB97B
(124,185,123)
#89BF88
(137,191,136)
#96C595
(150,197,149)
#A3CBA2
(163,203,162)
#B0D1AF
(176,209,175)
#BDD7BC
(189,215,188)
#CADDC9
(202,221,201)
#D7E3D6
(215,227,214)
#E4E9E3
(228,233,227)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB36E color. Also use rgb(111,179,110) instead hex code.

Text Font Color

.myTextColor { color: #6FB36E; }

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

This text font color is #6FB36E.


Background Color

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

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

This div background color is #6FB36E.


Border color

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

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

This div border color is #6FB36E.


Opacity

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

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

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

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

This text has shadow with #6FB36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB36E on black background.


Color preview on white background

This text has color #6FB36E on white background.



Black color preview on #6FB36E background

This text has black color on #6FB36E background.


White color preview on #6FB36E background

This text has white color on #6FB36E background.