#0D610D

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

Shades of Green #0D610D

Tints of Green #0D610D

Color information

#0D610D (or 0x0D610D) is unknown color: approx Green. HEX triplet: 0D, 61 and 0D. RGB value is (13,97,13). Sum of RGB (Red+Green+Blue) = 13+97+13=123 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.57% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #0D610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D610D is #F29EF2. Grayscale: #3E3E3E. Windows color (decimal): -15900403 or 876813. OLE color: 876813.

HSL color Cylindrical-coordinate representation of color #0D610D: hue angle of 120º 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 #0D610D is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB139713-
CMYK0.8700.870.62
HSL120º76.36%21.57%-
HSV(B)120º86.6%38.04%-
XYZ4.518.661.82-
YUV62.31100.1792.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.57%
GREEN value IS 97 (38.28% from 255) = 78.86%
BLUE value IS 13 (5.47% from 255) = 10.57%
R=10.57%
G=78.86%
B=10.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1397130.8700.870.6212076.3621.57
HexD61D570573E784c16
Octal151411512701277617011426
Binary1101110000111011010111010101111111101111000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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