COLOR #6FA765

HEX: #6FA765
RGB: (111,167,101)

Color info

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

RGB color model

#6FA765 color RGB value is (111,167,101).

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

RGB channels and saturation

R 111 of 255 = 44%
G 167 of 255 = 65%
B 101 of 255 = 40%

111
167
101

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

Portions of RGB colors in percentages

R + G + B =
111 + 167 + 101 = 379 (100%)
R 111 of 379 ~ 29.29%
G 167 of 379 ~ 44.06%
B 101 of 379 ~ 26.65%

%29.29
%44.06
%26.65

CMYK color model

#6FA765 color CMYK value is (34,0,40,35).

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 39.52%
  • key color value is 34.51%
CMYK:
(34,0,40,35)
C34M0Y40K35 
(34%,0%,40%,35%)
(0.34/0.00/0.40/0.35)	

CMYK percentages

%33.53
%0
%39.52
%34.51

Codes

Color #6FA765 in popluar color models

6FA765
RGB111167101
HSL111°27.27%52.55%
HSB/HSV111°39.52%65.49%
CMYK33.53%0.00%39.52%
34.51%

Color #6FA765 in popluar number systems.

HEX6FA765
Decimal111167101
Binary1101111101001111100101
Octal157247145

Shades and tints

Shades of #6FA765

#6FA765
(111,167,101)
#65985C
(101,152,92)
#5B8953
(91,137,83)
#517A4A
(81,122,74)
#476B41
(71,107,65)
#3D5C38
(61,92,56)
#334D2F
(51,77,47)
#293E26
(41,62,38)
#1F2F1D
(31,47,29)
#152014
(21,32,20)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #6FA765

#6FA765
(111,167,101)
#7CAF73
(124,175,115)
#89B781
(137,183,129)
#96BF8F
(150,191,143)
#A3C79D
(163,199,157)
#B0CFAB
(176,207,171)
#BDD7B9
(189,215,185)
#CADFC7
(202,223,199)
#D7E7D5
(215,231,213)
#E4EFE3
(228,239,227)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA765; }

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

This text font color is #6FA765.


Background Color

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

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

This div background color is #6FA765.


Border color

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

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

This div border color is #6FA765.


Opacity

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

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

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

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

This text has shadow with #6FA765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA765 on black background.


Color preview on white background

This text has color #6FA765 on white background.



Black color preview on #6FA765 background

This text has black color on #6FA765 background.


White color preview on #6FA765 background

This text has white color on #6FA765 background.