Color Hex Logo

#075010 Color Hex

#075010
(7,80,16)
0 Favorites   0 Comments

Color spaces of #075010

RGB 78016
HSL0.350.840.17
HSV127°91°31°
CMYK 0.910.000.80   0.69
XYZ3.04985.81991.4528
Yxy5.81990.29550.5638
Hunter Lab24.1245-19.652013.3166
CIE-Lab28.9535-34.880630.0696

#075010 color RGB value is (7,80,16).

#075010 hex color red value is 7, green value is 80 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #075010 hue: 0.35 , saturation: 0.84 and the lightness value of 075010 is 0.17.

The process color (four color CMYK) of #075010 color hex is 0.91, 0.00, 0.80, 0.69. Web safe color of #075010 is #006600. Color #075010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010000 00010000
Octal 7 120 20
Decimal 7 80 16
Hex 7 50 10

RGB Percentages of Color #075010

%6.80
%77.67
%15.53

CMYK Percentages of Color #075010

%91
%0
%80
%69

Triadic Colors of #075010

#075010 #100750 #501007

Analogous Colors of #075010

#075010 #075035 #235007

Monochromatic Colors of #075010

#075010

Complementary Color

#075010 #500747

#075010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075010 Color CSS Codes

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

#075010 Text Font Color

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

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


#075010 Background Color

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

This div background color is #075010


#075010 Border Color

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

This div border color is #075010


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,80,16, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #075010; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #075010;
  -webkit-box-shadow: 1px 1px 3px 2px #075010;
  box-shadow:         1px 1px 3px 2px #075010; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075010


Comments

No comments written yet.

Please login to write comment.