COLOR #6FBB67

HEX: #6FBB67
RGB: (111,187,103)

Color info

#6FBB67 contains mainly green color. Web safe color of #6FBB67 is #66CC66 (or #6C6).

RGB color model

#6FBB67 color RGB value is (111,187,103).

  • red value is 111;
  • green value is 187;
  • blue value is 103.
RGB:
(111,187,103)
(44%,73%,40%)

RGB channels and saturation

R 111 of 255 = 44%
G 187 of 255 = 73%
B 103 of 255 = 40%

111
187
103

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

Portions of RGB colors in percentages

R + G + B =
111 + 187 + 103 = 401 (100%)
R 111 of 401 ~ 27.68%
G 187 of 401 ~ 46.63%
B 103 of 401 ~ 25.69%

%27.68
%46.63
%25.69

CMYK color model

#6FBB67 color CMYK value is (41,0,45,27).

  • cyan value is 40.64%
  • magenta value is 0.00%
  • yellow value is 44.92%
  • key color value is 26.67%
CMYK:
(41,0,45,27)
C41M0Y45K27 
(41%,0%,45%,27%)
(0.41/0.00/0.45/0.27)	

CMYK percentages

%40.64
%0
%44.92
%26.67

Codes

Color #6FBB67 in popluar color models

6FBB67
RGB111187103
HSL114°38.18%56.86%
HSB/HSV114°44.92%73.33%
CMYK40.64%0.00%44.92%
26.67%

Color #6FBB67 in popluar number systems.

HEX6FBB67
Decimal111187103
Binary1101111101110111100111
Octal157273147

Shades and tints

Shades of #6FBB67

#6FBB67
(111,187,103)
#65AA5E
(101,170,94)
#5B9955
(91,153,85)
#51884C
(81,136,76)
#477743
(71,119,67)
#3D663A
(61,102,58)
#335531
(51,85,49)
#294428
(41,68,40)
#1F331F
(31,51,31)
#152216
(21,34,22)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #6FBB67

#6FBB67
(111,187,103)
#7CC174
(124,193,116)
#89C781
(137,199,129)
#96CD8E
(150,205,142)
#A3D39B
(163,211,155)
#B0D9A8
(176,217,168)
#BDDFB5
(189,223,181)
#CAE5C2
(202,229,194)
#D7EBCF
(215,235,207)
#E4F1DC
(228,241,220)
#F1F7E9
(241,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBB67 color. Also use rgb(111,187,103) instead hex code.

Text Font Color

.myTextColor { color: #6FBB67; }

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

This text font color is #6FBB67.


Background Color

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

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

This div background color is #6FBB67.


Border color

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

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

This div border color is #6FBB67.


Opacity

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

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

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

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

This text has shadow with #6FBB67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FBB67 on black background.


Color preview on white background

This text has color #6FBB67 on white background.



Black color preview on #6FBB67 background

This text has black color on #6FBB67 background.


White color preview on #6FBB67 background

This text has white color on #6FBB67 background.