Color Hex Logo

#62720b Color Hex

#62720B
(98,114,11)
0 Favorites   0 Comments

Color spaces of #62720b

RGB 9811411
HSL0.190.820.25
HSV69°90°45°
CMYK 0.140.000.90   0.55
XYZ11.114714.65552.5596
Yxy14.65550.39230.5173
Hunter Lab38.2825-15.169822.8336
CIE-Lab45.1587-19.108948.1531

#62720b color RGB value is (98,114,11).

#62720b hex color red value is 98, green value is 114 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #62720b hue: 0.19 , saturation: 0.82 and the lightness value of 62720b is 0.25.

The process color (four color CMYK) of #62720b color hex is 0.14, 0.00, 0.90, 0.55. Web safe color of #62720b is #666600. Color #62720b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01110010 00001011
Octal 142 162 13
Decimal 98 114 11
Hex 62 72 B

RGB Percentages of Color #62720b

%43.95
%51.12
%4.93

CMYK Percentages of Color #62720b

%14
%0
%90
%55

Triadic Colors of #62720b

#62720b #0b6272 #720b62

Analogous Colors of #62720b

#62720b #2f720b #724f0b

Monochromatic Colors of #62720b

#62720b

Complementary Color

#62720b #1b0b72

#62720b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62720b Color Preview on White Background

Lorem ipsum dolor sit amet.

#62720b Color CSS Codes

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

#62720b Text Font Color

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

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


#62720b Background Color

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

This div background color is #62720b


#62720b Border Color

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

This div border color is #62720b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,114,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #62720b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #62720b;
  -webkit-box-shadow: 1px 1px 3px 2px #62720b;
  box-shadow:         1px 1px 3px 2px #62720b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62720b


Comments

No comments written yet.

Please login to write comment.