Color Hex Logo

#06916d Color Hex

#06916D
(6,145,109)
0 Favorites   0 Comments

Color spaces of #06916d

RGB 6145109
HSL0.460.920.30
HSV164°96°57°
CMYK 0.960.000.25   0.43
XYZ12.960821.393617.9143
Yxy21.39360.24800.4093
Hunter Lab46.2532-30.92499.4137
CIE-Lab53.3776-41.685310.0251

#06916d color RGB value is (6,145,109).

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

The process color (four color CMYK) of #06916d color hex is 0.96, 0.00, 0.25, 0.43. Web safe color of #06916d is #009966. Color #06916d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010001 01101101
Octal 6 221 155
Decimal 6 145 109
Hex 6 91 6D

RGB Percentages of Color #06916d

%2.31
%55.77
%41.92

CMYK Percentages of Color #06916d

%96
%0
%25
%43

Triadic Colors of #06916d

#06916d #6d0691 #916d06

Analogous Colors of #06916d

#06916d #067091 #069128

Monochromatic Colors of #06916d

#06916d

Complementary Color

#06916d #91062a

#06916d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06916d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06916d Color CSS Codes

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

#06916d Text Font Color

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

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


#06916d Background Color

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

This div background color is #06916d


#06916d Border Color

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

This div border color is #06916d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,145,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06916d


Comments

No comments written yet.

Please login to write comment.