COLOR #69B972

HEX: #69B972 RGB: (105,185,114)

Color info

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

RGB color model

#69B972 color RGB value is (105,185,114).

RGB: (105,185,114) (41%, 73%, 45%)

RGB channels and saturation

R 105 of 255 = 41%
G 185 of 255 = 73%
B 114 of 255 = 45%

105
185
114

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

Portions of RGB colors in percentages

R + G + B = 105 + 185 + 114 = 404 (100%)
R 105 of 404 ~ 25.99%
G 185 of 404 ~ 45.79%
B 114 of 404 ~ 28.22'%

%25.99
%45.79
%28.22

CMYK color model

#69B972 color CMYK value is (43,0,38,27).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 27.45%

CMYK: (43,0,38,27)
C43M0Y38K27 (43%, 0%, 38%, 27%)
(0.43 / 0.00 / 0.38 / 0.27)

CMYK percentages

%43.24
%0
%38.38
%27.45

Codes

Color #69B972 in popluar color models

69 B9 72
RGB 105 185 114
HSL 127° 36.36% 56.86%
HSB/HSV 127° 43.24% 72.55%
CMYK 43.24% 0.00% 38.38%
27.45%

Color #69B972 in popluar number systems.

HEX 69 B9 72
Decimal 105 185 114
Binary 1101001 10111001 1110010
Octal 151 271 162

Shades and tints

Shades of #69B972

#69B972
(105,185,114)
#60A968
(96,169,104)
#57995E
(87,153,94)
#4E8954
(78,137,84)
#45794A
(69,121,74)
#3C6940
(60,105,64)
#335936
(51,89,54)
#2A492C
(42,73,44)
#213922
(33,57,34)
#182918
(24,41,24)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #69B972

#69B972
(105,185,114)
#76BF7E
(118,191,126)
#83C58A
(131,197,138)
#90CB96
(144,203,150)
#9DD1A2
(157,209,162)
#AAD7AE
(170,215,174)
#B7DDBA
(183,221,186)
#C4E3C6
(196,227,198)
#D1E9D2
(209,233,210)
#DEEFDE
(222,239,222)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69B972; }

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

This text font color is #69B972.

Background Color

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

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

This div background color is #69B972.

Border color

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

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

This div border color is #69B972.

Opacity

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

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

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

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

This text has shadow with #69B972 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69B972.

Preview

Color preview on black background

This text has color #69B972 on black background.


Color preview on white background

This text has color #69B972 on white background.


Black color preview on #69B972 background

This text has black color on #69B972 background.


White color preview on #69B972 background

This text has white color on #69B972 background.


Related colors

Complementary color

Complementary color for #hex is #96468D.


I love getcolorcode.com

Triadic colors

1 #7269B9 and #B97269 with #69B972 are triadic colors.

2 #72B969 and #B96972 with #69B972 are triadic colors.