COLOR #72A875

HEX: #72A875 RGB: (114,168,117)

Color info

#72A875 contains red, green and blue colors in about the same proportion. Web safe color of #72A875 is #669966 (or #696).

RGB color model

#72A875 color RGB value is (114,168,117).

RGB: (114,168,117) (45%, 66%, 46%)

RGB channels and saturation

R 114 of 255 = 45%
G 168 of 255 = 66%
B 117 of 255 = 46%

114
168
117

R + G + B ~ 52%. #72A875 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 114 + 168 + 117 = 399 (100%)
R 114 of 399 ~ 28.57%
G 168 of 399 ~ 42.11%
B 117 of 399 ~ 29.32'%

%28.57
%42.11
%29.32

CMYK color model

#72A875 color CMYK value is (32,0,30,34).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • key color value is 34.12%

CMYK: (32,0,30,34)
C32M0Y30K34 (32%, 0%, 30%, 34%)
(0.32 / 0.00 / 0.30 / 0.34)

CMYK percentages

%32.14
%0
%30.36
%34.12

Codes

Color #72A875 in popluar color models

72 A8 75
RGB 114 168 117
HSL 123° 23.68% 55.29%
HSB/HSV 123° 32.14% 65.88%
CMYK 32.14% 0.00% 30.36%
34.12%

Color #72A875 in popluar number systems.

HEX 72 A8 75
Decimal 114 168 117
Binary 1110010 10101000 1110101
Octal 162 250 165

Shades and tints

Shades of #72A875

#72A875
(114,168,117)
#68996B
(104,153,107)
#5E8A61
(94,138,97)
#547B57
(84,123,87)
#4A6C4D
(74,108,77)
#405D43
(64,93,67)
#364E39
(54,78,57)
#2C3F2F
(44,63,47)
#223025
(34,48,37)
#18211B
(24,33,27)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #72A875

#72A875
(114,168,117)
#7EAF81
(126,175,129)
#8AB68D
(138,182,141)
#96BD99
(150,189,153)
#A2C4A5
(162,196,165)
#AECBB1
(174,203,177)
#BAD2BD
(186,210,189)
#C6D9C9
(198,217,201)
#D2E0D5
(210,224,213)
#DEE7E1
(222,231,225)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72A875 color. Also use rgb(114,168,117) instead hex code.

Text Font Color

.myTextColor { color: #72A875; }

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

This text font color is #72A875.

Background Color

.myBgColor { background-color: #72A875; }

<div style="background-color:#72A875">Inner text</div>

This div background color is #72A875.

Border color

.myBorderColor { border: 1px solid #72A875; }

<div style="border:3px solid #72A875">Div</div>

This div border color is #72A875.

Opacity

.myOpacity80 { color: #72A875; opacity: 0.8; }

<p style="color:#72A875;opacity:0.8;">80%</p>

Text with #72A875 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 #72A875;}

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

This text has shadow with #72A875 color.


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

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

This text has shadow with #72A875 primary color and red secondary color.


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

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

This text has shadow with #72A875 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #72A875.

Preview

Color preview on black background

This text has color #72A875 on black background.


Color preview on white background

This text has color #72A875 on white background.


Black color preview on #72A875 background

This text has black color on #72A875 background.


White color preview on #72A875 background

This text has white color on #72A875 background.


Related colors

Complementary color

Complementary color for #hex is #8D578A.


I love getcolorcode.com

Triadic colors

1 #7572A8 and #A87572 with #72A875 are triadic colors.

2 #75A872 and #A87275 with #72A875 are triadic colors.