COLOR #73AF82

HEX: #73AF82 RGB: (115,175,130)

Color info

#73AF82 contains mainly green and blue colors. Web safe color of #73AF82 is #669999 (or #699).

RGB color model

#73AF82 color RGB value is (115,175,130).

RGB: (115,175,130) (45%, 69%, 51%)

RGB channels and saturation

R 115 of 255 = 45%
G 175 of 255 = 69%
B 130 of 255 = 51%

115
175
130

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

Portions of RGB colors in percentages

R + G + B = 115 + 175 + 130 = 420 (100%)
R 115 of 420 ~ 27.38%
G 175 of 420 ~ 41.67%
B 130 of 420 ~ 30.95'%

%27.38
%41.67
%30.95

CMYK color model

#73AF82 color CMYK value is (34,0,26,31).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 31.37%

CMYK: (34,0,26,31)
C34M0Y26K31 (34%, 0%, 26%, 31%)
(0.34 / 0.00 / 0.26 / 0.31)

CMYK percentages

%34.29
%0
%25.71
%31.37

Codes

Color #73AF82 in popluar color models

73 AF 82
RGB 115 175 130
HSL 135° 27.27% 56.86%
HSB/HSV 135° 34.29% 68.63%
CMYK 34.29% 0.00% 25.71%
31.37%

Color #73AF82 in popluar number systems.

HEX 73 AF 82
Decimal 115 175 130
Binary 1110011 10101111 10000010
Octal 163 257 202

Shades and tints

Shades of #73AF82

#73AF82
(115,175,130)
#69A077
(105,160,119)
#5F916C
(95,145,108)
#558261
(85,130,97)
#4B7356
(75,115,86)
#41644B
(65,100,75)
#375540
(55,85,64)
#2D4635
(45,70,53)
#23372A
(35,55,42)
#19281F
(25,40,31)
#0F1914
(15,25,20)
#000000
(0,0,0)

Tints of #73AF82

#73AF82
(115,175,130)
#7FB68D
(127,182,141)
#8BBD98
(139,189,152)
#97C4A3
(151,196,163)
#A3CBAE
(163,203,174)
#AFD2B9
(175,210,185)
#BBD9C4
(187,217,196)
#C7E0CF
(199,224,207)
#D3E7DA
(211,231,218)
#DFEEE5
(223,238,229)
#EBF5F0
(235,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73AF82 color. Also use rgb(115,175,130) instead hex code.

Text Font Color

.myTextColor { color: #73AF82; }

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

This text font color is #73AF82.

Background Color

.myBgColor { background-color: #73AF82; }

<div style="background-color:#73AF82">Inner text</div>

This div background color is #73AF82.

Border color

.myBorderColor { border: 1px solid #73AF82; }

<div style="border:3px solid #73AF82">Div</div>

This div border color is #73AF82.

Opacity

.myOpacity80 { color: #73AF82; opacity: 0.8; }

<p style="color:#73AF82;opacity:0.8;">80%</p>

Text with #73AF82 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 #73AF82;}

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

This text has shadow with #73AF82 color.


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

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

This text has shadow with #73AF82 primary color and red secondary color.


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

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

This text has shadow with #73AF82 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73AF82.

Preview

Color preview on black background

This text has color #73AF82 on black background.


Color preview on white background

This text has color #73AF82 on white background.


Black color preview on #73AF82 background

This text has black color on #73AF82 background.


White color preview on #73AF82 background

This text has white color on #73AF82 background.


Related colors

Complementary color

Complementary color for #hex is #8C507D.


I love getcolorcode.com

Triadic colors

1 #8273AF and #AF8273 with #73AF82 are triadic colors.

2 #82AF73 and #AF7382 with #73AF82 are triadic colors.