COLOR #73B30F

HEX: #73B30F RGB: (115,179,15)

Color info

#73B30F contains mainly green color. Web safe color of #73B30F is #669900 (or #690).

RGB color model

#73B30F color RGB value is (115,179,15).

RGB: (115,179,15) (45%, 70%, 6%)

RGB channels and saturation

R 115 of 255 = 45%
G 179 of 255 = 70%
B 15 of 255 = 6%

115
179
15

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

Portions of RGB colors in percentages

R + G + B = 115 + 179 + 15 = 309 (100%)
R 115 of 309 ~ 37.22%
G 179 of 309 ~ 57.93%
B 15 of 309 ~ 4.85'%

%37.22
%57.93

CMYK color model

#73B30F color CMYK value is (36,0,92,30).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 91.62%
  • key color value is 29.80%

CMYK: (36,0,92,30)
C36M0Y92K30 (36%, 0%, 92%, 30%)
(0.36 / 0.00 / 0.92 / 0.30)

CMYK percentages

%35.75
%0
%91.62
%29.8

Codes

Color #73B30F in popluar color models

73 B3 0F
RGB 115 179 15
HSL 83° 84.54% 38.04%
HSB/HSV 83° 91.62% 70.20%
CMYK 35.75% 0.00% 91.62%
29.80%

Color #73B30F in popluar number systems.

HEX 73 B3 0F
Decimal 115 179 15
Binary 1110011 10110011 1111
Octal 163 263 17

Shades and tints

Shades of #73B30F

#73B30F
(115,179,15)
#69A30E
(105,163,14)
#5F930D
(95,147,13)
#55830C
(85,131,12)
#4B730B
(75,115,11)
#41630A
(65,99,10)
#375309
(55,83,9)
#2D4308
(45,67,8)
#233307
(35,51,7)
#192306
(25,35,6)
#0F1305
(15,19,5)
#000000
(0,0,0)

Tints of #73B30F

#73B30F
(115,179,15)
#7FB924
(127,185,36)
#8BBF39
(139,191,57)
#97C54E
(151,197,78)
#A3CB63
(163,203,99)
#AFD178
(175,209,120)
#BBD78D
(187,215,141)
#C7DDA2
(199,221,162)
#D3E3B7
(211,227,183)
#DFE9CC
(223,233,204)
#EBEFE1
(235,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B30F color. Also use rgb(115,179,15) instead hex code.

Text Font Color

.myTextColor { color: #73B30F; }

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

This text font color is #73B30F.

Background Color

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

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

This div background color is #73B30F.

Border color

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

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

This div border color is #73B30F.

Opacity

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

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

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

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

This text has shadow with #73B30F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B30F.

Preview

Color preview on black background

This text has color #73B30F on black background.


Color preview on white background

This text has color #73B30F on white background.


Black color preview on #73B30F background

This text has black color on #73B30F background.


White color preview on #73B30F background

This text has white color on #73B30F background.


Related colors

Complementary color

Complementary color for #hex is #8C4CF0.


I love getcolorcode.com

Triadic colors

1 #0F73B3 and #B30F73 with #73B30F are triadic colors.

2 #0FB373 and #B3730F with #73B30F are triadic colors.