Color Hex Logo

#00790d Color Hex

#00790D
(0,121,13)
0 Favorites   0 Comments

Color spaces of #00790d

RGB 012113
HSL0.351.000.24
HSV126°100°47°
CMYK 1.000.000.89   0.53
XYZ6.910013.70382.6617
Yxy13.70380.29690.5888
Hunter Lab37.0186-31.463321.6500
CIE-Lab43.8051-49.099545.0675

#00790d color RGB value is (0,121,13).

#00790d hex color red value is 0, green value is 121 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #00790d hue: 0.35 , saturation: 1.00 and the lightness value of 00790d is 0.24.

The process color (four color CMYK) of #00790d color hex is 1.00, 0.00, 0.89, 0.53. Web safe color of #00790d is #006600. Color #00790d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111001 00001101
Octal 0 171 15
Decimal 0 121 13
Hex 0 79 D

RGB Percentages of Color #00790d

%0.00
%90.30
%9.70

CMYK Percentages of Color #00790d

%100
%0
%89
%53

Triadic Colors of #00790d

#00790d #0d0079 #790d00

Analogous Colors of #00790d

#00790d #00794a #307900

Monochromatic Colors of #00790d

#00790d

Complementary Color

#00790d #79006c

#00790d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00790d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00790d Color CSS Codes

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

#00790d Text Font Color

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

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


#00790d Background Color

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

This div background color is #00790d


#00790d Border Color

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

This div border color is #00790d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,121,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00790d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00790d;
  -webkit-box-shadow: 1px 1px 3px 2px #00790d;
  box-shadow:         1px 1px 3px 2px #00790d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00790d


Comments

No comments written yet.

Please login to write comment.