#0D7105

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

Shades of Green #0D7105

Tints of Green #0D7105

Color information

#0D7105 (or 0x0D7105) is unknown color: approx Green. HEX triplet: 0D, 71 and 05. RGB value is (13,113,5). Sum of RGB (Red+Green+Blue) = 13+113+5=131 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.92% from 131); Green value is 113 (44.53% from 255 or 86.26% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7105 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7105 is #F28EFA. Grayscale: #474747. Windows color (decimal): -15896315 or 356621. OLE color: 356621.

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

Color convert

RGB131135-
CMYK0.8800.960.56
HSL115.56º91.53%23.14%-
HSV(B)115.56º95.58%44.31%-
XYZ6.111.912.12-
YUV70.7990.8786.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.92%
GREEN value IS 113 (44.53% from 255) = 86.26%
BLUE value IS 5 (2.34% from 255) = 3.82%
R=9.92%
G=86.26%
B=3.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1311350.8800.960.56115.5691.5323.14
HexD7155806038745c17
Octal15161513001407016413427
Binary110111100011011011000011000001110001110100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,113,5); }

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

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

 a { background-color: rgb(13,113,5); }

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

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

 span { border-color: rgb(13,113,5); }

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