COLOR #69C872

HEX: #69C872 RGB: (105,200,114)

Color info

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

RGB color model

#69C872 color RGB value is (105,200,114).

RGB: (105,200,114) (41%, 78%, 45%)

RGB channels and saturation

R 105 of 255 = 41%
G 200 of 255 = 78%
B 114 of 255 = 45%

105
200
114

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

Portions of RGB colors in percentages

R + G + B = 105 + 200 + 114 = 419 (100%)
R 105 of 419 ~ 25.06%
G 200 of 419 ~ 47.73%
B 114 of 419 ~ 27.21'%

%25.06
%47.73
%27.21

CMYK color model

#69C872 color CMYK value is (48,0,43,22).

  • cyan value is 47.50%
  • magenta value is 0.00%
  • yellow value is 43.00%
  • key color value is 21.57%

CMYK: (48,0,43,22)
C48M0Y43K22 (48%, 0%, 43%, 22%)
(0.48 / 0.00 / 0.43 / 0.22)

CMYK percentages

%47.5
%0
%43
%21.57

Codes

Color #69C872 in popluar color models

69 C8 72
RGB 105 200 114
HSL 126° 46.34% 59.80%
HSB/HSV 126° 47.50% 78.43%
CMYK 47.50% 0.00% 43.00%
21.57%

Color #69C872 in popluar number systems.

HEX 69 C8 72
Decimal 105 200 114
Binary 1101001 11001000 1110010
Octal 151 310 162

Shades and tints

Shades of #69C872

#69C872
(105,200,114)
#60B668
(96,182,104)
#57A45E
(87,164,94)
#4E9254
(78,146,84)
#45804A
(69,128,74)
#3C6E40
(60,110,64)
#335C36
(51,92,54)
#2A4A2C
(42,74,44)
#213822
(33,56,34)
#182618
(24,38,24)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #69C872

#69C872
(105,200,114)
#76CD7E
(118,205,126)
#83D28A
(131,210,138)
#90D796
(144,215,150)
#9DDCA2
(157,220,162)
#AAE1AE
(170,225,174)
#B7E6BA
(183,230,186)
#C4EBC6
(196,235,198)
#D1F0D2
(209,240,210)
#DEF5DE
(222,245,222)
#EBFAEA
(235,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69C872 color. Also use rgb(105,200,114) instead hex code.

Text Font Color

.myTextColor { color: #69C872; }

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

This text font color is #69C872.

Background Color

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

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

This div background color is #69C872.

Border color

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

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

This div border color is #69C872.

Opacity

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

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

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

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

This text has shadow with #69C872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69C872.

Preview

Color preview on black background

This text has color #69C872 on black background.


Color preview on white background

This text has color #69C872 on white background.


Black color preview on #69C872 background

This text has black color on #69C872 background.


White color preview on #69C872 background

This text has white color on #69C872 background.


Related colors

Complementary color

Complementary color for #hex is #96378D.


I love getcolorcode.com

Triadic colors

1 #7269C8 and #C87269 with #69C872 are triadic colors.

2 #72C869 and #C86972 with #69C872 are triadic colors.