#12600D

Color #12600D Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #12600D

Tints of Myrtle #12600D

Color information

#12600D (or 0x12600D) is unknown color: approx Myrtle. HEX triplet: 12, 60 and 0D. RGB value is (18,96,13). Sum of RGB (Red+Green+Blue) = 18+96+13=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 96 (37.89% from 255 or 75.59% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 96 - color contains mainly: green. Hex color #12600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12600D is #ED9FF2. Grayscale: #3F3F3F. Windows color (decimal): -15572979 or 876562. OLE color: 876562.

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

Color convert

RGB189613-
CMYK0.8100.860.62
HSL116.39º76.15%21.37%-
HSV(B)116.39º86.46%37.65%-
XYZ4.58.521.79-
YUV63.2299.6695.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 96 (37.89% from 255) = 75.59%
BLUE value IS 13 (5.47% from 255) = 10.24%
R=14.17%
G=75.59%
B=10.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896130.8100.860.62116.3976.1521.37
Hex1260D510563E744c15
Octal221401512101267616411425
Binary10010110000011011010001010101101111101110100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12600D; }

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

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

<style>
 a { background-color: #12600D; }

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

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

<style>
 span { border-color: #12600D; }

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

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