Color Hex Logo

#738000 Color Hex

#738000
(115,128,0)
0 Favorites   0 Comments

Color spaces of #738000

RGB 1151280
HSL0.181.000.25
HSV66°100°50°
CMYK 0.100.001.00   0.50
XYZ14.789419.08322.9039
Yxy19.08320.40210.5189
Hunter Lab43.6843-16.016126.6377
CIE-Lab50.7844-18.932955.3910

#738000 color RGB value is (115,128,0).

#738000 hex color red value is 115, green value is 128 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #738000 hue: 0.18 , saturation: 1.00 and the lightness value of 738000 is 0.25.

The process color (four color CMYK) of #738000 color hex is 0.10, 0.00, 1.00, 0.50. Web safe color of #738000 is #669900. Color #738000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000000 00000000
Octal 163 200 0
Decimal 115 128 0
Hex 73 80 0

RGB Percentages of Color #738000

%47.33
%52.67
%0.00

CMYK Percentages of Color #738000

%10
%0
%100
%50

Triadic Colors of #738000

#738000 #007380 #800073

Analogous Colors of #738000

#738000 #338000 #804d00

Monochromatic Colors of #738000

#738000

Complementary Color

#738000 #0d0080

#738000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738000 Color CSS Codes

.mybgcolor {background-color:#738000; } 
.myforecolor {color:#738000; }
.mybordercolor {border:3px solid #738000; }

#738000 Text Font Color

<p style="color:#738000">Text here</p>

This sample text font color is #738000
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#738000 Background Color

<div style="background-color:#738000">
Div content here</div>

This div background color is #738000


#738000 Border Color

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

This div border color is #738000


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,128,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #738000; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #738000;
  -webkit-box-shadow: 1px 1px 3px 2px #738000;
  box-shadow:         1px 1px 3px 2px #738000; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,128,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #738000">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #738000;
  -webkit-box-shadow: 1px 1px 3px 2px #738000;
  box-shadow:         1px 1px 3px 2px #738000;">
Div content here</div>

This div box has shadow with color #738000


Comments

No comments written yet.

Please login to write comment.