COLOR #6FB649

HEX: #6FB649
RGB: (111,182,73)

Color info

#6FB649 contains mainly green color. Web safe color of #6FB649 is #66CC33 (or #6C3).

RGB color model

#6FB649 color RGB value is (111,182,73).

  • red value is 111;
  • green value is 182;
  • blue value is 73.
RGB:
(111,182,73)
(44%,71%,29%)

RGB channels and saturation

R 111 of 255 = 44%
G 182 of 255 = 71%
B 73 of 255 = 29%

111
182
73

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

Portions of RGB colors in percentages

R + G + B =
111 + 182 + 73 = 366 (100%)
R 111 of 366 ~ 30.33%
G 182 of 366 ~ 49.73%
B 73 of 366 ~ 19.95%

%30.33
%49.73
%19.95

CMYK color model

#6FB649 color CMYK value is (39,0,60,29).

  • cyan value is 39.01%
  • magenta value is 0.00%
  • yellow value is 59.89%
  • key color value is 28.63%
CMYK:
(39,0,60,29)
C39M0Y60K29 
(39%,0%,60%,29%)
(0.39/0.00/0.60/0.29)	

CMYK percentages

%39.01
%0
%59.89
%28.63

Codes

Color #6FB649 in popluar color models

6FB649
RGB11118273
HSL99°42.75%50.00%
HSB/HSV99°59.89%71.37%
CMYK39.01%0.00%59.89%
28.63%

Color #6FB649 in popluar number systems.

HEX6FB649
Decimal11118273
Binary1101111101101101001001
Octal157266111

Shades and tints

Shades of #6FB649

#6FB649
(111,182,73)
#65A643
(101,166,67)
#5B963D
(91,150,61)
#518637
(81,134,55)
#477631
(71,118,49)
#3D662B
(61,102,43)
#335625
(51,86,37)
#29461F
(41,70,31)
#1F3619
(31,54,25)
#152613
(21,38,19)
#0B160D
(11,22,13)
#000000
(0,0,0)

Tints of #6FB649

#6FB649
(111,182,73)
#7CBC59
(124,188,89)
#89C269
(137,194,105)
#96C879
(150,200,121)
#A3CE89
(163,206,137)
#B0D499
(176,212,153)
#BDDAA9
(189,218,169)
#CAE0B9
(202,224,185)
#D7E6C9
(215,230,201)
#E4ECD9
(228,236,217)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB649 color. Also use rgb(111,182,73) instead hex code.

Text Font Color

.myTextColor { color: #6FB649; }

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

This text font color is #6FB649.


Background Color

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

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

This div background color is #6FB649.


Border color

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

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

This div border color is #6FB649.


Opacity

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

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

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

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

This text has shadow with #6FB649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB649 on black background.


Color preview on white background

This text has color #6FB649 on white background.



Black color preview on #6FB649 background

This text has black color on #6FB649 background.


White color preview on #6FB649 background

This text has white color on #6FB649 background.