COLOR #6FA538

HEX: #6FA538 RGB: (111,165,56)

Color info

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

RGB color model

#6FA538 color RGB value is (111,165,56).

RGB: (111,165,56) (44%, 65%, 22%)

RGB channels and saturation

R 111 of 255 = 44%
G 165 of 255 = 65%
B 56 of 255 = 22%

111
165
56

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

Portions of RGB colors in percentages

R + G + B = 111 + 165 + 56 = 332 (100%)
R 111 of 332 ~ 33.43%
G 165 of 332 ~ 49.7%
B 56 of 332 ~ 16.87'%

%33.43
%49.7
%16.87

CMYK color model

#6FA538 color CMYK value is (33,0,66,35).

  • cyan value is 32.73%
  • magenta value is 0.00%
  • yellow value is 66.06%
  • key color value is 35.29%

CMYK: (33,0,66,35)
C33M0Y66K35 (33%, 0%, 66%, 35%)
(0.33 / 0.00 / 0.66 / 0.35)

CMYK percentages

%32.73
%0
%66.06
%35.29

Codes

Color #6FA538 in popluar color models

6F A5 38
RGB 111 165 56
HSL 90° 49.32% 43.33%
HSB/HSV 90° 66.06% 64.71%
CMYK 32.73% 0.00% 66.06%
35.29%

Color #6FA538 in popluar number systems.

HEX 6F A5 38
Decimal 111 165 56
Binary 1101111 10100101 111000
Octal 157 245 70

Shades and tints

Shades of #6FA538

#6FA538
(111,165,56)
#659633
(101,150,51)
#5B872E
(91,135,46)
#517829
(81,120,41)
#476924
(71,105,36)
#3D5A1F
(61,90,31)
#334B1A
(51,75,26)
#293C15
(41,60,21)
#1F2D10
(31,45,16)
#151E0B
(21,30,11)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #6FA538

#6FA538
(111,165,56)
#7CAD4A
(124,173,74)
#89B55C
(137,181,92)
#96BD6E
(150,189,110)
#A3C580
(163,197,128)
#B0CD92
(176,205,146)
#BDD5A4
(189,213,164)
#CADDB6
(202,221,182)
#D7E5C8
(215,229,200)
#E4EDDA
(228,237,218)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA538 color. Also use rgb(111,165,56) instead hex code.

Text Font Color

.myTextColor { color: #6FA538; }

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

This text font color is #6FA538.

Background Color

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

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

This div background color is #6FA538.

Border color

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

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

This div border color is #6FA538.

Opacity

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

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

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

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

This text has shadow with #6FA538 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA538.

Preview

Color preview on black background

This text has color #6FA538 on black background.


Color preview on white background

This text has color #6FA538 on white background.


Black color preview on #6FA538 background

This text has black color on #6FA538 background.


White color preview on #6FA538 background

This text has white color on #6FA538 background.


Related colors

Complementary color

Complementary color for #hex is #905AC7.


I love getcolorcode.com

Triadic colors

1 #386FA5 and #A5386F with #6FA538 are triadic colors.

2 #38A56F and #A56F38 with #6FA538 are triadic colors.