Color Hex Logo

#069110 Color Hex

#069110
(6,145,16)
0 Favorites   0 Comments

Color spaces of #069110

RGB 614516
HSL0.350.920.30
HSV124°96°57°
CMYK 0.960.000.89   0.43
XYZ10.294020.32693.8712
Yxy20.32690.29840.5893
Hunter Lab45.0854-38.143826.4689
CIE-Lab52.2048-55.652751.8300

#069110 color RGB value is (6,145,16).

#069110 hex color red value is 6, green value is 145 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #069110 hue: 0.35 , saturation: 0.92 and the lightness value of 069110 is 0.30.

The process color (four color CMYK) of #069110 color hex is 0.96, 0.00, 0.89, 0.43. Web safe color of #069110 is #009900. Color #069110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010001 00010000
Octal 6 221 20
Decimal 6 145 16
Hex 6 91 10

RGB Percentages of Color #069110

%3.59
%86.83
%9.58

CMYK Percentages of Color #069110

%96
%0
%89
%43

Triadic Colors of #069110

#069110 #100691 #911006

Analogous Colors of #069110

#069110 #069156 #419106

Monochromatic Colors of #069110

#069110

Complementary Color

#069110 #910687

#069110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#069110 Color CSS Codes

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

#069110 Text Font Color

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

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


#069110 Background Color

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

This div background color is #069110


#069110 Border Color

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

This div border color is #069110


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,145,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 #069110">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069110


Comments

No comments written yet.

Please login to write comment.