COLOR #6FB246

HEX: #6FB246 RGB: (111,178,70)

Color info

#6FB246 contains mainly green color. Web safe color of #6FB246 is #669933 (or #693).

RGB color model

#6FB246 color RGB value is (111,178,70).

RGB: (111,178,70) (44%, 70%, 27%)

RGB channels and saturation

R 111 of 255 = 44%
G 178 of 255 = 70%
B 70 of 255 = 27%

111
178
70

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

Portions of RGB colors in percentages

R + G + B = 111 + 178 + 70 = 359 (100%)
R 111 of 359 ~ 30.92%
G 178 of 359 ~ 49.58%
B 70 of 359 ~ 19.5'%

%30.92
%49.58
%19.5

CMYK color model

#6FB246 color CMYK value is (38,0,61,30).

  • cyan value is 37.64%
  • magenta value is 0.00%
  • yellow value is 60.67%
  • key color value is 30.20%
CMYK: (38,0,61,30) C38M0Y61K30 (38%,0%,61%,30%) (0.38/0.00/0.61/0.30) 

CMYK percentages

%37.64
%0
%60.67
%30.2

Codes

Color #6FB246 in popluar color models

6F B2 46
RGB 111 178 70
HSL 97° 43.55% 48.63%
HSB/HSV 97° 60.67% 69.80%
CMYK 37.64% 0.00% 60.67%
30.20%

Color #6FB246 in popluar number systems.

HEX 6F B2 46
Decimal 111 178 70
Binary 1101111 10110010 1000110
Octal 157 262 106

Shades and tints

Shades of #6FB246

#6FB246
(111,178,70)
#65A240
(101,162,64)
#5B923A
(91,146,58)
#518234
(81,130,52)
#47722E
(71,114,46)
#3D6228
(61,98,40)
#335222
(51,82,34)
#29421C
(41,66,28)
#1F3216
(31,50,22)
#152210
(21,34,16)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #6FB246

#6FB246
(111,178,70)
#7CB956
(124,185,86)
#89C066
(137,192,102)
#96C776
(150,199,118)
#A3CE86
(163,206,134)
#B0D596
(176,213,150)
#BDDCA6
(189,220,166)
#CAE3B6
(202,227,182)
#D7EAC6
(215,234,198)
#E4F1D6
(228,241,214)
#F1F8E6
(241,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB246 color. Also use rgb(111,178,70) instead hex code.

Text Font Color

.myTextColor { color: #6FB246; }

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

This text font color is #6FB246.

Background Color

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

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

This div background color is #6FB246.

Border color

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

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

This div border color is #6FB246.

Opacity

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

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

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

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

This text has shadow with #6FB246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB246.

Preview

Color preview on black background

This text has color #6FB246 on black background.


Color preview on white background

This text has color #6FB246 on white background.


Black color preview on #6FB246 background

This text has black color on #6FB246 background.


White color preview on #6FB246 background

This text has white color on #6FB246 background.


Related colors

Complementary color

Complementary color for #hex is #904DB9.


I love getcolorcode.com

Triadic colors

1 #466FB2 and #B2466F with #6FB246 are triadic colors.

2 #46B26F and #B26F46 with #6FB246 are triadic colors.