Color Hex Logo

#096816 Color Hex

#096816
(9,104,22)
0 Favorites   0 Comments

Color spaces of #096816

RGB 910422
HSL0.360.840.22
HSV128°91°41°
CMYK 0.910.000.79   0.59
XYZ5.207810.01662.4180
Yxy10.01660.29520.5678
Hunter Lab31.6490-26.013917.6245
CIE-Lab37.8722-42.300436.6668

#096816 color RGB value is (9,104,22).

#096816 hex color red value is 9, green value is 104 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #096816 hue: 0.36 , saturation: 0.84 and the lightness value of 096816 is 0.22.

The process color (four color CMYK) of #096816 color hex is 0.91, 0.00, 0.79, 0.59. Web safe color of #096816 is #006600. Color #096816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101000 00010110
Octal 11 150 26
Decimal 9 104 22
Hex 9 68 16

RGB Percentages of Color #096816

%6.67
%77.04
%16.30

CMYK Percentages of Color #096816

%91
%0
%79
%59

Triadic Colors of #096816

#096816 #160968 #681609

Analogous Colors of #096816

#096816 #096846 #2c6809

Monochromatic Colors of #096816

#096816

Complementary Color

#096816 #68095b

#096816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096816 Color CSS Codes

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

#096816 Text Font Color

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

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


#096816 Background Color

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

This div background color is #096816


#096816 Border Color

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

This div border color is #096816


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,104,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #096816; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #096816;
  -webkit-box-shadow: 1px 1px 3px 2px #096816;
  box-shadow:         1px 1px 3px 2px #096816; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,104,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096816


Comments

No comments written yet.

Please login to write comment.