#0D6112

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

Shades of Green #0D6112

Tints of Green #0D6112

Color information

#0D6112 (or 0x0D6112) is unknown color: approx Green. HEX triplet: 0D, 61 and 12. RGB value is (13,97,18). Sum of RGB (Red+Green+Blue) = 13+97+18=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6112 is #F29EED. Grayscale: #3F3F3F. Windows color (decimal): -15900398 or 1204493. OLE color: 1204493.

HSL color Cylindrical-coordinate representation of color #0D6112: hue angle of 123.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6112 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB139718-
CMYK0.8700.810.62
HSL123.57º76.36%21.57%-
HSV(B)123.57º86.6%38.04%-
XYZ4.558.682.01-
YUV62.88102.6792.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 97 (38.28% from 255) = 75.78%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=10.16%
G=75.78%
B=14.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397180.8700.810.62123.5776.3621.57
HexD6112570513E7c4c16
Octal151412212701217617411426
Binary11011100001100101010111010100011111101111100100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,97,18); }

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

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

 a { background-color: rgb(13,97,18); }

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

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

 span { border-color: rgb(13,97,18); }

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