COLOR #73B462

HEX: #73B462 RGB: (115,180,98)

Color info

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

RGB color model

#73B462 color RGB value is (115,180,98).

RGB: (115,180,98) (45%, 71%, 38%)

RGB channels and saturation

R 115 of 255 = 45%
G 180 of 255 = 71%
B 98 of 255 = 38%

115
180
98

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

Portions of RGB colors in percentages

R + G + B = 115 + 180 + 98 = 393 (100%)
R 115 of 393 ~ 29.26%
G 180 of 393 ~ 45.8%
B 98 of 393 ~ 24.94'%

%29.26
%45.8
%24.94

CMYK color model

#73B462 color CMYK value is (36,0,46,29).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 29.41%

CMYK: (36,0,46,29)
C36M0Y46K29 (36%, 0%, 46%, 29%)
(0.36 / 0.00 / 0.46 / 0.29)

CMYK percentages

%36.11
%0
%45.56
%29.41

Codes

Color #73B462 in popluar color models

73 B4 62
RGB 115 180 98
HSL 108° 35.34% 54.51%
HSB/HSV 108° 45.56% 70.59%
CMYK 36.11% 0.00% 45.56%
29.41%

Color #73B462 in popluar number systems.

HEX 73 B4 62
Decimal 115 180 98
Binary 1110011 10110100 1100010
Octal 163 264 142

Shades and tints

Shades of #73B462

#73B462
(115,180,98)
#69A45A
(105,164,90)
#5F9452
(95,148,82)
#55844A
(85,132,74)
#4B7442
(75,116,66)
#41643A
(65,100,58)
#375432
(55,84,50)
#2D442A
(45,68,42)
#233422
(35,52,34)
#19241A
(25,36,26)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #73B462

#73B462
(115,180,98)
#7FBA70
(127,186,112)
#8BC07E
(139,192,126)
#97C68C
(151,198,140)
#A3CC9A
(163,204,154)
#AFD2A8
(175,210,168)
#BBD8B6
(187,216,182)
#C7DEC4
(199,222,196)
#D3E4D2
(211,228,210)
#DFEAE0
(223,234,224)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B462 color. Also use rgb(115,180,98) instead hex code.

Text Font Color

.myTextColor { color: #73B462; }

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

This text font color is #73B462.

Background Color

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

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

This div background color is #73B462.

Border color

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

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

This div border color is #73B462.

Opacity

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

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

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

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

This text has shadow with #73B462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B462.

Preview

Color preview on black background

This text has color #73B462 on black background.


Color preview on white background

This text has color #73B462 on white background.


Black color preview on #73B462 background

This text has black color on #73B462 background.


White color preview on #73B462 background

This text has white color on #73B462 background.


Related colors

Complementary color

Complementary color for #hex is #8C4B9D.


I love getcolorcode.com

Triadic colors

1 #6273B4 and #B46273 with #73B462 are triadic colors.

2 #62B473 and #B47362 with #73B462 are triadic colors.