#0D6F13

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

Shades of Green #0D6F13

Tints of Green #0D6F13

Color information

#0D6F13 (or 0x0D6F13) is unknown color: approx Green. HEX triplet: 0D, 6F and 13. RGB value is (13,111,19). Sum of RGB (Red+Green+Blue) = 13+111+19=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 111 (43.75% from 255 or 77.62% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D6F13 is #F290EC. Grayscale: #474747. Windows color (decimal): -15896813 or 1273613. OLE color: 1273613.

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

Color convert

RGB1311119-
CMYK0.8800.830.56
HSL123.67º79.03%24.31%-
HSV(B)123.67º88.29%43.53%-
XYZ5.9711.52.52-
YUV71.2198.5386.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 111 (43.75% from 255) = 77.62%
BLUE value IS 19 (7.81% from 255) = 13.29%
R=9.09%
G=77.62%
B=13.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13111190.8800.830.56123.6779.0324.31
HexD6F1358053387c4f18
Octal151572313001237017411730
Binary11011101111100111011000010100111110001111100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,111,19); }

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

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

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

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

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

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

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