#125606

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

Shades of Myrtle #125606

Tints of Myrtle #125606

Color information

#125606 (or 0x125606) is unknown color: approx Myrtle. HEX triplet: 12, 56 and 06. RGB value is (18,86,6). Sum of RGB (Red+Green+Blue) = 18+86+6=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 86 (33.98% from 255 or 78.18% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 86 - color contains mainly: green. Hex color #125606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125606 is #EDA9F9. Grayscale: #383838. Windows color (decimal): -15575546 or 415250. OLE color: 415250.

HSL color Cylindrical-coordinate representation of color #125606: hue angle of 111º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #125606 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB18866-
CMYK0.7900.930.66
HSL111º86.96%18.04%-
HSV(B)111º93.02%33.73%-
XYZ3.616.81.29-
YUV56.5599.47100.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 86 (33.98% from 255) = 78.18%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=16.36%
G=78.18%
B=5.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188660.7900.930.6611186.9618.04
Hex125664F05D426f5712
Octal221266117013510215712722
Binary10010101011011010011110101110110000101101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125606; }

 p { color: rgb(18,86,6); }

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

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

 a { background-color: rgb(18,86,6); }

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

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

 span { border-color: rgb(18,86,6); }

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