#0d600f

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

Shades of Green #0D600F

Tints of Green #0D600F

Color information

#0D600F (or 0x0D600F) is unknown color: approx Green. HEX triplet: 0D, 60 and 0F. RGB value is (13,96,15). Sum of RGB (Red+Green+Blue) = 13+96+15=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #0D600F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D600F is #F29FF0. Grayscale: #3E3E3E. Windows color (decimal): -15900657 or 1007629. OLE color: 1007629.

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

Color convert

RGB139615-
CMYK0.8600.840.62
HSL121.45º76.15%21.37%-
HSV(B)121.45º86.46%37.65%-
XYZ4.448.491.86-
YUV61.95101.593.09-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.48%
GREEN value IS 96 (37.89% from 255) = 77.42%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=10.48%
G=77.42%
B=12.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396150.8600.840.62121.4576.1521.37
HexD60F560543E794c15
Octal151401712601247617111425
Binary1101110000011111010110010101001111101111001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0d600f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,15); }

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

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

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

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

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

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

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