#12600C

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

Shades of Myrtle #12600C

Tints of Myrtle #12600C

Color information

#12600C (or 0x12600C) is unknown color: approx Myrtle. HEX triplet: 12, 60 and 0C. RGB value is (18,96,12). Sum of RGB (Red+Green+Blue) = 18+96+12=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #12600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12600C is #ED9FF3. Grayscale: #3F3F3F. Windows color (decimal): -15572980 or 811026. OLE color: 811026.

HSL color Cylindrical-coordinate representation of color #12600C: hue angle of 115.71º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12600C is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB189612-
CMYK0.8100.880.62
HSL115.71º77.78%21.18%-
HSV(B)115.71º87.5%37.65%-
XYZ4.58.521.76-
YUV63.199.1695.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 76.19%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=14.29%
G=76.19%
B=9.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896120.8100.880.62115.7177.7821.18
Hex1260C510583E744e15
Octal221401412101307616411625
Binary10010110000011001010001010110001111101110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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