COLOR #6FB664

HEX: #6FB664 RGB: (111,182,100)

Color info

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

RGB color model

#6FB664 color RGB value is (111,182,100).

RGB: (111,182,100) (44%, 71%, 39%)

RGB channels and saturation

R 111 of 255 = 44%
G 182 of 255 = 71%
B 100 of 255 = 39%

111
182
100

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

Portions of RGB colors in percentages

R + G + B = 111 + 182 + 100 = 393 (100%)
R 111 of 393 ~ 28.24%
G 182 of 393 ~ 46.31%
B 100 of 393 ~ 25.45'%

%28.24
%46.31
%25.45

CMYK color model

#6FB664 color CMYK value is (39,0,45,29).

  • cyan value is 39.01%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 28.63%

CMYK: (39,0,45,29)
C39M0Y45K29 (39%, 0%, 45%, 29%)
(0.39 / 0.00 / 0.45 / 0.29)

CMYK percentages

%39.01
%0
%45.05
%28.63

Codes

Color #6FB664 in popluar color models

6F B6 64
RGB 111 182 100
HSL 112° 35.96% 55.29%
HSB/HSV 112° 45.05% 71.37%
CMYK 39.01% 0.00% 45.05%
28.63%

Color #6FB664 in popluar number systems.

HEX 6F B6 64
Decimal 111 182 100
Binary 1101111 10110110 1100100
Octal 157 266 144

Shades and tints

Shades of #6FB664

#6FB664
(111,182,100)
#65A65B
(101,166,91)
#5B9652
(91,150,82)
#518649
(81,134,73)
#477640
(71,118,64)
#3D6637
(61,102,55)
#33562E
(51,86,46)
#294625
(41,70,37)
#1F361C
(31,54,28)
#152613
(21,38,19)
#0B160A
(11,22,10)
#000000
(0,0,0)

Tints of #6FB664

#6FB664
(111,182,100)
#7CBC72
(124,188,114)
#89C280
(137,194,128)
#96C88E
(150,200,142)
#A3CE9C
(163,206,156)
#B0D4AA
(176,212,170)
#BDDAB8
(189,218,184)
#CAE0C6
(202,224,198)
#D7E6D4
(215,230,212)
#E4ECE2
(228,236,226)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB664 color. Also use rgb(111,182,100) instead hex code.

Text Font Color

.myTextColor { color: #6FB664; }

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

This text font color is #6FB664.

Background Color

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

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

This div background color is #6FB664.

Border color

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

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

This div border color is #6FB664.

Opacity

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

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

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

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

This text has shadow with #6FB664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB664.

Preview

Color preview on black background

This text has color #6FB664 on black background.


Color preview on white background

This text has color #6FB664 on white background.


Black color preview on #6FB664 background

This text has black color on #6FB664 background.


White color preview on #6FB664 background

This text has white color on #6FB664 background.


Related colors

Complementary color

Complementary color for #hex is #90499B.


I love getcolorcode.com

Triadic colors

1 #646FB6 and #B6646F with #6FB664 are triadic colors.

2 #64B66F and #B66F64 with #6FB664 are triadic colors.