COLOR #6FA83D

HEX: #6FA83D RGB: (111,168,61)

Color info

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

RGB color model

#6FA83D color RGB value is (111,168,61).

RGB: (111,168,61) (44%, 66%, 24%)

RGB channels and saturation

R 111 of 255 = 44%
G 168 of 255 = 66%
B 61 of 255 = 24%

111
168
61

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

Portions of RGB colors in percentages

R + G + B = 111 + 168 + 61 = 340 (100%)
R 111 of 340 ~ 32.65%
G 168 of 340 ~ 49.41%
B 61 of 340 ~ 17.94'%

%32.65
%49.41
%17.94

CMYK color model

#6FA83D color CMYK value is (34,0,64,34).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 63.69%
  • key color value is 34.12%

CMYK: (34,0,64,34)
C34M0Y64K34 (34%, 0%, 64%, 34%)
(0.34 / 0.00 / 0.64 / 0.34)

CMYK percentages

%33.93
%0
%63.69
%34.12

Codes

Color #6FA83D in popluar color models

6F A8 3D
RGB 111 168 61
HSL 92° 46.72% 44.90%
HSB/HSV 92° 63.69% 65.88%
CMYK 33.93% 0.00% 63.69%
34.12%

Color #6FA83D in popluar number systems.

HEX 6F A8 3D
Decimal 111 168 61
Binary 1101111 10101000 111101
Octal 157 250 75

Shades and tints

Shades of #6FA83D

#6FA83D
(111,168,61)
#659938
(101,153,56)
#5B8A33
(91,138,51)
#517B2E
(81,123,46)
#476C29
(71,108,41)
#3D5D24
(61,93,36)
#334E1F
(51,78,31)
#293F1A
(41,63,26)
#1F3015
(31,48,21)
#152110
(21,33,16)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #6FA83D

#6FA83D
(111,168,61)
#7CAF4E
(124,175,78)
#89B65F
(137,182,95)
#96BD70
(150,189,112)
#A3C481
(163,196,129)
#B0CB92
(176,203,146)
#BDD2A3
(189,210,163)
#CAD9B4
(202,217,180)
#D7E0C5
(215,224,197)
#E4E7D6
(228,231,214)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA83D; }

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

This text font color is #6FA83D.

Background Color

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

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

This div background color is #6FA83D.

Border color

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

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

This div border color is #6FA83D.

Opacity

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

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

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

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

This text has shadow with #6FA83D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA83D.

Preview

Color preview on black background

This text has color #6FA83D on black background.


Color preview on white background

This text has color #6FA83D on white background.


Black color preview on #6FA83D background

This text has black color on #6FA83D background.


White color preview on #6FA83D background

This text has white color on #6FA83D background.


Related colors

Complementary color

Complementary color for #hex is #9057C2.


I love getcolorcode.com

Triadic colors

1 #3D6FA8 and #A83D6F with #6FA83D are triadic colors.

2 #3DA86F and #A86F3D with #6FA83D are triadic colors.