#095B0D

Color #095B0D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #095B0D

Tints of Myrtle #095B0D

Color information

#095B0D (or 0x095B0D) is unknown color: approx Myrtle. HEX triplet: 09, 5B and 0D. RGB value is (9,91,13). Sum of RGB (Red+Green+Blue) = 9+91+13=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #095B0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095B0D is #F6A4F2. Grayscale: #393939. Windows color (decimal): -16164083 or 875273. OLE color: 875273.

HSL color Cylindrical-coordinate representation of color #095B0D: hue angle of 122.93º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095B0D is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB99113-
CMYK0.9000.860.64
HSL122.93º82%19.61%-
HSV(B)122.93º90.11%35.69%-
XYZ3.937.571.63-
YUV57.59102.8393.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 91 (35.94% from 255) = 80.53%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=7.96%
G=80.53%
B=11.50%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal991130.9000.860.64122.938219.61
Hex95BD5A056407b5214
Octal1113315132012610017312224
Binary10011011011110110110100101011010000001111011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095B0D; }

 p { color: rgb(9,91,13); }

 H1.HeaderClassName
 {
   color: #095B0D;
 }
 .AnyTagClassName
 {
   color: #095B0D;
 }
</style>
background-color css

<style>
 a { background-color: #095B0D; }

 a { background-color: rgb(9,91,13); }

 div.DivClassName
 {
   background-color: #095B0D;
 }
 .BgClassName
 {
   background-color: #095B0D;
 }
</style>
border-color css

<style>
 span { border-color: #095B0D; }

 span { border-color: rgb(9,91,13); }

 td.TdClassName
 {
   border-color: #095B0D;
 }
 .TagClassName
 {
   border-color: #095B0D;
 }
</style>