Color Hex Logo

#748702 Color Hex

#748702
(116,135,2)
0 Favorites   0 Comments

Color spaces of #748702

RGB 1161352
HSL0.190.970.27
HSV69°99°53°
CMYK 0.140.000.99   0.47
XYZ15.877421.04533.2828
Yxy21.04530.39490.5234
Hunter Lab45.8752-18.502627.8699
CIE-Lab52.9990-22.039456.7159

#748702 color RGB value is (116,135,2).

#748702 hex color red value is 116, green value is 135 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #748702 hue: 0.19 , saturation: 0.97 and the lightness value of 748702 is 0.27.

The process color (four color CMYK) of #748702 color hex is 0.14, 0.00, 0.99, 0.47. Web safe color of #748702 is #669900. Color #748702 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 00000010
Octal 164 207 2
Decimal 116 135 2
Hex 74 87 2

RGB Percentages of Color #748702

%45.85
%53.36
%0.79

CMYK Percentages of Color #748702

%14
%0
%99
%47

Triadic Colors of #748702

#748702 #027487 #870274

Analogous Colors of #748702

#748702 #328702 #875802

Monochromatic Colors of #748702

#748702

Complementary Color

#748702 #150287

#748702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748702 Color CSS Codes

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

#748702 Text Font Color

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

This sample text font color is #748702
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.


#748702 Background Color

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

This div background color is #748702


#748702 Border Color

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

This div border color is #748702


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,135,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #748702; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #748702;
  -webkit-box-shadow: 1px 1px 3px 2px #748702;
  box-shadow:         1px 1px 3px 2px #748702; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748702


Comments

No comments written yet.

Please login to write comment.