Color Hex Logo

#00750a Color Hex

#00750A
(0,117,10)
0 Favorites   0 Comments

Color spaces of #00750a

RGB 011710
HSL0.351.000.23
HSV125°100°46°
CMYK 1.000.000.91   0.54
XYZ6.416112.74452.4089
Yxy12.74450.29750.5909
Hunter Lab35.6994-30.393020.9889
CIE-Lab42.3757-48.033644.5021

#00750a color RGB value is (0,117,10).

#00750a hex color red value is 0, green value is 117 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #00750a hue: 0.35 , saturation: 1.00 and the lightness value of 00750a is 0.23.

The process color (four color CMYK) of #00750a color hex is 1.00, 0.00, 0.91, 0.54. Web safe color of #00750a is #006600. Color #00750a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110101 00001010
Octal 0 165 12
Decimal 0 117 10
Hex 0 75 A

RGB Percentages of Color #00750a

%0.00
%92.13
%7.87

CMYK Percentages of Color #00750a

%100
%0
%91
%54

Triadic Colors of #00750a

#00750a #0a0075 #750a00

Analogous Colors of #00750a

#00750a #007545 #317500

Monochromatic Colors of #00750a

#00750a

Complementary Color

#00750a #75006b

#00750a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00750a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00750a Color CSS Codes

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

#00750a Text Font Color

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

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


#00750a Background Color

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

This div background color is #00750a


#00750a Border Color

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

This div border color is #00750a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,117,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00750a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00750a;
  -webkit-box-shadow: 1px 1px 3px 2px #00750a;
  box-shadow:         1px 1px 3px 2px #00750a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00750a


Comments

No comments written yet.

Please login to write comment.