COLOR #6FA848

HEX: #6FA848
RGB: (111,168,72)

Color info

#6FA848 contains mainly red and green colors. Web safe color of #6FA848 is #669933 (or #693).

RGB color model

#6FA848 color RGB value is (111,168,72).

  • red value is 111;
  • green value is 168;
  • blue value is 72.
RGB:
(111,168,72)
(44%,66%,28%)

RGB channels and saturation

R 111 of 255 = 44%
G 168 of 255 = 66%
B 72 of 255 = 28%

111
168
72

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

Portions of RGB colors in percentages

R + G + B =
111 + 168 + 72 = 351 (100%)
R 111 of 351 ~ 31.62%
G 168 of 351 ~ 47.86%
B 72 of 351 ~ 20.51%

%31.62
%47.86
%20.51

CMYK color model

#6FA848 color CMYK value is (34,0,57,34).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 34.12%
CMYK:
(34,0,57,34)
C34M0Y57K34 
(34%,0%,57%,34%)
(0.34/0.00/0.57/0.34)	

CMYK percentages

%33.93
%0
%57.14
%34.12

Codes

Color #6FA848 in popluar color models

6FA848
RGB11116872
HSL96°40.00%47.06%
HSB/HSV96°57.14%65.88%
CMYK33.93%0.00%57.14%
34.12%

Color #6FA848 in popluar number systems.

HEX6FA848
Decimal11116872
Binary1101111101010001001000
Octal157250110

Shades and tints

Shades of #6FA848

#6FA848
(111,168,72)
#659942
(101,153,66)
#5B8A3C
(91,138,60)
#517B36
(81,123,54)
#476C30
(71,108,48)
#3D5D2A
(61,93,42)
#334E24
(51,78,36)
#293F1E
(41,63,30)
#1F3018
(31,48,24)
#152112
(21,33,18)
#0B120C
(11,18,12)
#000000
(0,0,0)

Tints of #6FA848

#6FA848
(111,168,72)
#7CAF58
(124,175,88)
#89B668
(137,182,104)
#96BD78
(150,189,120)
#A3C488
(163,196,136)
#B0CB98
(176,203,152)
#BDD2A8
(189,210,168)
#CAD9B8
(202,217,184)
#D7E0C8
(215,224,200)
#E4E7D8
(228,231,216)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA848 color. Also use rgb(111,168,72) instead hex code.

Text Font Color

.myTextColor { color: #6FA848; }

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

This text font color is #6FA848.


Background Color

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

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

This div background color is #6FA848.


Border color

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

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

This div border color is #6FA848.


Opacity

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

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

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

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

This text has shadow with #6FA848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA848 on black background.


Color preview on white background

This text has color #6FA848 on white background.



Black color preview on #6FA848 background

This text has black color on #6FA848 background.


White color preview on #6FA848 background

This text has white color on #6FA848 background.