COLOR #6FA35C

HEX: #6FA35C
RGB: (111,163,92)

Color info

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

RGB color model

#6FA35C color RGB value is (111,163,92).

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

RGB channels and saturation

R 111 of 255 = 44%
G 163 of 255 = 64%
B 92 of 255 = 36%

111
163
92

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

Portions of RGB colors in percentages

R + G + B =
111 + 163 + 92 = 366 (100%)
R 111 of 366 ~ 30.33%
G 163 of 366 ~ 44.54%
B 92 of 366 ~ 25.14%

%30.33
%44.54
%25.14

CMYK color model

#6FA35C color CMYK value is (32,0,44,36).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(32,0,44,36)
C32M0Y44K36 
(32%,0%,44%,36%)
(0.32/0.00/0.44/0.36)	

CMYK percentages

%31.9
%0
%43.56
%36.08

Codes

Color #6FA35C in popluar color models

6FA35C
RGB11116392
HSL104°27.84%50.00%
HSB/HSV104°43.56%63.92%
CMYK31.90%0.00%43.56%
36.08%

Color #6FA35C in popluar number systems.

HEX6FA35C
Decimal11116392
Binary1101111101000111011100
Octal157243134

Shades and tints

Shades of #6FA35C

#6FA35C
(111,163,92)
#659554
(101,149,84)
#5B874C
(91,135,76)
#517944
(81,121,68)
#476B3C
(71,107,60)
#3D5D34
(61,93,52)
#334F2C
(51,79,44)
#294124
(41,65,36)
#1F331C
(31,51,28)
#152514
(21,37,20)
#0B170C
(11,23,12)
#000000
(0,0,0)

Tints of #6FA35C

#6FA35C
(111,163,92)
#7CAB6A
(124,171,106)
#89B378
(137,179,120)
#96BB86
(150,187,134)
#A3C394
(163,195,148)
#B0CBA2
(176,203,162)
#BDD3B0
(189,211,176)
#CADBBE
(202,219,190)
#D7E3CC
(215,227,204)
#E4EBDA
(228,235,218)
#F1F3E8
(241,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA35C; }

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

This text font color is #6FA35C.


Background Color

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

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

This div background color is #6FA35C.


Border color

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

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

This div border color is #6FA35C.


Opacity

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

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

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

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

This text has shadow with #6FA35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA35C on black background.


Color preview on white background

This text has color #6FA35C on white background.



Black color preview on #6FA35C background

This text has black color on #6FA35C background.


White color preview on #6FA35C background

This text has white color on #6FA35C background.