COLOR #6FAB64

HEX: #6FAB64 RGB: (111,171,100)

Color info

#6FAB64 contains mainly green color. Web safe color of #6FAB64 is #669966 (or #696).

RGB color model

#6FAB64 color RGB value is (111,171,100).

RGB: (111,171,100) (44%, 67%, 39%)

RGB channels and saturation

R 111 of 255 = 44%
G 171 of 255 = 67%
B 100 of 255 = 39%

111
171
100

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

Portions of RGB colors in percentages

R + G + B = 111 + 171 + 100 = 382 (100%)
R 111 of 382 ~ 29.06%
G 171 of 382 ~ 44.76%
B 100 of 382 ~ 26.18'%

%29.06
%44.76
%26.18

CMYK color model

#6FAB64 color CMYK value is (35,0,42,33).

  • cyan value is 35.09%
  • magenta value is 0.00%
  • yellow value is 41.52%
  • key color value is 32.94%

CMYK: (35,0,42,33)
C35M0Y42K33 (35%, 0%, 42%, 33%)
(0.35 / 0.00 / 0.42 / 0.33)

CMYK percentages

%35.09
%0
%41.52
%32.94

Codes

Color #6FAB64 in popluar color models

6F AB 64
RGB 111 171 100
HSL 111° 29.71% 53.14%
HSB/HSV 111° 41.52% 67.06%
CMYK 35.09% 0.00% 41.52%
32.94%

Color #6FAB64 in popluar number systems.

HEX 6F AB 64
Decimal 111 171 100
Binary 1101111 10101011 1100100
Octal 157 253 144

Shades and tints

Shades of #6FAB64

#6FAB64
(111,171,100)
#659C5B
(101,156,91)
#5B8D52
(91,141,82)
#517E49
(81,126,73)
#476F40
(71,111,64)
#3D6037
(61,96,55)
#33512E
(51,81,46)
#294225
(41,66,37)
#1F331C
(31,51,28)
#152413
(21,36,19)
#0B150A
(11,21,10)
#000000
(0,0,0)

Tints of #6FAB64

#6FAB64
(111,171,100)
#7CB272
(124,178,114)
#89B980
(137,185,128)
#96C08E
(150,192,142)
#A3C79C
(163,199,156)
#B0CEAA
(176,206,170)
#BDD5B8
(189,213,184)
#CADCC6
(202,220,198)
#D7E3D4
(215,227,212)
#E4EAE2
(228,234,226)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FAB64; }

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

This text font color is #6FAB64.

Background Color

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

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

This div background color is #6FAB64.

Border color

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

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

This div border color is #6FAB64.

Opacity

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

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

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

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

This text has shadow with #6FAB64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FAB64.

Preview

Color preview on black background

This text has color #6FAB64 on black background.


Color preview on white background

This text has color #6FAB64 on white background.


Black color preview on #6FAB64 background

This text has black color on #6FAB64 background.


White color preview on #6FAB64 background

This text has white color on #6FAB64 background.


Related colors

Complementary color

Complementary color for #hex is #90549B.


I love getcolorcode.com

Triadic colors

1 #646FAB and #AB646F with #6FAB64 are triadic colors.

2 #64AB6F and #AB6F64 with #6FAB64 are triadic colors.