COLOR #6CB069

HEX: #6CB069 RGB: (108,176,105)

Color info

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

RGB color model

#6CB069 color RGB value is (108,176,105).

RGB: (108,176,105) (42%, 69%, 41%)

RGB channels and saturation

R 108 of 255 = 42%
G 176 of 255 = 69%
B 105 of 255 = 41%

108
176
105

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

Portions of RGB colors in percentages

R + G + B = 108 + 176 + 105 = 389 (100%)
R 108 of 389 ~ 27.76%
G 176 of 389 ~ 45.24%
B 105 of 389 ~ 26.99'%

%27.76
%45.24
%26.99

CMYK color model

#6CB069 color CMYK value is (39,0,40,31).

  • cyan value is 38.64%
  • magenta value is 0.00%
  • yellow value is 40.34%
  • key color value is 30.98%

CMYK: (39,0,40,31)
C39M0Y40K31 (39%, 0%, 40%, 31%)
(0.39 / 0.00 / 0.40 / 0.31)

CMYK percentages

%38.64
%0
%40.34
%30.98

Codes

Color #6CB069 in popluar color models

6C B0 69
RGB 108 176 105
HSL 117° 31.00% 55.10%
HSB/HSV 117° 40.34% 69.02%
CMYK 38.64% 0.00% 40.34%
30.98%

Color #6CB069 in popluar number systems.

HEX 6C B0 69
Decimal 108 176 105
Binary 1101100 10110000 1101001
Octal 154 260 151

Shades and tints

Shades of #6CB069

#6CB069
(108,176,105)
#63A060
(99,160,96)
#5A9057
(90,144,87)
#51804E
(81,128,78)
#487045
(72,112,69)
#3F603C
(63,96,60)
#365033
(54,80,51)
#2D402A
(45,64,42)
#243021
(36,48,33)
#1B2018
(27,32,24)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6CB069

#6CB069
(108,176,105)
#79B776
(121,183,118)
#86BE83
(134,190,131)
#93C590
(147,197,144)
#A0CC9D
(160,204,157)
#ADD3AA
(173,211,170)
#BADAB7
(186,218,183)
#C7E1C4
(199,225,196)
#D4E8D1
(212,232,209)
#E1EFDE
(225,239,222)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB069 color. Also use rgb(108,176,105) instead hex code.

Text Font Color

.myTextColor { color: #6CB069; }

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

This text font color is #6CB069.

Background Color

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

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

This div background color is #6CB069.

Border color

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

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

This div border color is #6CB069.

Opacity

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

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

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

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

This text has shadow with #6CB069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB069.

Preview

Color preview on black background

This text has color #6CB069 on black background.


Color preview on white background

This text has color #6CB069 on white background.


Black color preview on #6CB069 background

This text has black color on #6CB069 background.


White color preview on #6CB069 background

This text has white color on #6CB069 background.


Related colors

Complementary color

Complementary color for #hex is #934F96.


I love getcolorcode.com

Triadic colors

1 #696CB0 and #B0696C with #6CB069 are triadic colors.

2 #69B06C and #B06C69 with #6CB069 are triadic colors.