#0D6A09

Color #0D6A09 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0D6A09

Tints of Green #0D6A09

Color information

#0D6A09 (or 0x0D6A09) is unknown color: approx Green. HEX triplet: 0D, 6A and 09. RGB value is (13,106,9). Sum of RGB (Red+Green+Blue) = 13+106+9=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 106 (41.80% from 255 or 82.81% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 106 - color contains mainly: green. Hex color #0D6A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6A09 is #F295F6. Grayscale: #434343. Windows color (decimal): -15898103 or 616973. OLE color: 616973.

HSL color Cylindrical-coordinate representation of color #0D6A09: hue angle of 117.53º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D6A09 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB131069-
CMYK0.8800.920.58
HSL117.53º84.35%22.55%-
HSV(B)117.53º91.51%41.57%-
XYZ5.3710.411.99-
YUV67.1395.1989.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 106 (41.80% from 255) = 82.81%
BLUE value IS 9 (3.91% from 255) = 7.03%
R=10.16%
G=82.81%
B=7.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1310690.8800.920.58117.5384.3522.55
HexD6A95805C3A765417
Octal151521113001347216612427
Binary1101110101010011011000010111001110101110110101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D6A09; }

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

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

<style>
 a { background-color: #0D6A09; }

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

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

<style>
 span { border-color: #0D6A09; }

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

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