#125607

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

Shades of Myrtle #125607

Tints of Myrtle #125607

Color information

#125607 (or 0x125607) is unknown color: approx Myrtle. HEX triplet: 12, 56 and 07. RGB value is (18,86,7). Sum of RGB (Red+Green+Blue) = 18+86+7=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #125607 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125607 is #EDA9F8. Grayscale: #383838. Windows color (decimal): -15575545 or 480786. OLE color: 480786.

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

Color convert

RGB18867-
CMYK0.7900.920.66
HSL111.65º84.95%18.24%-
HSV(B)111.65º91.86%33.73%-
XYZ3.626.81.32-
YUV56.6699.97100.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 86 (33.98% from 255) = 77.48%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=16.22%
G=77.48%
B=6.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal188670.7900.920.66111.6584.9518.24
Hex125674F05C42705512
Octal221267117013410216012522
Binary10010101011011110011110101110010000101110000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125607; }

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

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

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

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

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

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

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

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