Color Hex Logo

#095b0d Color Hex

#095B0D
(9,91,13)
0 Favorites   0 Comments

Color spaces of #095b0d

RGB 99113
HSL0.340.820.20
HSV123°90°36°
CMYK 0.900.000.86   0.64
XYZ3.92647.56931.6349
Yxy7.56930.29900.5765
Hunter Lab27.5124-22.672215.7354
CIE-Lab33.0693-38.661235.2614

#095b0d color RGB value is (9,91,13).

#095b0d hex color red value is 9, green value is 91 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #095b0d hue: 0.34 , saturation: 0.82 and the lightness value of 095b0d is 0.20.

The process color (four color CMYK) of #095b0d color hex is 0.90, 0.00, 0.86, 0.64. Web safe color of #095b0d is #006600. Color #095b0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011011 00001101
Octal 11 133 15
Decimal 9 91 13
Hex 9 5B D

RGB Percentages of Color #095b0d

%7.96
%80.53
%11.50

CMYK Percentages of Color #095b0d

%90
%0
%86
%64

Triadic Colors of #095b0d

#095b0d #0d095b #5b0d09

Analogous Colors of #095b0d

#095b0d #095b36 #2e5b09

Monochromatic Colors of #095b0d

#095b0d

Complementary Color

#095b0d #5b0957

#095b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#095b0d Color CSS Codes

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

#095b0d Text Font Color

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

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


#095b0d Background Color

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

This div background color is #095b0d


#095b0d Border Color

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

This div border color is #095b0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,91,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #095b0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #095b0d;
  -webkit-box-shadow: 1px 1px 3px 2px #095b0d;
  box-shadow:         1px 1px 3px 2px #095b0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,91,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 #095b0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095b0d


Comments

No comments written yet.

Please login to write comment.