COLOR #739800

HEX: #739800
RGB: (115,152,0)

Color info

#739800 contains only red and green colors. Web safe color of #739800 is #669900 (or #690).

RGB color model

#739800 color RGB value is (115,152,0).

  • red value is 115;
  • green value is 152;
  • blue value is 0.
RGB:
(115,152,0)
(45%,60%,0%)

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 0 of 255 = 0%

115
152
0

R + G + B ~ 35%. #739800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 152 + 0 = 267 (100%)
R 115 of 267 ~ 43.07%
G 152 of 267 ~ 56.93%
B 0 of 267 ~ 0%

%43.07
%56.93

CMYK color model

#739800 color CMYK value is (24,0,100,40).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 40.39%
CMYK:
(24,0,100,40)
C24M0Y100K40 
(24%,0%,100%,40%)
(0.24/0.00/1.00/0.40)	

CMYK percentages

%24.34
%0
%100
%40.39

Codes

Color #739800 in popluar color models

739800
RGB1151520
HSL75°100.00%29.80%
HSB/HSV75°100.00%59.61%
CMYK24.34%0.00%100.00%
40.39%

Color #739800 in popluar number systems.

HEX739800
Decimal1151520
Binary1110011100110000
Octal1632300

Shades and tints

Shades of #739800

#739800
(115,152,0)
#698B00
(105,139,0)
#5F7E00
(95,126,0)
#557100
(85,113,0)
#4B6400
(75,100,0)
#415700
(65,87,0)
#374A00
(55,74,0)
#2D3D00
(45,61,0)
#233000
(35,48,0)
#192300
(25,35,0)
#0F1600
(15,22,0)
#000000
(0,0,0)

Tints of #739800

#739800
(115,152,0)
#7FA117
(127,161,23)
#8BAA2E
(139,170,46)
#97B345
(151,179,69)
#A3BC5C
(163,188,92)
#AFC573
(175,197,115)
#BBCE8A
(187,206,138)
#C7D7A1
(199,215,161)
#D3E0B8
(211,224,184)
#DFE9CF
(223,233,207)
#EBF2E6
(235,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739800 color. Also use rgb(115,152,0) instead hex code.

Text Font Color

.myTextColor { color: #739800; }

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

This text font color is #739800.


Background Color

.myBgColor { background-color: #739800; }

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

This div background color is #739800.


Border color

.myBorderColor { border: 1px solid #739800; }

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

This div border color is #739800.


Opacity

.myOpacity80 { color: #739800; opacity: 0.8; }

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

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

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

This text has shadow with #739800 color.

.textShadow {text-shadow: 3px 3px 1px #739800, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #739800;
-webkit-box-shadow: 1px 1px 3px 2px #739800;
box-shadow:1px 1px 3px 2px #739800;">
Div content here</div>
This div box has shadow with color #739800.

Preview

Color preview on black background

This text has color #739800 on black background.


Color preview on white background

This text has color #739800 on white background.



Black color preview on #739800 background

This text has black color on #739800 background.


White color preview on #739800 background

This text has white color on #739800 background.