COLOR #6FA350

HEX: #6FA350
RGB: (111,163,80)

Color info

#6FA350 contains mainly red and green colors. Web safe color of #6FA350 is #669966 (or #696).

RGB color model

#6FA350 color RGB value is (111,163,80).

  • red value is 111;
  • green value is 163;
  • blue value is 80.
RGB:
(111,163,80)
(44%,64%,31%)

RGB channels and saturation

R 111 of 255 = 44%
G 163 of 255 = 64%
B 80 of 255 = 31%

111
163
80

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

Portions of RGB colors in percentages

R + G + B =
111 + 163 + 80 = 354 (100%)
R 111 of 354 ~ 31.36%
G 163 of 354 ~ 46.05%
B 80 of 354 ~ 22.6%

%31.36
%46.05
%22.6

CMYK color model

#6FA350 color CMYK value is (32,0,51,36).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 50.92%
  • key color value is 36.08%
CMYK:
(32,0,51,36)
C32M0Y51K36 
(32%,0%,51%,36%)
(0.32/0.00/0.51/0.36)	

CMYK percentages

%31.9
%0
%50.92
%36.08

Codes

Color #6FA350 in popluar color models

6FA350
RGB11116380
HSL98°34.16%47.65%
HSB/HSV98°50.92%63.92%
CMYK31.90%0.00%50.92%
36.08%

Color #6FA350 in popluar number systems.

HEX6FA350
Decimal11116380
Binary1101111101000111010000
Octal157243120

Shades and tints

Shades of #6FA350

#6FA350
(111,163,80)
#659549
(101,149,73)
#5B8742
(91,135,66)
#51793B
(81,121,59)
#476B34
(71,107,52)
#3D5D2D
(61,93,45)
#334F26
(51,79,38)
#29411F
(41,65,31)
#1F3318
(31,51,24)
#152511
(21,37,17)
#0B170A
(11,23,10)
#000000
(0,0,0)

Tints of #6FA350

#6FA350
(111,163,80)
#7CAB5F
(124,171,95)
#89B36E
(137,179,110)
#96BB7D
(150,187,125)
#A3C38C
(163,195,140)
#B0CB9B
(176,203,155)
#BDD3AA
(189,211,170)
#CADBB9
(202,219,185)
#D7E3C8
(215,227,200)
#E4EBD7
(228,235,215)
#F1F3E6
(241,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA350 color. Also use rgb(111,163,80) instead hex code.

Text Font Color

.myTextColor { color: #6FA350; }

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

This text font color is #6FA350.


Background Color

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

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

This div background color is #6FA350.


Border color

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

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

This div border color is #6FA350.


Opacity

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

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

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

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

This text has shadow with #6FA350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA350 on black background.


Color preview on white background

This text has color #6FA350 on white background.



Black color preview on #6FA350 background

This text has black color on #6FA350 background.


White color preview on #6FA350 background

This text has white color on #6FA350 background.