#0D6107

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

Shades of Green #0D6107

Tints of Green #0D6107

Color information

#0D6107 (or 0x0D6107) is unknown color: approx Green. HEX triplet: 0D, 61 and 07. RGB value is (13,97,7). Sum of RGB (Red+Green+Blue) = 13+97+7=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 97 (38.28% from 255 or 82.91% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 97 - color contains mainly: green. Hex color #0D6107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6107 is #F29EF8. Grayscale: #3D3D3D. Windows color (decimal): -15900409 or 483597. OLE color: 483597.

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

Color convert

RGB13977-
CMYK0.8700.930.62
HSL116º86.54%20.39%-
HSV(B)116º92.78%38.04%-
XYZ4.488.651.63-
YUV61.6297.1793.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.11%
GREEN value IS 97 (38.28% from 255) = 82.91%
BLUE value IS 7 (3.12% from 255) = 5.98%
R=11.11%
G=82.91%
B=5.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal139770.8700.930.6211686.5420.39
HexD6175705D3E745714
Octal15141712701357616412724
Binary110111000011111010111010111011111101110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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