COLOR #6FA265

HEX: #6FA265
RGB: (111,162,101)

Color info

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

RGB color model

#6FA265 color RGB value is (111,162,101).

  • red value is 111;
  • green value is 162;
  • blue value is 101.
RGB:
(111,162,101)
(44%,64%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 162 of 255 = 64%
B 101 of 255 = 40%

111
162
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 162 + 101 = 374 (100%)
R 111 of 374 ~ 29.68%
G 162 of 374 ~ 43.32%
B 101 of 374 ~ 27.01%

%29.68
%43.32
%27.01

CMYK color model

#6FA265 color CMYK value is (31,0,38,36).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 37.65%
  • key color value is 36.47%
CMYK:
(31,0,38,36)
C31M0Y38K36 
(31%,0%,38%,36%)
(0.31/0.00/0.38/0.36)	

CMYK percentages

%31.48
%0
%37.65
%36.47

Codes

Color #6FA265 in popluar color models

6FA265
RGB111162101
HSL110°24.70%51.57%
HSB/HSV110°37.65%63.53%
CMYK31.48%0.00%37.65%
36.47%

Color #6FA265 in popluar number systems.

HEX6FA265
Decimal111162101
Binary1101111101000101100101
Octal157242145

Shades and tints

Shades of #6FA265

#6FA265
(111,162,101)
#65945C
(101,148,92)
#5B8653
(91,134,83)
#51784A
(81,120,74)
#476A41
(71,106,65)
#3D5C38
(61,92,56)
#334E2F
(51,78,47)
#294026
(41,64,38)
#1F321D
(31,50,29)
#152414
(21,36,20)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #6FA265

#6FA265
(111,162,101)
#7CAA73
(124,170,115)
#89B281
(137,178,129)
#96BA8F
(150,186,143)
#A3C29D
(163,194,157)
#B0CAAB
(176,202,171)
#BDD2B9
(189,210,185)
#CADAC7
(202,218,199)
#D7E2D5
(215,226,213)
#E4EAE3
(228,234,227)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA265 color. Also use rgb(111,162,101) instead hex code.

Text Font Color

.myTextColor { color: #6FA265; }

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

This text font color is #6FA265.


Background Color

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

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

This div background color is #6FA265.


Border color

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

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

This div border color is #6FA265.


Opacity

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

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

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

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

This text has shadow with #6FA265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA265 on black background.


Color preview on white background

This text has color #6FA265 on white background.



Black color preview on #6FA265 background

This text has black color on #6FA265 background.


White color preview on #6FA265 background

This text has white color on #6FA265 background.