COLOR #69C076

HEX: #69C076 RGB: (105,192,118)

Color info

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

RGB color model

#69C076 color RGB value is (105,192,118).

RGB: (105,192,118) (41%, 75%, 46%)

RGB channels and saturation

R 105 of 255 = 41%
G 192 of 255 = 75%
B 118 of 255 = 46%

105
192
118

R + G + B ~ 54%. #69C076 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 192 + 118 = 415 (100%)
R 105 of 415 ~ 25.3%
G 192 of 415 ~ 46.27%
B 118 of 415 ~ 28.43'%

%25.3
%46.27
%28.43

CMYK color model

#69C076 color CMYK value is (45,0,39,25).

  • cyan value is 45.31%
  • magenta value is 0.00%
  • yellow value is 38.54%
  • key color value is 24.71%

CMYK: (45,0,39,25)
C45M0Y39K25 (45%, 0%, 39%, 25%)
(0.45 / 0.00 / 0.39 / 0.25)

CMYK percentages

%45.31
%0
%38.54
%24.71

Codes

Color #69C076 in popluar color models

69 C0 76
RGB 105 192 118
HSL 129° 40.85% 58.24%
HSB/HSV 129° 45.31% 75.29%
CMYK 45.31% 0.00% 38.54%
24.71%

Color #69C076 in popluar number systems.

HEX 69 C0 76
Decimal 105 192 118
Binary 1101001 11000000 1110110
Octal 151 300 166

Shades and tints

Shades of #69C076

#69C076
(105,192,118)
#60AF6C
(96,175,108)
#579E62
(87,158,98)
#4E8D58
(78,141,88)
#457C4E
(69,124,78)
#3C6B44
(60,107,68)
#335A3A
(51,90,58)
#2A4930
(42,73,48)
#213826
(33,56,38)
#18271C
(24,39,28)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #69C076

#69C076
(105,192,118)
#76C582
(118,197,130)
#83CA8E
(131,202,142)
#90CF9A
(144,207,154)
#9DD4A6
(157,212,166)
#AAD9B2
(170,217,178)
#B7DEBE
(183,222,190)
#C4E3CA
(196,227,202)
#D1E8D6
(209,232,214)
#DEEDE2
(222,237,226)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69C076 color. Also use rgb(105,192,118) instead hex code.

Text Font Color

.myTextColor { color: #69C076; }

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

This text font color is #69C076.

Background Color

.myBgColor { background-color: #69C076; }

<div style="background-color:#69C076">Inner text</div>

This div background color is #69C076.

Border color

.myBorderColor { border: 1px solid #69C076; }

<div style="border:3px solid #69C076">Div</div>

This div border color is #69C076.

Opacity

.myOpacity80 { color: #69C076; opacity: 0.8; }

<p style="color:#69C076;opacity:0.8;">80%</p>

Text with #69C076 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 #69C076;}

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

This text has shadow with #69C076 color.


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

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

This text has shadow with #69C076 primary color and red secondary color.


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

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

This text has shadow with #69C076 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #69C076.

Preview

Color preview on black background

This text has color #69C076 on black background.


Color preview on white background

This text has color #69C076 on white background.


Black color preview on #69C076 background

This text has black color on #69C076 background.


White color preview on #69C076 background

This text has white color on #69C076 background.


Related colors

Complementary color

Complementary color for #hex is #963F89.


I love getcolorcode.com

Triadic colors

1 #7669C0 and #C07669 with #69C076 are triadic colors.

2 #76C069 and #C06976 with #69C076 are triadic colors.