COLOR #6FAF2A

HEX: #6FAF2A
RGB: (111,175,42)

Color info

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

RGB color model

#6FAF2A color RGB value is (111,175,42).

  • red value is 111;
  • green value is 175;
  • blue value is 42.
RGB:
(111,175,42)
(44%,69%,16%)

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 42 of 255 = 16%

111
175
42

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

Portions of RGB colors in percentages

R + G + B =
111 + 175 + 42 = 328 (100%)
R 111 of 328 ~ 33.84%
G 175 of 328 ~ 53.35%
B 42 of 328 ~ 12.8%

%33.84
%53.35
%12.8

CMYK color model

#6FAF2A color CMYK value is (37,0,76,31).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 31.37%
CMYK:
(37,0,76,31)
C37M0Y76K31 
(37%,0%,76%,31%)
(0.37/0.00/0.76/0.31)	

CMYK percentages

%36.57
%0
%76
%31.37

Codes

Color #6FAF2A in popluar color models

6FAF2A
RGB11117542
HSL89°61.29%42.55%
HSB/HSV89°76.00%68.63%
CMYK36.57%0.00%76.00%
31.37%

Color #6FAF2A in popluar number systems.

HEX6FAF2A
Decimal11117542
Binary110111110101111101010
Octal15725752

Shades and tints

Shades of #6FAF2A

#6FAF2A
(111,175,42)
#65A027
(101,160,39)
#5B9124
(91,145,36)
#518221
(81,130,33)
#47731E
(71,115,30)
#3D641B
(61,100,27)
#335518
(51,85,24)
#294615
(41,70,21)
#1F3712
(31,55,18)
#15280F
(21,40,15)
#0B190C
(11,25,12)
#000000
(0,0,0)

Tints of #6FAF2A

#6FAF2A
(111,175,42)
#7CB63D
(124,182,61)
#89BD50
(137,189,80)
#96C463
(150,196,99)
#A3CB76
(163,203,118)
#B0D289
(176,210,137)
#BDD99C
(189,217,156)
#CAE0AF
(202,224,175)
#D7E7C2
(215,231,194)
#E4EED5
(228,238,213)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAF2A color. Also use rgb(111,175,42) instead hex code.

Text Font Color

.myTextColor { color: #6FAF2A; }

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

This text font color is #6FAF2A.


Background Color

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

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

This div background color is #6FAF2A.


Border color

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

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

This div border color is #6FAF2A.


Opacity

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

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

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

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

This text has shadow with #6FAF2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAF2A on black background.


Color preview on white background

This text has color #6FAF2A on white background.



Black color preview on #6FAF2A background

This text has black color on #6FAF2A background.


White color preview on #6FAF2A background

This text has white color on #6FAF2A background.